Closed Bug 16288 Opened 25 years ago Closed 25 years ago

assertion in scanner loading aol home page

Categories

(Core :: DOM: HTML Parser, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED DUPLICATE of bug 12415

People

(Reporter: buster, Assigned: warrensomebody)

References

()

Details

continuing through the assert in the debugger seems to work

stack:
nsDebug::Assertion(const char * 0x01a94e28, const char * 0x01a94e10, const char
* 0x01a94de8, int 268) line 280 + 13 bytes
nsScanner::Append(const char * 0x02373010, unsigned int 515) line 268 + 42 bytes
nsParser::OnDataAvailable(nsParser * const 0x02a0b234, nsIChannel * 0x029d51a0,
nsISupports * 0x00000000, nsIInputStream * 0x029e4e58, unsigned int 0, unsigned
int 515) line 1369
nsDocumentBindInfo::OnDataAvailable(nsDocumentBindInfo * const 0x029d5320,
nsIChannel * 0x029d51a0, nsISupports * 0x00000000, nsIInputStream * 0x029e4e58,
unsigned int 0, unsigned int 515) line 1201 + 32 bytes
nsChannelListener::OnDataAvailable(nsChannelListener * const 0x029d5260,
nsIChannel * 0x029d51a0, nsISupports * 0x00000000, nsIInputStream * 0x029e4e58,
unsigned int 0, unsigned int 515) line 1387
nsHTTPResponseListener::OnDataAvailable(nsHTTPResponseListener * const
0x029e4ed0, nsIChannel * 0x029d4bd0, nsISupports * 0x029d51a0, nsIInputStream *
0x029e4e58, unsigned int 37193, unsigned int 515) line 186 + 47 bytes
nsOnDataAvailableEvent::HandleEvent(nsOnDataAvailableEvent * const 0x02915720)
line 369
nsStreamListenerEvent::HandlePLEvent(PLEvent * 0x02924b50) line 164 + 12 bytes
PL_HandleEvent(PLEvent * 0x02924b50) line 541 + 10 bytes
PL_ProcessPendingEvents(PLEventQueue * 0x00c5ce10) line 500 + 9 bytes


code:
                  // Move the nsParser.cpp 00 -> space hack to here so
                  // it won't break UCS2 file
                  // Hack Start
                  for(PRInt32 i=0;i<unicharLength;i++)
                    NS_ASSERTION(0x0000 != unichars[i],"found a null
character");
                     //if(0x0000 == unichars[i])
                        //unichars[i] = 0x0020;
                  // Hack End
Assignee: rickg → warren
An example of the null given by necko.
Isn't this the same as bug #12415?
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
*** This bug has been marked as a duplicate of 12415 ***
Status: RESOLVED → VERIFIED
dup
You need to log in before you can comment on or make changes to this bug.