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 100795 - gst-register produces segmentation fault
gst-register produces segmentation fault
Status: VERIFIED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.4.2
Other other
: Normal normal
: 0.4.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-12-10 02:56 UTC by John Williams
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description John Williams 2002-12-10 02:56:07 UTC
Hi team!

Trying to build garnome 19.3 on RH 8.0 crashes when trying to run
gst-register.  Same thing happens when running gst-register at root.

===================================================================
[jwilliams@localhost gnome-desktop]$ gst-register
INFO (18502: 0) Initializing GStreamer Core Library version 0.4.2
INFO (18502: 0) CPU features: (c1c3f9ff) MMX SSE 3DNOW MMXEXT
rebuilding global_registry
added plugin sdlvideosink with 1 feature(s)
added plugin snapshot with 1 feature(s)
added plugin cdplayer with 1 feature(s)
added plugin wavenc with 1 feature(s)
added plugin videotestsrc with 1 feature(s)
added plugin videocrop with 1 feature(s)
added plugin smpte with 1 feature(s)
added plugin gstvideo with 0 feature(s)
added plugin gstoptomegascheduler with 1 feature(s)
added plugin gstfastwingoscheduler with 1 feature(s)
added plugin gstfastomegascheduler with 1 feature(s)
added plugin gstbasicwingoscheduler with 1 feature(s)
added plugin gstbasicomegascheduler with 1 feature(s)
added plugin lame with 1 feature(s)
added plugin mikmod with 2 feature(s)
added plugin mad with 1 feature(s)
added plugin jpeg with 2 feature(s)
added plugin gnomevfssink with 1 feature(s)
added plugin gnomevfssrc with 1 feature(s)
added plugin esdmon with 1 feature(s)
added plugin esdsink with 1 feature(s)
Segmentation fault
===================================================================

any clues?  What other clues do I need to provide?

TIA

John
Comment 1 David Kennedy 2002-12-10 03:34:22 UTC
GStreamer folk will likely appreciate a stack trace - for information
on how to capture stack traces, see
http://bugzilla.gnome.org/getting-traces.cgi
Comment 2 Leif Johnson 2002-12-10 09:58:32 UTC
It would probably be helpful if you could provide an attachment with
the output from "gst-register --gst-mask=-1".
Comment 3 John Williams 2002-12-12 00:38:03 UTC
OK.  Someone mailed me and suggested that I delete the contents of
~/garnome/lib/gst/   --- I did this, remade gstreamer, gst-register,
gst-editor and gst-plugins.  Now ~/garnome/lib/gst/ remains empty and
gst-player and gst-editor segfault.  Running gst-register gives
==================================================================
[jwilliams@localhost gst-plugins]$ gst-register
INFO (23386: 0) Initializing GStreamer Core Library version 0.4.2
INFO (23386: 0) CPU features: (c1c3f9ff) MMX SSE 3DNOW MMXEXT
rebuilding global_registry
rebuilding user_registry
loaded 0 plugins with 0 features
[jwilliams@localhost gst-plugins]$
==================================================================

Is that the info you need?
Comment 4 Christian Fredrik Kalager Schaller 2003-01-08 21:39:25 UTC
do you have an old install of gstreamer somewhere outside garnome? I
would think the segfault is caused by gstreamer picking up some files
or similar from somewhere outside garnome env
Comment 5 Christian Fredrik Kalager Schaller 2003-01-16 14:21:55 UTC
Ok, I am sure this bug is caused by having multiple installs of
gstreamer, one in garnome and one elsehwere. Alternativly so did you
have a plugin in the garnome /garnome/lib/gst/ directory that was from
an earlier release. Since you deleted all plugins in the garnome
directory now, there is no way for gstreamer to work. Closing this bug.