Opened 12 years ago
Closed 9 years ago
#9615 closed bug (fixed)
MediaPlayer crashes on video change
Reported by: | Kev | Owned by: | stippi |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/MediaPlayer | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | #10697 | |
Platform: | x86 |
Description
Hadn't had this happen before, but I have a few .mp4 videos, and if I put them in a playlist and hit the next-track button, or let the video play until it finishes and goes to the next track, it crashes immediately.
If I put a non-video in the playlist, moving from the non-video to a video works fine, but moving from a video to anything else produces this crash.
hrev45413 gcc4hybrid.
Attachments (1)
Change History (4)
by , 12 years ago
Attachment: | MediaPlayer-2634-debug-03-04-2013-23-26-38.report added |
---|
comment:1 by , 12 years ago
Thanks for the crashlog (kudos to the Debugger team)! It could be that those videos use overlay, but I would need to look at the code more closely if VideoView::DisableOverlay() is only called then. In any case, it calls BView::Bounds() from another BLooper (the Controller thread) and doesn't appear to have the VideoView BLooper, i.e. the MainWindow locked.
comment:2 by , 11 years ago
Blocking: | 10697 added |
---|
crash report