GNOME Bugzilla – Bug 676524
apexsink: Crash in gst_apexraop_connect
Last modified: 2015-04-16 12:46:01 UTC
Can't say anything more: everytime I try to run totem I get this error message: (totem:9739): GLib-GObject-WARNING **: value "100,000000" of type `gdouble' is invalid or out of range for property `volume' of type `gdouble' *** buffer overflow detected ***: /usr/bin/totem terminated It started when I upgraded to Ubuntu Precise and must have to do with some incompatible settings laying around because I can run totem on the same machine from another user account. Here is the backtrace through gdb.
Which exact version of Totem is this about?
Created attachment 214617 [details] backtrace
(In reply to comment #1) > Which exact version of Totem is this about? totem 3.0.1-0ubuntu21
Created attachment 214618 [details] another attachement with debug symbols for the gstreamer libraries
Thanks for the backtrace. Looks like a GStreamer problem to me.
Created attachment 214623 [details] output of dpkg -l '*gstreamer*' listing the versions of all gstreamer packages
Created attachment 214624 [details] output of gst-inspect apexsink
Are you using apexsink on purpose, or are you saying it somehow gets picked up and causes problems even though you don't want to use it at all?
commit 9e1135e209d798a6ebee2b415acc8c6535d3befc Author: Jan Schmidt <jan@centricular.com> Date: Thu Apr 16 22:43:54 2015 +1000 apexsink: Fix buffer overflow, in case anyone ever ports it. Fix a simple buffer overflow - 16 bytes isn't enough to hold the string representation of a gulong on x86_64. I guess the intent was to generate a 32 bit random key, so let's do that. Only matters if anyone ever ports the sink to 1.x https://bugzilla.gnome.org/show_bug.cgi?id=676524