| Summary: | form styled as display: table-cell causes konqueror to hang | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Bill Robinson <airbaggins> |
| Component: | khtml renderer | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 3.4.1 | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Backtrace from GDB when Konqueror freezes on such a page | ||
|
Description
Bill Robinson
2005-07-19 10:23:47 UTC
Confirmed on trunk 433373. This is no crash. Created attachment 14232 [details]
Backtrace from GDB when Konqueror freezes on such a page
The backtrace will keep repeating its last two lines if I press Enter in GDB.
When I kill konqueror with SIGEGV, making the backtrace window appear, it also
never finishes loading, and keeps repeating last two lines.
I can reproduce this bug. I attached a backtrace from GDB. There is a patch for this in WebCore. SVN commit 552443 by carewolf: Clean up handling of FORMs inside RenderTable's. Patch merged from WebCore and improved to also fix bug #128420 BUG: 109304 BUG: 128420 M +2 -1 html/htmlparser.cpp M +175 -174 rendering/render_table.cpp M +5 -15 rendering/render_table.h |