Closed
Bug 340602
Opened 19 years ago
Closed 19 years ago
Crash [@ IsContextOnStack]
Categories
(Core :: DOM: Core & HTML, defect, P1)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla1.9alpha1
People
(Reporter: mrbkap, Assigned: mrbkap)
References
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
|
2.37 KB,
patch
|
roc
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
I ran across this opening the connection settings window in the preferences dialog. This is a null pointer dereference due to a null context being pushed onto the JS context stack.
| Assignee | ||
Comment 1•19 years ago
|
||
The problem is probably the null cx pushed by nsGlobalWindow::OpenInternal...
Attachment #224642 -
Flags: superreview?(roc)
Attachment #224642 -
Flags: review?(roc)
| Assignee | ||
Updated•19 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P1
Attachment #224642 -
Flags: superreview?(roc)
Attachment #224642 -
Flags: superreview+
Attachment #224642 -
Flags: review?(roc)
Attachment #224642 -
Flags: review+
Comment 2•19 years ago
|
||
IsContextOnStack is second on my stack of crash at thunderbird startup, bug 340651 comment 9
Updated•19 years ago
|
| Assignee | ||
Comment 3•19 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
OS: Linux → All
Hardware: PC → All
Resolution: --- → FIXED
Comment 4•19 years ago
|
||
*** Bug 340687 has been marked as a duplicate of this bug. ***
Updated•14 years ago
|
Crash Signature: [@ IsContextOnStack]
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•