[Webkit-unassigned] [Bug 29426] [Qt] [REG] Webkit crash for some type of object (if the type contains +)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 5 07:33:37 PST 2010


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





--- Comment #2 from Kimmo Kinnunen <kimmo.t.kinnunen at nokia.com>  2010-03-05 07:33:37 PST ---
Created an attachment (id=50096)
 --> (https://bugs.webkit.org/attachment.cgi?id=50096)
backtrace of qt-master branch bundled webkit ("system webkit")

I cannot reproduce this crash with trunk WebKit of today. Tested with Linux
32bit and Mac 64bit.

I can reproduce it with WebKit from qt master branch compiled few days ago.
Linux bt attached for interested parties.

--- pro file for convenient testing:
TEMPLATE=app
CONFIG-=app_bundle

TARGET=webkit-bug-29426
D=Release
CONFIG(debug): D=Debug

!isEmpty(WEBKIT_PATH) {
    #    include($$WEBKIT_PATH/WebKit.pri)

    OUTPUT_DIR=$$WEBKIT_PATH/WebKitBuild/$$D
    QMAKE_RPATHDIR = $$OUTPUT_DIR/lib $$QMAKE_RPATHDIR
    INCLUDEPATH+=$$OUTPUT_DIR/include/QtWebKit
    LIBS+=-L$$OUTPUT_DIR/lib -lQtWebKit
    DEFINES=USE_SYSTEM_WEBKIT=0
} else {
    QT += webkit
    DEFINES=USE_SYSTEM_WEBKIT=1
}

SOURCES=main.cpp

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