Summary: | [bug] Weston crash when execute "ls" instantly followed "ctrl+shift+c" | ||
---|---|---|---|
Product: | Wayland | Reporter: | ZhaoShengyan <shengyanx.zhao> |
Component: | weston | Assignee: | Wayland bug list <wayland-bugs> |
Status: | VERIFIED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
ZhaoShengyan
2012-06-24 23:55:42 UTC
Backtraces: (gdb) bt #0 clipboard_source_unref (source=0x1) at clipboard.c:57 #1 0x080541cf in clipboard_set_selection (listener=0x81512cc, data=0x8137108) at clipboard.c:228 #2 0xb7fbd22e in wl_signal_emit (data=0x8137108, signal=0x8137138) at wayland-server.h:166 #3 wl_seat_set_selection (seat=0x8137108, source=0x8169408, serial=29) at data-device.c:393 #4 0xb7fbd2b5 in data_device_set_selection (client=0x8162c70, resource=0x8208098, source_resource=0x8169408, serial=29) at data-device.c:412 #5 0x46a89447 in ffi_call_SYSV () from /usr/lib/libffi.so.5 #6 0x46a891c0 in ffi_call () from /usr/lib/libffi.so.5 #7 0xb7fbf0a3 in wl_closure_invoke (closure=0x81b8d38, target=0x8208098, func=0xb7fbd280 <data_device_set_selection>, data=0x8162c70) at connection.c:773 #8 0xb7fbaad1 in wl_client_connection_data (fd=43, mask=1, data=0x8162c70) at wayland-server.c:253 #9 0xb7fbd3c2 in wl_event_source_fd_dispatch (source=0x8162cc8, ep=0xbfffeee4) at event-loop.c:79 #10 0xb7fbdc0a in wl_event_loop_dispatch (loop=0x805d4d0, timeout=-1) at event-loop.c:410 #11 0xb7fbb9a2 in wl_display_run (display=0x805d4a0) at wayland-server.c:1045 #12 0x0804cd9f in main (argc=<optimized out>, argv=0xbffff4b4) at compositor.c:3384 With Weston commit e28fd7d5e0175ebda27d05a24a1201722722b6f7, I found I can reproduce the bug under X mode. Also the reproduce rate is 70%. FYI. Should be fixed by: commit 340a4343d0755bb918b98743cbe3da9e65433d33 Author: Rafal Mielniczuk <rafal.mielniczuk2@gmail.com> Date: Sat Jun 30 18:33:34 2012 +0200 clipboard: initialise clipboard memory after creation In case we don't, weston segfault in clipboard_set_selection on: if (clipboard->source) clipboard_source_unref(clipboard->source); This bug has been closed at Weston commit 340a4343d0755bb918b98743cbe3da9e65433d33 Mark this as RESOLVED AND FIXED. Mark this as VERIFIED AND FIXED. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.