GNOME Bugzilla – Bug 460786
crash in Volume Control: nothin
Last modified: 2007-10-28 14:25:36 UTC
What were you doing when the application crashed? nothin Distribution: Unknown Gnome Release: 2.18.3 2007-07-20 (FreeBSD GNOME Project) BugBuddy Version: 2.18.1 System: FreeBSD 6.2-STABLE FreeBSD 6.2-STABLE #4: Sat Jul 21 06:16:09 KST 2007 skyrapper@darkelf.snu.ac.kr:/usr/obj/usr/src/sys/DARKELF i386 X Vendor: The X.Org Foundation X Vendor Release: 70200000 Selinux: No Accessibility: Disabled GTK+ Theme: Clearlooks Icon Theme: gnome Memory status: size: 63084 vsize: 63084 resident: 37908 share: 50935465 rss: 37908 rss_rlim: 9477 CPU usage: start_time: 0 rtime: 0 utime: 0 stime: 0 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 133 Backtrace was generated from '/usr/local/libexec/mixer_applet2' (no debugging symbols found)...[New LWP 100137] [Switching to LWP 100137] 0x2913e6cd in wait4 () from /lib/libc.so.6
+ Trace 150831
Thread 1 (LWP 100137)
----------- .xsession-errors --------------------- adding /home/skyrapper/M/???/ref_src_code/fftw-3.1.2/doc for polling (poll count is 151) adding /home/skyrapper/M/???/ref_src_code/fftw-3.1.2/tests for polling (poll count is 152) adding /home/skyrapper/M/???/ref_src_code/fftw-3.1.2/libbench2 for polling (poll count is 153) adding /home/skyrapper/M/???/ref_src_code/fftw-3.1.2/api for polling (poll count is 154) adding /home/skyrapper/M/???/ref_src_code/fftw-3.1.2/threads for polling (poll count is 155) adding /home/skyrapper/M/???/ref_src_code/fftw-3.1.2/reodft for polling (poll count is 156) adding /home/skyrapper/M/???/ref_src_code/fftw-3.1.2/rdft for polling (poll count is 157) adding /home/skyrapper/M/???/ref_src_code/fftw-3.1.2/dft for polling (poll count is 158) adding /home/skyrapper/M/???/ref_src_code/fftw-3.1.2/simd for polling (poll count is 159) adding /home/skyrapper/M/???/ref_src_code/fftw-3.1.2/kernel for polling (poll count is 160) adding /home/skyrapper/M/???/ref_src_code/fftw-3.1.2/genfft-k7 for polling (poll count is 161) adding /home/skyrapper/M/???/ref_src_code/fftw-3.1.2/genfft for polling (poll count is 162) adding /home/skyrapper/M/???/ref_src_code/fftw-3.1.2/support for polling (poll count is 163) adding /home/skyrapper/M/???/ref_src_code/fftw-3.1.2/tools for polling (poll count is 164) adding /home/skyrapper/M/???/ref_src_code/fftw-3.1.2/m4 for polling (poll count is 165) --------------------------------------------------
Odd, have you ever seen anything like this again? What's the output of gst-inspect-0.10 glimagesink | grep Version and gst-inspect-0.10 identity | grep Version ? Looks to me either like libglimagesink.so was installed after the first scan for updates (otherwise it would have been loaded from the fork()'ed child and the crash would have happened there and not in the main process), or this is just another case of random memory corruption due to late g_thread_init(), courtesy of GLib's GSLice and a cause of problems in the gnome-2.18 cycle IIRC (which would make this a mixer applet bug).
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for. Thanks! There have also been one or two potential crasher fixes in glimagesink since the last release IIRC.