What | Removed | Added |
---|---|---|
Status | NEW | ASSIGNED |
Comment # 6
on bug 82517
from Christian König
(In reply to comment #5) > (Or maybe you can reproduce it on your end? Just pick one recored broadcast > from Twitch, e.g. > <http://www.twitch.tv/carbotanimations/b/557380266?t=1h01m> and it should > segfault) Took me a while, but I was able to reproduce the problem and take a complete log. > Another observation I made: if you run a YouTube video in the backgrund in > parallel to e.g. opening > <http://www.twitch.tv/carbotanimations/b/557380266?t=1h01m>, then suddenly > Flash is not crashing. I traced VDPAU with a YT video running in the > background and attached the file to this post. No wonder that it crashes, what flash does here is destroying the device first and then trying to destroy the decoder who depends on the device: vdp_device_destroy(1) vdp_decoder_destroy(2) Sounds like a bug in flash to me, but on the other hand the VDPAU state tracker shouldn't crash, but just return an error here. Going to take a look into the code if we can't fix that somehow.
You are receiving this mail because:
- You are the assignee for the bug.
_______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel