Bug 39934 - [Qt] Crash with www.channel4.com
Summary: [Qt] Crash with www.channel4.com
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL: http://www.channel4.com
Keywords: Qt
Depends on:
Blocks:
 
Reported: 2010-05-30 09:53 PDT by Tim Yamin
Modified: 2010-06-16 06:35 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Yamin 2010-05-30 09:53:52 PDT
Going to http://www.channel4.com with Qt build r60414 I get the following crash (Linux, x86). OTOH the QtWebKit build out of the Qt 4.7.0 beta release works fine as does Firefox. Adobe Flash version: 10.0.45.2

(gdb) bt
#0  0xb72df7c0 in jsRegExpExecute () from /data/scratch/WebKit/WebKitBuild/Release/lib/libQtWebKit.so.4
#1  0xb736726e in JSC::RegExp::match () from /data/scratch/WebKit/WebKitBuild/Release/lib/libQtWebKit.so.4
#2  0xb7368648 in JSC::RegExpObject::match () from /data/scratch/WebKit/WebKitBuild/Release/lib/libQtWebKit.so.4
#3  0xb7368bf0 in JSC::RegExpObject::exec () from /data/scratch/WebKit/WebKitBuild/Release/lib/libQtWebKit.so.4
#4  0xb7368f81 in JSC::regExpProtoFuncExec () from /data/scratch/WebKit/WebKitBuild/Release/lib/libQtWebKit.so.4
#5  0xb72f09ee in cti_op_call_NotJSFunction () from /data/scratch/WebKit/WebKitBuild/Release/lib/libQtWebKit.so.4
#6  0xb21c21f7 in ?? ()
#7  0xae722a80 in ?? ()
#8  0xb1c00e00 in ?? ()
#9  0xfffffffe in ?? ()
#10 0x0000000b in ?? ()
#11 0xfffffffe in ?? ()
#12 0x00000002 in ?? ()
#13 0x41f38346 in ?? ()
#14 0x00000000 in ?? ()
Comment 1 Kent Hansen 2010-06-15 01:19:31 PDT
Unable to reproduce with 4.7/trunk.
Comment 2 Tim Yamin 2010-06-16 06:35:05 PDT
Yep, works fine now. Thanks.