Bug 83582

Summary: [Qt][WK2] REGRESSION(r113678):After this change fast/text/text-stroke-width-cairo-dos.html makes the next test crash
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Critical CC: kenneth, menard, noam, ossy
Priority: P1 Keywords: Qt, QtTriaged
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 79666, 79668, 83424    

Description Csaba Osztrogonác 2012-04-10 08:13:07 PDT
Unfortunately there aren't a useable backtrace:
crash log for WebProcess (pid <unknown>):
STDOUT: <empty>
STDERR: <empty>

fast/text/text-transform-nontext-node-crash.xhtml passes if you run only
this test, but crashes if you run the whole fast/text directory.
Comment 1 Csaba Osztrogonác 2012-04-10 08:29:04 PDT
I've done some digging, you can easily reproduce the bug with the following command:

run-tests-in-xvfb.sh -2 fast/text/text-stroke-width-cairo-dos.html fast/text/text-transform-nontext-node-crash.xhtml --force

It means that after r113678 fast/text/text-stroke-width-cairo-dos.html makes the next test crash.
Comment 2 Csaba Osztrogonác 2012-04-10 08:33:46 PDT
I skipped fast/text/text-stroke-width-cairo-dos.html to make the bot happier - http://trac.webkit.org/changeset/113717

Please unskip it with the proper fix.
Comment 3 Alexis Menard (darktears) 2012-05-09 12:36:46 PDT
Committed r116550: <http://trac.webkit.org/changeset/116550>
Comment 4 Alexis Menard (darktears) 2012-05-09 13:10:18 PDT
(In reply to comment #3)
> Committed r116550: <http://trac.webkit.org/changeset/116550>

Seems like the bot is happy face :). Coolio!