Closed
Bug 20961
Opened 26 years ago
Closed 26 years ago
[DOGFOOD] assertions displaying mail in nsXULProtoTypeScript
Categories
(MailNews Core :: Backend, defect, P1)
Tracking
(Not tracked)
M12
People
(Reporter: mscott, Assigned: waterson)
Details
(Whiteboard: [PDT+] 12/10)
I've been seeing this for at least a week but didn't take the time to file a bug
on it. I'm taking that time now =).
About every 3rd or 4th message that I display, I get an assertion in
nsXULPrototypeScript::Compile
NS_ASSERTION(global != nsnull, "no script global object");NS_ASSERTION(global !=
nsnull, "no script global object");
Here's the whole stack trace:
nsDebug::Assertion(const char * 0x017a8b74, const char * 0x017a8b60, const char
* 0x017a8b34, int 3761) line 285 + 13 bytes
nsXULPrototypeScript::Compile(const
unsigned short * 0x0386dea0, int 1775, nsIURI * 0x035b0a60, int 1, nsIDocument *
0x03523790) line 3761 + 44 bytes
nsXULDocument::OnUnicharStreamComplete(nsXULDocument * const 0x035237b4,
nsIUnicharStreamLoader * 0x035c3990, unsigned int 0, unsigned int 1775, const
unsigned short * 0x0386dea0) line 4783 + 37 bytes
nsUnicharStreamLoader::OnStopRequest(nsUnicharStreamLoader * const 0x035c3994,
nsIChannel * 0x035c73a0, nsISupports * 0x00000000, unsigned int 0, const
unsigned short * 0x00000000) line 130 + 63 bytes
nsChannelListener::OnStopRequest(nsChannelListener * const 0x035c6a70,
nsIChannel * 0x035c73a0, nsISupports * 0x00000000, unsigned int 0, const
unsigned short * 0x00000000) line 1590
nsFileChannel::OnStopRequest(nsFileChannel * const 0x035c73a4, nsIChannel *
0x035c17c0, nsISupports * 0x00000000, unsigned int 0, const unsigned short *
0x00000000) line 491 + 45 bytes
nsOnStopRequestEvent::HandleEvent(nsOnStopRequestEvent * const 0x035c1b80) line 279
Chris, would this be you or hyatt?
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Priority: P3 → P1
Target Milestone: M12
| Assignee | ||
Comment 1•26 years ago
|
||
me.
| Assignee | ||
Updated•26 years ago
|
Summary: assertions displaying mail in nsXULProtoTypeScript → [DOGFOOD] assertions displaying mail in nsXULProtoTypeScript
| Assignee | ||
Comment 2•26 years ago
|
||
Marking this as DOGFOOD because it is endemic of a serious problem. Failure to
fix will lead to random silent failures in opt build.
| Assignee | ||
Updated•26 years ago
|
Whiteboard: [PDT+] → [PDT+] 12/10
| Assignee | ||
Comment 4•26 years ago
|
||
mscott: are you still seeing this?
| Reporter | ||
Comment 5•26 years ago
|
||
Yeah I'm still seeing this assertion. I'm also seeing it now when trying to
visit ftp sites. I have another bug assigned to me right now for that one.
| Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•