GNOME Bugzilla – Bug 361887
gnome-volume-control crashed
Last modified: 2007-03-10 23:05:00 UTC
That bug has been opened on https://launchpad.net/distros/ubuntu/+source/gnome-media/+bug/65822 "This crash happened after I closed gnome-volume-control app. not sure if this is reproducible or how important it is. ... http://librarian.launchpad.net/4821618/_usr_bin_gnome-volume-control.1000.crash crash dump of gnome-volume-control Here's the crash dump" debug backtrace generated from the crash file: "Program terminated with signal 11, Segmentation fault.
+ Trace 76111
The installed version is gnome-media 2.16.1
(gdb) p vol->track $3 = (GstMixerTrack *) 0x0
We probably clean up but forget to remove the idle handler to check for volume updates, looks like a relatively easy fix.
Created attachment 79555 [details] [review] fix
2007-01-06 Ronald S. Bultje,,, <rbultje@gnome.org> * gst-mixer/src/element.c: (gnome_volume_control_element_dispose), (gnome_volume_control_element_change): * gst-mixer/src/track.c: (gnome_volume_control_track_free): * gst-mixer/src/window.c: (gnome_volume_control_window_dispose): Clean up on close, so that we don't crash if the idle handler comes in between the final exit() and the cleanup (#361887).
*** Bug 416020 has been marked as a duplicate of this bug. ***
*** Bug 416929 has been marked as a duplicate of this bug. ***