[Webkit-unassigned] [Bug 98296] [Qt][WK2] REGRESSION(r130302): It made all tests crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 3 13:34:00 PDT 2012


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


Csaba Osztrogonac <ossy at webkit.org> changed:

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




--- Comment #1 from Csaba Osztrogonac <ossy at webkit.org>  2012-10-03 13:34:25 PST ---
Here is an example:

$ gdb WebKitBuild/Debug/bin/WebKitTestRunner
GNU gdb (GDB) 7.0.1-debian
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /home/oszi/WebKit/WebKitBuild/Debug/bin/WebKitTestRunner...done.
(gdb) run LayoutTests/css2.1/t09-c5526c-display-00-e.html
Starting program: /home/oszi/WebKit/WebKitBuild/Debug/bin/WebKitTestRunner LayoutTests/css2.1/t09-c5526c-display-00-e.html
[Thread debugging using libthread_db enabled]
[New Thread 0x7fffa28ba700 (LWP 20628)]
[New Thread 0x7fffa26b9700 (LWP 20629)]
[New Thread 0x7fffa24b8700 (LWP 20630)]
[New Thread 0x7ffff7ff7700 (LWP 20631)]
[New Thread 0x7fffa20b5700 (LWP 20632)]
[New Thread 0x7fffa1eb4700 (LWP 20635)]
1   0x7ffff02c5214 /home/oszi/WebKit/WebKitBuild/Debug/lib/libWTF.so.1(+0x56214) [0x7ffff02c5214]
2   0x7fffe800b230 /lib/libc.so.6(+0x32230) [0x7fffe800b230]
3   0x7ffff7440e6f /home/oszi/WebKit/WebKitBuild/Debug/lib/libWebKit2.so.1(WebCore::CoordinatedGraphicsLayer::setCoordinatedGraphicsLayerClient(WebKit::CoordinatedGraphicsLayerClient*)+0x11b) [0x7ffff7440e6f]
4   0x7ffff7440e24 /home/oszi/WebKit/WebKitBuild/Debug/lib/libWebKit2.so.1(WebCore::CoordinatedGraphicsLayer::setCoordinatedGraphicsLayerClient(WebKit::CoordinatedGraphicsLayerClient*)+0xd0) [0x7ffff7440e24]
LEAK: 1 WebFrame
LEAK: 1 WebCoreNode
LEAK: 1 Frame
LEAK: 1 Page
LEAK: 1 RenderObject
#CRASHED - WebProcess
[Thread 0x7fffa20b5700 (LWP 20632) exited]
LEAK: 1 WebContext
LEAK: 1 WebPageProxy
[Thread 0x7fffa1eb4700 (LWP 20635) exited]
[Thread 0x7fffa24b8700 (LWP 20630) exited]
[Thread 0x7fffa26b9700 (LWP 20629) exited]
[Thread 0x7fffa28ba700 (LWP 20628) exited]
[Thread 0x7ffff7ff7700 (LWP 20631) exited]

Program exited with code 01.
(gdb) bt
No stack.

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