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 578595 - [rtspconnection] invalid memory access when shutting down
[rtspconnection] invalid memory access when shutting down
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-04-10 11:53 UTC by Tim-Philipp Müller
Modified: 2009-12-10 18:50 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim-Philipp Müller 2009-04-10 11:53:55 UTC
Try this:

 $ gst-launch-0.10 playbin2 uri=rtsp://66.111.34.191:601/broadcast/alnour.rm

Wait for audio to play, then hit Control-C. Result:

ERROR default gstrtspconnection.c:1479:parse_request_line: invalid method ]�f����IBU

That doesn't look good, and valgrind also complains about memory access (comparing buffers in caps though, so that may not be related). Tried to track this down, but lost motivation in the maze that is GstRTPConnection.

Some more info:
Interrupt: Stopping pipeline ...
Execution ended after 7579702611 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
0gstrtspconnection.c:1570:build_next: builder->state=0, off=0, line=0
gstrtspconnection.c:1571:build_next: builder->buffer = ''
gstrtspconnection.c:1579:build_next: res = -3
gstrtspconnection.c:1570:build_next: builder->state=0, off=0, line=0
gstrtspconnection.c:1571:build_next: builder->buffer = ''
gstrtspconnection.c:1570:build_next: builder->state=3, off=1, line=0
gstrtspconnection.c:1571:build_next: builder->buffer = ']'
gstrtspconnection.c:1630:build_next: builder->buffer = ']'
gstrtspconnection.c:1668:build_next: builder->buffer = ']�f����IBU��� �w'[s����P$�A[�!$'
gstrtspconnection.c:1432:parse_request_line: btr=']�f����IBU��� �w'[s����P$�A[�!$'
gstrtspconnection.c:1434:parse_request_line: btr=' �w'[s����P$�A[�!$'
gstrtspconnection.c:1479:parse_request_line: invalid method ]�f����IBU
Comment 1 Wim Taymans 2009-12-10 18:02:45 UTC
I don't see any error now.
Comment 2 Tim-Philipp Müller 2009-12-10 18:50:34 UTC
Right, URI no longer accessible and can't reproduce with other stream, closing as obsolete.