GNOME Bugzilla – Bug 756625
segfault in captured_event_cb
Last modified: 2015-11-12 17:56:51 UTC
Those reports seem to have started with gtk 3.16 Backtrace from nautilus with gtk 3.17.90 "#0 __strstr_sse2 (haystack_start=0x0, needle_start=0x7f68173d0853 "TrackPoint") at ../string/strstr.c:63 haystack = 0x0 needle = 0x7f68173d0853 "TrackPoint" needle_len = <optimized out> haystack_len = <optimized out> ok = true
+ Trace 235587
Thread 2 (Thread 0x7f6801b5b700 (LWP 2904))
"
ubuntu errors on https://errors.ubuntu.com/problem/fe5ce6449ab34eb8a964f6c8920523d2df54cb63 redhat reports examples https://retrace.fedoraproject.org/faf/reports/652184/ https://retrace.fedoraproject.org/faf/reports/629863/
Created attachment 313887 [details] [review] GdkDevice: Do not free construct-only properties data on dispose() Those are not references to other objects, and the device will be mostly useless if those can't be set again anyway.
Review of attachment 313887 [details] [review]: Makes sense.
*** Bug 756999 has been marked as a duplicate of this bug. ***
Attachment 313887 [details] pushed as 7d8a3a5 - GdkDevice: Do not free construct-only properties data on dispose()
*** Bug 757973 has been marked as a duplicate of this bug. ***