[Wayland-bugs] [Bug 74752] Weston-desktop-shell hangs.

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Feb 13 08:33:28 CET 2014


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

--- Comment #12 from Pekka Paalanen <ppaalanen at gmail.com> ---
(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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-bugs/attachments/20140213/85652b56/attachment.html>


More information about the Wayland-bugs mailing list