https://bugs.freedesktop.org/show_bug.cgi?id=66132
--- Comment #5 from U. Artie Eoff <[email protected]> --- jekstrand identified the culprit: http://cgit.freedesktop.org/wayland/weston/tree/src/compositor.c#n2210 ...commenting out that line fixes the core dump. Other suspects that might result in double-free's are at: ./src/shell.c:1009: free(resource); ./src/shell.c:3617: free(resource); ./src/shell.c:3696: free(resource); ./src/shell.c:3919: free(resource); ./src/text-backend.c:537: free(resource); ./src/text-backend.c:750: free(resource); ./src/compositor.c:2210: free(resource); ./src/compositor.c:2517: free(resource); ./src/input.c:43: free(resource); ./src/data-device.c:558: free(resource); However, I ran a few tests to hit "some" of those code paths and found no indication of issue. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Wayland-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-bugs
