Closed
Bug 266780
Opened 20 years ago
Closed 20 years ago
ASSERTION: this doesn't do anything: 'NS_UNCONSTRAINEDSIZE != aReflowState.availableWidth', file nsTableFrame.cpp, line 1951
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: mmokrejs, Unassigned)
Details
Attachments
(1 file)
|
5.41 KB,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a5) Gecko/20041029 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a5) Gecko/20041029 ++DOMWINDOW == 11 For application/x-shockwave-flash found plugin /home/mmokrejs/.mozilla/plugins/libflashplayer.so LoadPlugin() /home/mmokrejs/.mozilla/plugins/libflashplayer.so returned b2f035d0 About to create new ws_info... About to create new xtbin of 468 X 60 from 0xb3fdc3e0... About to show xtbin(0xb3ffc6d8)... completed gtk_widget_show(0xb3ffc6d8) Gtk-WARNING **: invalid cast from `(unknown)' to `GtkObject' warning: attempted to CreateNative() width a non-superwin and non gtk container parent ++WEBSHELL == 9 ++DOMWINDOW == 12 ###!!! ASSERTION: this doesn't do anything: 'NS_UNCONSTRAINEDSIZE != aReflowState.availableWidth', file nsTableFrame.cpp, line 1951 Break: at file nsTableFrame.cpp, line 1951 Suspending process; attach with the debugger. Reproducible: Always Steps to Reproduce: 1. 2. 3.
| Reporter | ||
Comment 1•20 years ago
|
||
Comment 2•20 years ago
|
||
not a parser issue. probably table layout the gdb output looks somewhat useless. that's strange, since you do have symbols for xpcom... why not for the rest? are you using some strange mozconfig options? :)
Assignee: parser → nobody
Component: HTML: Parser → Layout: Tables
QA Contact: mrbkap → core.layout.tables
Posting incomplete stacktraces for a assertion without a testcase is useless. I know there are some callers still in the reflow that need to be fixed. But the problem are the callers not the assertion. Before such a bug gets filed again we need 1. a reproducible testcase
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•