Closed
Bug 214941
Opened 22 years ago
Closed 22 years ago
[FIXr]ASSERTION loading this page
Categories
(Core :: CSS Parsing and Computation, defect, P2)
Tracking
()
RESOLVED
FIXED
mozilla1.5beta
People
(Reporter: tenthumbs, Assigned: bzbarsky)
References
()
Details
Attachments
(2 files)
4.90 KB,
text/plain
|
Details | |
978 bytes,
patch
|
benjamin
:
review+
peterv
:
superreview+
dveditz
:
approval1.5b+
|
Details | Diff | Splinter Review |
With a Linux trunk build from this morning I get this:
###!!! ASSERTION: nsBaseHashtable was not initialized properly.:
'this->mTable.entrySize', file ../../../../dist/include/xpcom/nsBaseHashtable.h,
line 219
on the above URL and any page under it.
From the stack trace I'll attach I'm guessing it's content related, but I could
be wrong.
This really need a better summary. :-)
I'm guessing content because of the value of aNode at frames 5 & 6.
![]() |
Assignee | |
Comment 2•22 years ago
|
||
cssloader... to me.
Assignee: dom_bugs → bz-vacation
Component: DOM HTML → Style System
Priority: -- → P2
Summary: ASSERTION loading this page → [FIX]ASSERTION loading this page
Target Milestone: --- → mozilla1.5beta
![]() |
Assignee | |
Comment 3•22 years ago
|
||
![]() |
Assignee | |
Updated•22 years ago
|
Attachment #129522 -
Flags: superreview?(peterv)
Attachment #129522 -
Flags: review?(bsmedberg)
Updated•22 years ago
|
Attachment #129522 -
Flags: review?(bsmedberg) → review+
Updated•22 years ago
|
Attachment #129522 -
Flags: superreview?(peterv) → superreview+
![]() |
Assignee | |
Comment 4•22 years ago
|
||
Comment on attachment 129522 [details] [diff] [review]
patch
Could this please be approved for 1.5b? Just fixes us accessing an
uninitialized hashtable...
Attachment #129522 -
Flags: approval1.5b?
![]() |
Assignee | |
Updated•22 years ago
|
Summary: [FIX]ASSERTION loading this page → [FIXr]ASSERTION loading this page
Comment 5•22 years ago
|
||
Comment on attachment 129522 [details] [diff] [review]
patch
a=dveditz for drivers
Attachment #129522 -
Flags: approval1.5b? → approval1.5b+
![]() |
Assignee | |
Comment 6•22 years ago
|
||
Fix checked in to 1.5b trunk.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•