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 759031 - rtsp-media: gst_rtsp_media_get_status: timeout, assuming error status
rtsp-media: gst_rtsp_media_get_status: timeout, assuming error status
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-rtsp-server
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-12-04 15:07 UTC by Francisco Velazquez
Modified: 2015-12-06 15:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Output from checking all gst-rtsp-server tests (10.88 KB, text/plain)
2015-12-04 15:07 UTC, Francisco Velazquez
Details
rtspserver.check (7.67 KB, text/plain)
2015-12-04 15:09 UTC, Francisco Velazquez
Details
GDB output (14.21 KB, text/plain)
2015-12-04 15:10 UTC, Francisco Velazquez
Details

Description Francisco Velazquez 2015-12-04 15:07:40 UTC
Created attachment 316772 [details]
Output from checking all gst-rtsp-server tests

I get some errors when running all tests from gst-rtsp-server. Debugging rtspserver, with command:

GST_CHECKS=test_play GST_DEBUG=rtspclient:6,rtspmedia:6,check:5 make gst/rtspserver.check

I get:

rtspmedia rtsp-media.c:1841:gst_rtsp_media_get_status: timeout, assuming error status

Running GDB:
GST_CHECKS=test_play GST_DEBUG=rtspclient:6,rtspmedia:6,check:5 make gst/rtspserver.gdb

to see the content of the arguments for the function g_cond_wait_until (line 1847 in rtsp-media.c), I see 0x1 in cold and lock.
Comment 1 Francisco Velazquez 2015-12-04 15:09:04 UTC
Created attachment 316774 [details]
rtspserver.check

See line 39:

gst_rtsp_media_get_status: timeout, assuming error status
Comment 2 Francisco Velazquez 2015-12-04 15:10:23 UTC
Created attachment 316775 [details]
GDB output
Comment 3 Francisco Velazquez 2015-12-06 15:33:23 UTC
I reinstalled GStreamer and the test passed. I don't know if this is a bug, but at least it is not relevant anymore at the moment.