Bug 39934
Summary: | [Qt] Crash with www.channel4.com | ||
---|---|---|---|
Product: | WebKit | Reporter: | Tim Yamin <plasm> |
Component: | WebKit Qt | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | Keywords: | Qt |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Linux | ||
URL: | http://www.channel4.com |
Tim Yamin
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 ?? ()
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Kent Hansen
Unable to reproduce with 4.7/trunk.
Tim Yamin
Yep, works fine now. Thanks.