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 125656 - gst-register-0.7 seg. faults on execution
gst-register-0.7 seg. faults on execution
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.7.0
Other Linux
: Normal major
: 0.7.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-10-28 04:21 UTC by Ted Gould
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ted Gould 2003-10-28 04:21:05 UTC
When I run gst-register-0.7 I get this:

[root@davinci ppc]# gdb gst-register-0.7
GNU gdb Yellow Dog Linux (5.2.1-4b)
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "ppc-yellowdog-linux"...
(no debugging symbols found)...
(gdb) run
Starting program: /usr/bin/gst-register-0.7
[New Thread 16384 (LWP 10360)]
rebuilding global_registry (/var/cache/gstreamer-0.7/registry.xml)
added plugin gsttypes with 2 feature(s)
added plugin gststaticautoplugrender with 1 feature(s)
added plugin gststaticautoplug with 1 feature(s)
added plugin gstspider with 2 feature(s)
added plugin gstoptscheduler with 1 feature(s)
added plugin gstoptomegascheduler with 1 feature(s)
added plugin gstoptgthreadscheduler with 1 feature(s)
added plugin gstindexers with 2 feature(s)
added plugin gstgetbits with 0 feature(s)
added plugin gstelements with 14 feature(s)
added plugin gstbasicomegascheduler with 1 feature(s)
added plugin autoplugger with 1 feature(s)
added plugin autoplugcache with 1 feature(s)
added plugin gstbasicgthreadscheduler with 1 feature(s)
 
Program received signal SIGSEGV, Segmentation fault.

Thread 16384 (LWP 10360)

  • #0 g_build_pathv
    from /usr/lib/libglib-2.0.so.0
  • #1 g_build_filename
    from /usr/lib/libglib-2.0.so.0
  • #2 main
  • #3 __libc_start_main
    at ../sysdeps/powerpc/elf/libc-start.c line 178

Comment 1 David Schleef 2003-10-31 03:44:39 UTC
Fixed in revision 1.18 of gst-register.c.