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 540466 - RTSP-segmentation fault with bad plugins
RTSP-segmentation fault with bad plugins
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.5
Other Linux
: High critical
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-06-27 11:16 UTC by Laxman Dodda
Modified: 2009-01-19 08:00 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Laxman Dodda 2008-06-27 11:16:35 UTC
Hi
 
 a.out rtspt://172.17.5.197/sample_50kbit.3gp I given , output is 



Program received signal SIGSEGV, Segmentation fault.
IA__g_str_hash (v=0x20aab8d5) at gstring.c:95
95      gstring.c: No such file or directory.
        in gstring.c


By my observation i am getting it in rtpmanger  library i.e. gst-plugins-bad-0.10.5.
 

 I did this program on eabi tool chain . 


Regards
Laxman
Comment 1 Sebastian Dröge (slomo) 2008-06-27 11:24:26 UTC
Thanks for taking the time to report this bug.
Without a stack trace from the crash it's very hard to determine what caused it.
Can you get us a stack trace? Please see http://live.gnome.org/GettingTraces for more information on how to do so. Thanks in advance!
Comment 2 Laxman Dodda 2008-07-08 14:10:56 UTC
 I did gdb on this . But I am not getting any stack traces
Comment 3 Stefan Sauer (gstreamer, gtkdoc dev) 2008-07-09 06:08:31 UTC
Do you have the debug symbols? Make sure you don't strip when installing.
Also in gdb try getting backtraces for all threads
> threads apply all bt
Comment 4 Laxman Dodda 2008-07-09 06:49:27 UTC
(In reply to comment #1)
> Thanks for taking the time to report this bug.
> Without a stack trace from the crash it's very hard to determine what caused
> it.
> Can you get us a stack trace? Please see http://live.gnome.org/GettingTraces
> for more information on how to do so. Thanks in advance!
> 

I am not getting any stack traces . It is giving 
ERROR: Caught a segmentation fault while loading plugin file:
/usr/local/lib/gstreamer-0.10/libgstrtpmanager.so
Comment 5 Stefan Sauer (gstreamer, gtkdoc dev) 2008-07-11 19:50:18 UTC
What platforma are you on? Have you compiled everything yourselv and in the same environment. 

does this also crash?
gst-inspect-0.10 gstrtpmanager

if so try
gdb --args gst-inspect-0.10 --gst-disable-registry-fork gstrtpmanager
and then check if you get a backtrace. Alternatively in gdb before running do
set follow-fork-mode=child
Comment 6 Christoph Wurm 2009-01-19 08:00:39 UTC
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for.
Thanks!