GNOME Bugzilla – Bug 513018
crash in Volume Control: I typed my password at t...
Last modified: 2008-05-28 11:28:40 UTC
What were you doing when the application crashed? I typed my password at the screensaver and when the screen appeared it came with a Bugbuddy crash report. Distribution: Debian lenny/sid Gnome Release: 2.20.3 2008-01-12 (Debian) BugBuddy Version: 2.20.1 System: Linux 2.6.23-1-686-bigmem #1 SMP Fri Dec 21 14:39:17 UTC 2007 i686 X Vendor: The X.Org Foundation X Vendor Release: 60900000 Selinux: No Accessibility: Disabled GTK+ Theme: Clearlooks Icon Theme: gnome Memory status: size: 50442240 vsize: 50442240 resident: 13950976 share: 10756096 rss: 13950976 rss_rlim: 4294967295 CPU usage: start_time: 1201675166 rtime: 70 utime: 58 stime: 12 cutime:4 cstime: 12 timeout: 0 it_real_value: 0 frequency: 100 Backtrace was generated from '/usr/lib/bug-buddy/mixer_applet2' Using host libthread_db library "/lib/i686/cmov/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread 0xb6e996b0 (LWP 24974)] 0xffffe410 in __kernel_vsyscall ()
+ Trace 187326
Thread 1 (Thread 0xb6e996b0 (LWP 24974))
----------- .xsession-errors (1236324 sec old) --------------------- /home/gernot/Desktop/hwkatakana-sampler.dvi[0]: Warning: udmj78: vf macro had errors /home/gernot/Desktop/hwkatakana-sampler.dvi[0]: Error: font 3 is not defined /home/gernot/Desktop/hwkatakana-sampler.dvi[0]: Warning: udmj78: vf macro had errors /home/gernot/Desktop/hwkatakana-sampler.dvi[0]: Error: font 10 is not defined /home/gernot/Desktop/hwkatakana-sampler.dvi[0]: Warning: udmj7a: vf macro had errors /home/gernot/Desktop/hwkatakana-sampler.dvi[0]: Error: font 10 is not defined /home/gernot/Desktop/hwkatakana-sampler.dvi[0]: Warning: udmj7a: vf macro had errors /home/gernot/Desktop/hwkatakana-sampler.dvi[0]: Error: font 10 is not defined /home/gernot/Desktop/hwkatakana-sampler.dvi[0]: Warning: udmj7a: vf macro had errors /home/gernot/Desktop/hwkatakana-sampler.dvi[0]: Error: font 13 is not defined /home/gernot/Desktop/hwkatakana-sampler.dvi[0]: Warning: udmj8a: vf macro had errors /home/gernot/Desktop/hwkatakana-sampler.dvi[0]: Error: font 13 is not defined /home/gernot/Desktop/hwkatakana-sampler.dvi[0]: Warning: udmj8a: vf macro had errors ...Too much output, ignoring rest... --------------------------------------------------
*** Bug 513021 has been marked as a duplicate of this bug. ***
*** Bug 512978 has been marked as a duplicate of this bug. ***
*** Bug 512955 has been marked as a duplicate of this bug. ***
Is this maybe http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463202 $ gnome-volume-control (gnome-volume-control:4066): GLib-GObject-WARNING **: specified class size for type `GstOssMixerTrack' is smaller than the parent type's `GstMixerTrack' class size (gnome-volume-control:4066): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed (gnome-volume-control:4066): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed
Ok, found the problem... damn. struct _GstMixerTrackClass { GObjectClass parent; #ifndef GST_DISABLE_DEPRECATED /* signals (deprecated) */ void (* mute_toggled) (GstMixerTrack *channel, gboolean mute); void (* record_toggled) (GstMixerTrack *channel, gboolean record); void (* volume_changed) (GstMixerTrack *channel, gint *volumes); #endif /* not GST_DISABLE_DEPRECATED */ gpointer _gst_reserved[GST_PADDING]; }; Before we compiled releases with GST_DISABLE_DEPRECATED, now we compile without. And this happyly breaks ABI... patch for fixing this comes in a few minutes...
Created attachment 104013 [details] [review] mixer-abi.diff
Created attachment 104014 [details] [review] mixer-abi.diff
slomo, do you think bug 512924 is a dup of this one? the stacktrace is too generic for us triagers to know... if you're not sure, just leave it like that
I upgraded libgstreamer0.10-0 to 0.10.16-1 from Debian sid today and started getting the crash. I see the same warnings as in the Debian bug too. Sorry for all the duplicates I filed :(
*** Bug 512924 has been marked as a duplicate of this bug. ***
*** Bug 513070 has been marked as a duplicate of this bug. ***
Fixed in CVS: 2008-01-30 Jan Schmidt <jan.schmidt@sun.com> * gst-libs/gst/interfaces/mixeroptions.h: * gst-libs/gst/interfaces/mixertrack.h: Change the way these deprecated function pointers are removed so that the compiled ABI is unconditionally smaller. This sets in stone an ABI break that actually occurred when the things were deprecated in 0.10.14, which seems to be the best fix as the only known users are oss-mixer and sunaudio-mixer in gst-plugins-good. Fixes: #513018
*** Bug 513198 has been marked as a duplicate of this bug. ***
*** Bug 513074 has been marked as a duplicate of this bug. ***
*** Bug 513086 has been marked as a duplicate of this bug. ***
*** Bug 513075 has been marked as a duplicate of this bug. ***
*** Bug 513077 has been marked as a duplicate of this bug. ***
*** Bug 513101 has been marked as a duplicate of this bug. ***
*** Bug 513126 has been marked as a duplicate of this bug. ***
*** Bug 513127 has been marked as a duplicate of this bug. ***
*** Bug 513134 has been marked as a duplicate of this bug. ***
*** Bug 513146 has been marked as a duplicate of this bug. ***
*** Bug 513147 has been marked as a duplicate of this bug. ***
*** Bug 513148 has been marked as a duplicate of this bug. ***
*** Bug 513153 has been marked as a duplicate of this bug. ***
*** Bug 513162 has been marked as a duplicate of this bug. ***
*** Bug 513163 has been marked as a duplicate of this bug. ***
*** Bug 513169 has been marked as a duplicate of this bug. ***
*** Bug 513177 has been marked as a duplicate of this bug. ***
*** Bug 513185 has been marked as a duplicate of this bug. ***
*** Bug 513191 has been marked as a duplicate of this bug. ***
*** Bug 513154 has been marked as a duplicate of this bug. ***
*** Bug 513155 has been marked as a duplicate of this bug. ***
*** Bug 513164 has been marked as a duplicate of this bug. ***
*** Bug 513173 has been marked as a duplicate of this bug. ***
*** Bug 513175 has been marked as a duplicate of this bug. ***
*** Bug 513204 has been marked as a duplicate of this bug. ***
*** Bug 513205 has been marked as a duplicate of this bug. ***
*** Bug 513104 has been marked as a duplicate of this bug. ***
*** Bug 513094 has been marked as a duplicate of this bug. ***
*** Bug 513186 has been marked as a duplicate of this bug. ***
*** Bug 513158 has been marked as a duplicate of this bug. ***
*** Bug 513083 has been marked as a duplicate of this bug. ***
*** Bug 513096 has been marked as a duplicate of this bug. ***
*** Bug 513107 has been marked as a duplicate of this bug. ***
*** Bug 513118 has been marked as a duplicate of this bug. ***
*** Bug 513129 has been marked as a duplicate of this bug. ***
*** Bug 513283 has been marked as a duplicate of this bug. ***
*** Bug 513228 has been marked as a duplicate of this bug. ***
*** Bug 513231 has been marked as a duplicate of this bug. ***
*** Bug 513245 has been marked as a duplicate of this bug. ***
*** Bug 513229 has been marked as a duplicate of this bug. ***
*** Bug 513225 has been marked as a duplicate of this bug. ***
*** Bug 513222 has been marked as a duplicate of this bug. ***
*** Bug 513227 has been marked as a duplicate of this bug. ***
*** Bug 513233 has been marked as a duplicate of this bug. ***
*** Bug 513242 has been marked as a duplicate of this bug. ***
*** Bug 513248 has been marked as a duplicate of this bug. ***
*** Bug 513252 has been marked as a duplicate of this bug. ***
*** Bug 513261 has been marked as a duplicate of this bug. ***
*** Bug 513266 has been marked as a duplicate of this bug. ***
*** Bug 513267 has been marked as a duplicate of this bug. ***
*** Bug 513268 has been marked as a duplicate of this bug. ***
*** Bug 513271 has been marked as a duplicate of this bug. ***
*** Bug 513277 has been marked as a duplicate of this bug. ***
*** Bug 513278 has been marked as a duplicate of this bug. ***
*** Bug 513282 has been marked as a duplicate of this bug. ***
*** Bug 513290 has been marked as a duplicate of this bug. ***
*** Bug 513293 has been marked as a duplicate of this bug. ***
*** Bug 513297 has been marked as a duplicate of this bug. ***
*** Bug 513309 has been marked as a duplicate of this bug. ***
*** Bug 513311 has been marked as a duplicate of this bug. ***
*** Bug 513324 has been marked as a duplicate of this bug. ***
*** Bug 513328 has been marked as a duplicate of this bug. ***
*** Bug 513329 has been marked as a duplicate of this bug. ***
*** Bug 513331 has been marked as a duplicate of this bug. ***
*** Bug 513337 has been marked as a duplicate of this bug. ***
*** Bug 513346 has been marked as a duplicate of this bug. ***
*** Bug 513356 has been marked as a duplicate of this bug. ***
*** Bug 513359 has been marked as a duplicate of this bug. ***
*** Bug 513366 has been marked as a duplicate of this bug. ***
*** Bug 513367 has been marked as a duplicate of this bug. ***
*** Bug 513369 has been marked as a duplicate of this bug. ***
*** Bug 513382 has been marked as a duplicate of this bug. ***
*** Bug 513383 has been marked as a duplicate of this bug. ***
*** Bug 513386 has been marked as a duplicate of this bug. ***
*** Bug 513396 has been marked as a duplicate of this bug. ***
*** Bug 513397 has been marked as a duplicate of this bug. ***
*** Bug 513403 has been marked as a duplicate of this bug. ***
*** Bug 513410 has been marked as a duplicate of this bug. ***
*** Bug 513358 has been marked as a duplicate of this bug. ***
*** Bug 513307 has been marked as a duplicate of this bug. ***
*** Bug 513368 has been marked as a duplicate of this bug. ***
*** Bug 513407 has been marked as a duplicate of this bug. ***
*** Bug 513351 has been marked as a duplicate of this bug. ***
Whee! Watch the dupes roll in!
*** Bug 513437 has been marked as a duplicate of this bug. ***
*** Bug 513392 has been marked as a duplicate of this bug. ***
*** Bug 513390 has been marked as a duplicate of this bug. ***
*** Bug 513348 has been marked as a duplicate of this bug. ***
*** Bug 513510 has been marked as a duplicate of this bug. ***
*** Bug 513503 has been marked as a duplicate of this bug. ***
*** Bug 513489 has been marked as a duplicate of this bug. ***
*** Bug 513473 has been marked as a duplicate of this bug. ***
*** Bug 513468 has been marked as a duplicate of this bug. ***
*** Bug 513453 has been marked as a duplicate of this bug. ***
*** Bug 513452 has been marked as a duplicate of this bug. ***
*** Bug 513432 has been marked as a duplicate of this bug. ***
*** Bug 513430 has been marked as a duplicate of this bug. ***
*** Bug 513427 has been marked as a duplicate of this bug. ***
*** Bug 513454 has been marked as a duplicate of this bug. ***
*** Bug 513371 has been marked as a duplicate of this bug. ***
*** Bug 513208 has been marked as a duplicate of this bug. ***
*** Bug 513523 has been marked as a duplicate of this bug. ***
*** Bug 513552 has been marked as a duplicate of this bug. ***
*** Bug 513554 has been marked as a duplicate of this bug. ***
*** Bug 513592 has been marked as a duplicate of this bug. ***
*** Bug 513622 has been marked as a duplicate of this bug. ***
*** Bug 513629 has been marked as a duplicate of this bug. ***
*** Bug 513630 has been marked as a duplicate of this bug. ***
*** Bug 513649 has been marked as a duplicate of this bug. ***
*** Bug 513661 has been marked as a duplicate of this bug. ***
*** Bug 513464 has been marked as a duplicate of this bug. ***
*** Bug 513698 has been marked as a duplicate of this bug. ***
*** Bug 513728 has been marked as a duplicate of this bug. ***
*** Bug 513712 has been marked as a duplicate of this bug. ***
*** Bug 513713 has been marked as a duplicate of this bug. ***
*** Bug 513809 has been marked as a duplicate of this bug. ***
*** Bug 513750 has been marked as a duplicate of this bug. ***
*** Bug 513782 has been marked as a duplicate of this bug. ***
*** Bug 513902 has been marked as a duplicate of this bug. ***
*** Bug 513979 has been marked as a duplicate of this bug. ***
*** Bug 514990 has been marked as a duplicate of this bug. ***
*** Bug 515551 has been marked as a duplicate of this bug. ***
*** Bug 535200 has been marked as a duplicate of this bug. ***