Closed
Bug 10649
Opened 26 years ago
Closed 26 years ago
tables crash
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: dbaron, Assigned: karnaze)
References
()
Details
I'm seeing a crash on this page:
http://quote.netscape.com/quote/Quote.tibco?view=quote&symbols=INTC
The top of the stack looks like:
#0 0x40ab01e2 in nsTableFrame::GetTableContainerWidth ()
#1 0x40ab0441 in nsTableFrame::TableIsAutoWidth ()
#2 0x40aa0150 in BasicTableLayoutStrategy::BalanceColumnWidths ()
#3 0x40aae510 in nsTableFrame::BalanceColumnWidths ()
#4 0x40aabd48 in nsTableFrame::Reflow ()
#5 0x409aa7ff in nsContainerFrame::ReflowChild ()
#6 0x40ab1fa8 in nsTableOuterFrame::Reflow ()
#7 0x409aa7ff in nsContainerFrame::ReflowChild ()
Tested in:
* 1999-07-27 Linux viewer
In apprunner, I got a stack trace that looked like a parser crash, but there
were other things going on at the same time. I'll try a bit more in apprunner
to see if I see the parser crash again...
Reporter | ||
Updated•26 years ago
|
Reporter | ||
Comment 1•26 years ago
|
||
After two crashes, the page loaded fine. It could have been something temporary
in the page. Should've downloaded it...
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Comment 2•26 years ago
|
||
This works on my latest WinNT debug build. Please verify on Linux.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•26 years ago
|
||
Using 7/30 Apprunner on Linux, verifying WORKSFORME - no crash.
Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•