Closed
Bug 148928
Opened 23 years ago
Closed 21 years ago
Crash [@CHTMLToken::CHTMLToken]
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: timeless, Assigned: harishd)
Details
(Keywords: crash)
Crash Data
BeZilla Trunk Nightly (200260103)
segment violation occurred
CToken::CToken(int):
__6CTokeni:
+001c ece877c4: * 144189 movl %eax, 0x00000014(%ecx)
mozilla-bin:sc
frame retaddr
fd001634 ece7865e CHTMLToken::CHTMLToken(nsHTMLTag) + 0000001e
fd00164c ece7d1e0 CEntityToken::CEntityToken(void) + 0000001c
fd001664 ece63741 nsTokenAllocator::CreateTokenOfType(eHTMLTokenTypes,
nsHTMLTag) + 000000ed
fd00167c ece659ca nsHTMLTokenizer::ConsumeEntity(unsigned short, CToken *&,
nsScanner &) + 00000076
fd0016a4 ece64d8a nsHTMLTokenizer::ConsumeToken(nsScanner &, int &) +
000000a6
fd0016d0 ece8267c nsParser::Tokenize(int) + 00000108
fd0016fc ece80637 nsParser::ResumeParse(int, int, int) + 000000db
fd001728 ece8222a nsParser::OnDataAvailable(nsIRequest *, nsISupports *,
nsIInputStream *, unsigned int, unsigned int) + 00000112
fd001764 ed0cd3da nsDocumentOpenInfo::OnDataAvailable(nsIRequest *,
nsISupports *, nsIInputStream *, unsigned int, unsigned int) + 0000003e
fd001788 ecc1879c nsStreamListenerTee::OnDataAvailable(nsIRequest *,
nsISupports *, nsIInputStream *, unsigned int, unsigned int) + 0000015c
fd0017c8 ecc4fd76 nsHttpChannel::OnDataAvailable(nsIRequest *, nsISupports *
, nsIInputStream *, unsigned int, unsigned int) + 000000e6
fd0017f4 ecc17ce4 nsOnDataAvailableEvent::HandleEvent(void) + 000000a8
fd00182c ecc0712e nsARequestObserverEvent::HandlePLEvent(PLEvent *) +
00000026
fd00183c ecaab3c7 PL_HandleEvent + 0000001f
fd001854 ecaab2e3 PL_ProcessPendingEvents + 00000077
fd00186c ecaac109 nsEventQueueImpl::ProcessPendingEvents(void) + 00000041
fd001894 ecd2ebd5 nsAppShell::Run(void) + 0000010d
fd0018b8 eccf1820 nsAppShellService::Run(void) + 00000024
fd0018c8 8000fee6 main1(int, char **, nsISupports *) + 000009ba
fd001988 8001045d main + 0000011d
fd0019b4 8000b275 _start + 00000061
mozilla-bin:regs
eax ecec4260 ebp fd001634 cs 001b
edx 00000073 esi 00000000 ss 0023
ecx 00000000 edi ece63730 ds 0023
ebx ecec46dc esp fd001630 es 0023
fs 7a2b
eflags 00010282 eip ece877c4
trap_no 0000000e error_code 00000006
I was playing with my patched bonsai on landfill
Timeless: Just the stack trace is not going to help. Do you have a URL/testcase
to reproduce the problem?
i was somewhere in my bonsai install on landfill, atm i'm busy with a more
exciting crash in BeZilla (OOM+new) .. when i clear that up, i'll try to
reproduce.
Comment 3•23 years ago
|
||
timeless: found time?
Comment 4•21 years ago
|
||
I'm going to mark this INVALID, as it's almost certain that this crash is lost
in the depths of time. timeless, if you still think you can find/reproduce this,
feel free to reopen.
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → INVALID
Updated•14 years ago
|
Crash Signature: [@CHTMLToken::CHTMLToken]
You need to log in
before you can comment on or make changes to this bug.
Description
•