Closed
Bug 49834
Opened 25 years ago
Closed 25 years ago
Debug assertions when clearing errors frm JavaScript console
Categories
(SeaMonkey :: UI Design, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: pschwartau, Assigned: mike+mozilla)
Details
(Whiteboard: [nsbeta3+])
Attachments
(1 file)
|
475 bytes,
patch
|
Details | Diff | Splinter Review |
Using Mozilla debug build 2000-08-21 on WinNT. If I have errors listed
in the JavaScript console, I go to the menu item "Clear" to clear them.
When I do this, I get debug-assertion messageboxes:
Titlebar: nsDebug::Assertion
Message: ###!!! ASSERTION: illegal refcnt: 'PRInt32(mRefCnt)>= 0',
file d:\mozilla\xpcom\base\nsConsoleMessage.cpp, line 28
I get one of these for every error listed in the console. For example, if
I have 8 errors, I get this messagebox 8 times when I click on "Clear".
Updated•25 years ago
|
QA Contact: sairuh → paw
| Assignee | ||
Comment 2•25 years ago
|
||
| Assignee | ||
Comment 3•25 years ago
|
||
Marking nsbeta3. We should close this, it's surfaced in a number of bugs and
has wasted much more time than it should have. Fix is trivial.
| Assignee | ||
Comment 4•25 years ago
|
||
Reassigning to myself.
Assignee: jtaylor → mccabe
Status: ASSIGNED → NEW
| Assignee | ||
Comment 6•25 years ago
|
||
Fix checked in.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 7•25 years ago
|
||
Whoops, looks like jband beat me to it by a day. Still fixed, though.
| Reporter | ||
Comment 8•25 years ago
|
||
Verified fixed. Using Mozilla debug build 2000-08-23 on WinNT -
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•