[Webkit-unassigned] [Bug 29924] Database Inspector crashes Safari when table has more than 21 columns

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 30 20:57:16 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=29924


Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joepeck at webkit.org




--- Comment #5 from Joseph Pecoraro <joepeck at webkit.org>  2009-09-30 20:57:16 PDT ---
(In reply to comment #4)
> Great.  That test does result in nightly hanging, sitting at nearly 100% cpu. 
> Should be fun to debug :-(

I've had some experience working with the DataGrids so the number 21 jumped out
at me immediately. The "minimum" size of each column was set at 5%, and in
Storage.js dataGridForResult.  There is a section where it will continue to
"adjust" the columns not willing to go less then their minimum in order to fit
into 100%.  Great spot for an infinite loop.

Patch to come soon.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list