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 144802 - segmentation fault when using artsdsink
segmentation fault when using artsdsink
Status: RESOLVED DUPLICATE of bug 143086
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-06-22 10:04 UTC by Arnout Boelens
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Arnout Boelens 2004-06-22 10:04:03 UTC
when trying whether the artsd plugin works using the command: 
 
gst-launch-0.8 sinesrc ! artsdsink 
 
I get: 
 
RUNNING pipeline ... 
artsdsink: closed connection 
Segmentation fault 
 
When trying to produce a trace with: 
 
gst-launch-0.8 -T sinesrc ! artsdsink 
 
I get: 
 
GstPadTemplate (0x8058698): flags 1, live 281 
GstBuffer (0x8050528): flags 1, live 0 
GstEvent (0x805bda8): flags 1, live 0 
RUNNING pipeline ... 
artsdsink: closed connection 
Caught interrupt. 
Execution ended after 66 iterations (sum 946828000 ns, average 14345878 ns, min 
190000 ns, max 184223000 ns). 
warning: leaving MCOP Dispatcher and still 146 types alive. 
artsdsink: closed connection 
GstSystemClock (0x80d7ec8): flags 1, live 1 
GstClockEntry (0x80dd9e0): flags 1, live 0 
GstPipeline (0x80d1ba8): flags 1, live 0 
GstOptScheduler (0x80d1ad8): flags 1, live 0 
GstArtsdsink (0x80ad3a8): flags 1, live 0 
GstSineSrc (0x80cfde8): flags 1, live 0 
GstDParamManager (0x80cd408): flags 1, live 1 
GstRealPad (0x80cd028): flags 1, live 0 
GstPadTemplate (0x8058698): flags 1, live 281 
GstBuffer (0x8050528): flags 1, live 0 
GstEvent (0x805bda8): flags 1, live 0 
 
I hear a sine sound and there is no segmentation fault.
Comment 1 Christophe Fergeau 2004-06-23 07:12:05 UTC

*** This bug has been marked as a duplicate of 143086 ***