GNOME Bugzilla – Bug 577640
Crashes using GAsyncQueue
Last modified: 2009-05-16 08:32:47 UTC
I have a nice bug #570008, where two crashes are described -- let's fork the reports ; this one is about a crash using GAsyncQueue, and I think I should push it to glib (still reporting against ekiga first since that's where it comes from) :
+ Trace 214098
Any news about this crash?
*** Bug 580612 has been marked as a duplicate of this bug. ***
Could someone from glib look at this bug please? It has been hitting ekiga since January/February and is the main blocker for a stable release of ekiga.
The stacktrace in the description is a crash inside malloc, so I'd say you have memory corruption somewhere. Now, this could still be caused by glib, certainly. But I don't see any strong hints that would allow me to look for something.
I would recommend valgrind to get a grip on the cause of the memory corruption.
Created attachment 134312 [details] Valgrind output (compressed) I start ekiga again, once with valgrind, once with gdb. Here are the outputs.
Created attachment 134313 [details] gdb output, thread 4 is the important one, I think
Looks indeed like memory corruption. Moving back to ekiga for now.
It was indeed a problem in ekiga, thanks Matthias! Julien has just fixed it.