GNOME Bugzilla – Bug 788866
rtspconnection: tests sometimes get stuck while connecting to host
Last modified: 2018-11-03 12:00:45 UTC
Sometimes the tests in tests/check/libs/rtspconnection.c get stuck in create_connection on g_socket_client_connect_to_host. It can happen from any of the test cases. Easily reproduced when running the tests "forever", seen within seconds. Can also happen when running the suite once.
Could you add the stack tracce (of all threads) when it happens?
Sorry, I can't reproduce it in gdb. Did not know that.
You can attach gdb to it from outside in another terminal once it hangs, if you're fast enough :) gdb -p $PID
Created attachment 361407 [details] stacktrace Attached the stacktrace!
Created attachment 361409 [details] stacktrace And now one with all symbols.. :)
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/392.