Closed
Bug 632341
Opened 14 years ago
Closed 14 years ago
###!!! ASSERTION: Shutdown called when mLibrary is null?: 'mLibrary'
Categories
(Core :: Widget: Win32, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: neil, Assigned: dougt)
References
Details
(Keywords: assertion)
Attachments
(1 file)
|
859 bytes,
patch
|
blassey
:
review+
|
Details | Diff | Splinter Review |
Steps to reproduce problem:
1. View an accelerator-enabled page
2. View a different page
Comment 1•14 years ago
|
||
I've hit this while fuzzing.
Comment 2•14 years ago
|
||
###!!! ASSERTION: Shutdown called when mLibrary is null?: 'mLibrary', file dom/system/windows/nsDeviceMotionSystem.cpp, line 101
| Assignee | ||
Updated•14 years ago
|
Assignee: nobody → doug.turner
| Assignee | ||
Comment 3•14 years ago
|
||
On some windows boxes, sensor.dll isn't present. This causes Startup() to fail -- which is fine. The problem though, is when Shutdown() is called, we assert that mLibrary (which is the handle to the dll) is null. This is clearly bogus.
Attachment #546193 -
Flags: review?(blassey.bugs)
Comment 4•14 years ago
|
||
Comment on attachment 546193 [details] [diff] [review]
patch v.1
Review of attachment 546193 [details] [diff] [review]:
-----------------------------------------------------------------
Attachment #546193 -
Flags: review?(blassey.bugs) → review+
| Assignee | ||
Comment 5•14 years ago
|
||
Comment 6•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•