[Webkit-unassigned] [Bug 36137] [Qt] tst_qwebpage does not pass

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 15 14:54:43 PDT 2010


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


Jakub Wieczorek <jwieczorek at webkit.org> changed:

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




--- Comment #2 from Jakub Wieczorek <jwieczorek at webkit.org>  2010-03-15 14:54:43 PST ---
Fixing unstable tests is always a good thing but usually it is better to fix
the reason of a failure, I think.

Here is the interesting bit of the crash:

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff7022dc2 in QWebView::setPage (this=0x71f3a0, page=0x0) at
WebKit/qt/Api/qwebview.cpp:401
401        
d->page->d->page->settings()->setAcceleratedCompositingEnabled(false);
(gdb) bt full
#0  0x00007ffff7022dc2 in QWebView::setPage (this=0x71f3a0, page=0x0) at
WebKit/qt/Api/qwebview.cpp:401

-- 
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