GNOME Bugzilla – Bug 604932
crash in ekiga 3.2.6 in closure_invoke_notifiers
Last modified: 2011-10-13 10:21:39 UTC
Crash in ekiga 3.2.6 in Fedora 12 x64 ekiga-3.2.6-1.fc12.x86_64 opal-3.6.6-1.fc12.x86_64 ptlib-2.6.5-1.fc12.x86_64 Core was generated by `ekiga'. Program terminated with signal 11, Segmentation fault.
+ Trace 219672
Thread 1 (Thread 19247)
Current language: auto The current source language is "auto; currently c".
Could you describe what you were doing when it crashed? It looks like a gtk+ crash...
1. Start ekiga, go to edit | preferences => sound events 2. Select Play sound on incoming calls. Try to press Play (for testing sound), however chrash happens also if you have not fiddled with Play 3. Uncheck or check sound playing => immediate crash (setting is toggled for next time)
gclosure.c is in glib, it seems to me it's a bug in glib. Reassigning to glib... Offending line (285): i = closure->n_guards;
(In reply to comment #3) > gclosure.c is in glib, it seems to me it's a bug in glib. Reassigning to > glib... > > Offending line (285): > i = closure->n_guards; ^^ this line of code is exected millions of times a day (given that a machine running gnome executed it thousands of times a day, and given that gnome is running on thousands of computers a day). My best guess would be corrupted memory… Peter, did this happen only once, or is it reproducable for you?
Closing this bug report as no further information has been provided after more than 6 weeks. Please feel free to reopen this bug if you can provide the information asked for. Thanks!
It's a pitty nothing has been figured out here. Meanwhile, there's a reproducible crash in glib2 closure_invoke_notifiers (notify_type=3, closure=0x0) at gclosure.c:284 affecting Claws Mail on Fedora 15 and 16 (x86_64). gtk2-2.24.4-2.fc15.x86_64 glib2-2.28.8-1.fc15.x86_64 claws-mail-3.7.9-5.fc15.x86_64 gtk2-2.24.6-1.fc16.x86_64 glib2-2.30.0-2.fc16.x86_64 claws-mail-3.7.10-5.fc16.x86_64 Report: https://bugzilla.redhat.com/745583 Backtrace: https://bugzilla.redhat.com/attachment.cgi?id=527761 Is it the same one?