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 133631 - gst-launch seg faults in gst_caps_free with no sink
gst-launch seg faults in gst_caps_free with no sink
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other FreeBSD
: Normal normal
: 0.7.5
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-02-06 11:23 UTC by Andrew Turner
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Backtrace (1.57 KB, text/plain)
2004-02-06 11:25 UTC, Andrew Turner
Details

Description Andrew Turner 2004-02-06 11:23:52 UTC
When trying to run the following pipeline gst-launch Segmentation faults

gst-launch-0.7 filesrc location=/home/andrew/Blindspott\ -\ Phlex.ogg ! spider

where

./bin/gst-launch-0.7 filesrc location=/home/andrew/Blindspott\ -\ Phlex.ogg
! vorbisfile

runs through fine.
Comment 1 Andrew Turner 2004-02-06 11:25:22 UTC
Created attachment 24132 [details]
Backtrace
Comment 2 Andrew Turner 2004-02-06 11:30:38 UTC
I get gst-launch Segmentation faulting at the same place when hitting
control-c from within

gst-launch-0.7 filesrc location=/home/andrew/file.ogg ! spider ! osssink
Comment 3 Benjamin Otte (Company) 2004-02-06 22:39:11 UTC
This is supposed to be fixed since this commit:

2004-02-04  David Schleef  <ds@schleef.org>
                                                                     
                                                                     
                              
        * gst/gstelement.c: (gst_element_clear_pad_caps): Make sure we
have
        a GstRealPad before accessing its structure members.

Please reopen if not.