[Xfce-bugs] [Bug 9709] periodic crashes of xfce4-session

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Wed Apr 17 08:57:33 CEST 2013


https://bugzilla.xfce.org/show_bug.cgi?id=9709

--- Comment #17 from Kip <kip at thevertigo.com> ---
The only way I can see g_slice_alloc possibly segfaulting is if its only
parameter block_size was either 0 or the client requested more memory than was
available. Otherwise the problem could well be in glib since if the call
failed, one might expect it to have returned NULL, but then the crash would
have happened in the caller when it dereferenced it and not within the
g_slice_alloc function itself. I also don't think it is a threading issue
because glib is allegedly thread safe.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Xfce-bugs mailing list