https://bugs.freedesktop.org/show_bug.cgi?id=74752

--- Comment #12 from Pekka Paalanen <[email protected]> ---
(In reply to comment #10)
> Created attachment 93890 [details]
> backtrace of a hung weston-desktop-shell
> 
> Weston built with --with-cairo=gl

That... does not look like any specific problem, it looks like memory
corruption, because it detects an error inside malloc() and then hangs trying
to report it which involves some init-once dlopening a library hitting a
deadlock on a mutex. Something that I would describe as "wtf".

Unfortunately this doesn't tell much. But since you say it does not happen when
ran under Valgrind, it might involve a race which leads to e.g. use of freed
memory or whatever corrupting memory.

Gaah...

-- 
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

Reply via email to