After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 130270 - gst-register-0.7 crashes (Segfault)
gst-register-0.7 crashes (Segfault)
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.7.3
Other Linux
: Normal normal
: 0.7.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-12-31 10:13 UTC by lwillis
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description lwillis 2003-12-31 10:13:36 UTC
During the install of gst-plugins in garnome, gst-register-0.7 is called.
This segfaults.  Backtrace below:

(gdb) bt
  • #0 _dl_relocate_object
    at ../sysdeps/i386/dl-machine.h line 436
  • #1 getutmpx
    from /lib/libc.so.6
  • #2 _dl_catch_error
    at dl-error.c line 152
  • #3 _dl_open
    from /lib/libc.so.6
  • #4 dlopen
    from /lib/libdl.so.2
  • #5 _dl_catch_error
    at dl-error.c line 152
  • #6 dlerror
    from /lib/libdl.so.2
  • #7 dlopen
    from /lib/libdl.so.2
  • #8 _g_module_open
    at gmodule-dl.c line 97
  • #9 g_module_open
    at gmodule.c line 387
  • #10 gst_plugin_load_file
    at gstplugin.c line 307
  • #11 gst_xml_registry_rebuild
    at gstxmlregistry.c line 1644
  • #12 gst_registry_rebuild
    at gstregistry.c line 181
  • #13 main
    at gst-register.c line 118
  • #14 __libc_start_main
    from /lib/libc.so.6

Removing libgstffmpeg.* from the plugins directory makes gst-register-0.7
proceed without crashing.
Comment 1 David Schleef 2004-02-19 02:42:46 UTC
Does this still happen with 0.7.4?
Comment 2 lwillis 2004-02-19 13:13:13 UTC
Fixed in 0.7.4
Comment 3 Thomas Vander Stichele 2004-02-24 17:41:46 UTC
what prototype are you making ?