[gstreamer-bugs] [Bug 574510] Fix a52 decoder element crash on startup

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat Mar 7 23:47:05 PST 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=574510

  GStreamer | gst-plugins-ugly | Ver: git




------- Comment #2 from ogg.k.ogg.k  2009-03-08 07:48 UTC -------
Stack trace follows.
The crash actually happens when Thoggen starts, rather than when
starting encoding. Not sure why it'd crash here, the line seems
quite innocuous.

Core was generated by `./src/thoggen --gst-disable-segtrap'.
Program terminated with signal 11, Segmentation fault.
[New process 1467]
#0  gst_plugin_register_func (plugin=0x71b860, desc=0x7f2899001700) at
gstplugin.c:349
349       if (GST_CAT_DEFAULT)
(gdb) bt
#0  gst_plugin_register_func (plugin=0x71b860, desc=0x7f2899001700) at
gstplugin.c:349
#1  0x00007f28a36342c7 in gst_plugin_load_file (filename=0x72d780
"...../lib/gstreamer-0.10/libgsta52dec.so", 
    error=0x0) at gstplugin.c:553
#2  0x00007f28a363df08 in gst_registry_scan_path_level (registry=0x6648a0, 
    path=0x7f28a3668b21 "...../lib/gstreamer-0.10", level=10) at
gstregistry.c:906
#3  0x00007f28a363e234 in gst_registry_scan_path (registry=0x6648a0, 
    path=0x7f28a3668b21 "...../lib/gstreamer-0.10") at gstregistry.c:955
#4  0x00007f28a35f7494 in scan_and_update_registry (default_registry=0x6648a0, 
    registry_file=0x6693d0 "...../.gstreamer-0.10/registry.x86_64.bin",
write_changes=1, error=0x0)
    at gst.c:721
#5  0x00007f28a35f7c34 in ensure_current_registry (error=0x7fffadc770f0) at
gst.c:829
#6  0x00007f28a35f9166 in init_post (context=<value optimized out>,
group=<value optimized out>, 
    data=<value optimized out>, error=0x7fffadc770f0) at gst.c:1108
#7  0x00007f28a38e07f3 in g_option_context_parse () from
/usr/lib/libglib-2.0.so.0
#8  0x00007f28a35f88ed in gst_init_check (argc=0x7fffadc7710c,
argv=0x7fffadc77100, err=0x7fffadc770f0)
    at gst.c:432
#9  0x00007f28a35f89a7 in gst_init (argc=0x1, argv=0x0) at gst.c:479
#10 0x000000000042255d in main (argc=2, argv=0x7fffadc77278) at th-main.c:348
(gdb) print GST_CAT_DEFAULT
$1 = (GstDebugCategory *) 0x0
(gdb) 


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=574510.




More information about the Gstreamer-bugs mailing list