Closed
Bug 1201639
Opened 9 years ago
Closed 9 years ago
@ shutdownhang | WaitForSingleObjectEx | WaitForSingleObject | PR_Wait | mozilla::ReentrantMonitor::Wait(unsigned int) | nsThread::ProcessNextEvent(bool, bool*) | NS_ProcessNextEvent(nsIThread*, bool) | mozilla::MediaShutdownManager::Shutdown()
Categories
(Core :: Audio/Video: Playback, defect, P1)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: mkdante381, Unassigned)
Details
Crash Data
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0
Build ID: 20150831172306
Steps to reproduce:
1. Turn off latest Firefox 41, click shutdown in FF Hamburger menu
2. Sometimes FF crash, when you close your browser
3. FF crash with signature:
@ shutdownhang | WaitForSingleObjectEx | WaitForSingleObject | PR_Wait | mozilla::ReentrantMonitor::Wait(unsigned int) | nsThread::ProcessNextEvent(bool, bool*) | NS_ProcessNextEvent(nsIThread*, bool) | mozilla::MediaShutdownManager::Shutdown()
Crash Report:
https://crash-stats.mozilla.com/report/index/b84e52b1-fb4e-47c2-a27e-463a22150903
Actual results:
All version builds FF 41beta is not stable. FF crash after exit from Firefox.
Expected results:
After exit from firefox, process "firefox.exe" there is for a long time. After ~20-30 second FF crash with signature:
@ shutdownhang | WaitForSingleObjectEx | WaitForSingleObject | PR_Wait | mozilla::ReentrantMonitor::Wait(unsigned int) | nsThread::ProcessNextEvent(bool, bool*) | NS_ProcessNextEvent(nsIThread*, bool) | mozilla::MediaShutdownManager::Shutdown()
Crash Report:
https://crash-stats.mozilla.com/report/index/b84e52b1-fb4e-47c2-a27e-463a22150903
Reporter | ||
Comment 1•9 years ago
|
||
[Tracking Requested - why for this release]:
Severity: normal → critical
OS: Unspecified → Windows 7
Hardware: Unspecified → x86_64
Reporter | ||
Updated•9 years ago
|
Crash Signature: @ shutdownhang | WaitForSingleObjectEx | WaitForSingleObject | PR_Wait | mozilla::ReentrantMonitor::Wait(unsigned int) | nsThread::ProcessNextEvent(bool, bool*) | NS_ProcessNextEvent(nsIThread*, bool) | mozilla::MediaShutdownManager::Shutdown()
Updated•9 years ago
|
Component: General → Audio/Video
Updated•9 years ago
|
Priority: -- → P1
Updated•9 years ago
|
Component: Audio/Video → Audio/Video: Playback
Comment 2•9 years ago
|
||
No crash reports in past month -> WFM.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
Comment 3•9 years ago
|
||
We believe this is resolved by the race fixes. Please reopen if you see it with Firefox 44.
You need to log in
before you can comment on or make changes to this bug.
Description
•