GNOME Bugzilla – Bug 338636
Segmentation fault using shout2send plugin
Last modified: 2006-04-16 17:38:39 UTC
Steps to reproduce: 1. Set up a correct pipeline using shout2send but without a server running 2. Launch gstreamer 3. It crashes in shout_get_errno Stack trace:
+ Trace 67633
Other information: The troubles come from the line 389 of file gstshout2.c: shout2send->conn = FALSE; With that the pointer to the shout connection is lost and next when shout_get_errno at line 408 is called it segfaults... Line 400: shout_sync (shout2send->conn); doesn't make the program segfaults because libshout2 is protected in this function
see http://bugzilla.gnome.org/show_bug.cgi?id=338715 *** This bug has been marked as a duplicate of 338715 ***