[Webkit-unassigned] [Bug 24992] crash at http://browserspy.dk/browser.php

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 6 12:00:29 PDT 2009


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


kenneth.christiansen at openbossa.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kenneth.christiansen at openbos
                   |                            |sa.org




------- Comment #9 from kenneth.christiansen at openbossa.org  2009-05-06 12:00 PDT -------
Ok, I had a look at the backtrace posted on IRC, and apparently what happens is
that a repaint is triggers by Qt (in Arora; everything works fine in the
QtLauncher) as it acts on the statusBarMessage signal and sets the Arora status
bar. 

Painting calls needsLayout() which assumes that a document() exits, but as it
doesn't we experience a crash.

Now the question is, why doesn't a document exist - or - should we guard for
repaints when do document exist?


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



More information about the webkit-unassigned mailing list