GNOME Bugzilla – Bug 669301
xvimagesink: hang joining thread at state switch to NULL
Last modified: 2015-04-07 11:17:25 UTC
Got this while trying to repro the crash from https://bugzilla.gnome.org/show_bug.cgi?id=434996. Happened on a Matroska file after a dozen loops, but I doubt this is data dependant from the stack trace. This was using the sample code from that bug: http://bugzilla-attachments.gnome.org/attachment.cgi?id=87392
+ Trace 229592
Thread 1 (Thread 0x7f865adaf700 (LWP 20558))
xvimagesink->event_thread was set to NULL, running to FALSE, so it looks more like an X bug in fact as XGetWindowAttributes does not return, so we wait forever for the thread to join. Another run shows no hang.
Is this reproducable still?
Only seen once, further runs end normally.
I don't recall seeing this ever again, so I'll close it.