[Bug 29103] Crash when acknowledging pending messages.

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Dec 1 15:15:40 CET 2010


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

--- Comment #4 from Will Thompson <will.thompson at collabora.co.uk> 2010-12-01 06:15:40 PST ---
(In reply to comment #3)
> I've also tried to debug this crash using Valgrind, but I've not been able to
> reproduce it when running telepathy-idle this way for a whole week. So it may
> be a very nasty memory bug that doesn't happen when disabling GSlice and
> friends. Not sure what I can do to avoid this and actually get debugging
> informations...

One thing you could try is, rather than disabling GSlice using
G_SLICE=always-malloc, set it to perform extra sanity-checks using
G_SLICE=debug-blocks. This catches people slice-freeing the wrong size of
block, which always-malloc does not. (No point in using Valgrind when doing
this, though.)

If you could also run Idle with debugging output so we can see what happens
leading up to the crash, that would be great. It might be possible to scrape
the debug log and turn it into a test case. :)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the telepathy-bugs mailing list