[Webkit-unassigned] [Bug 101297] New: On Apple Windows port, running DRT locally crashes after r128583 and related changes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 5 20:10:15 PST 2012


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

           Summary: On Apple Windows port, running DRT locally crashes
                    after r128583 and related changes
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: roger_fong at apple.com
                CC: tkent at chromium.org


The crash resolves in hash table code. 
When DRT calls WebKitCreateInstance it tries to populate a hash table. At some point it needs to expand the table and reinsert objects into the new larger table but for some reason one of the objects it tries to reinsert has been marked as deleted and things go downhill from there.

This problem only reproduces locally on my Windows machine. The Apple Windows port test bots don't seem to have the same issue.

Originally, there were crashes occuring after r128583. These were fixed later by a workaround and then an actual fix in r128850.

I failed to notice this fix while I was bisecting but I believe that the crashing form r128583 and the ones occuring now are because of different reasons. Most likely soething after r 128850 made things crash again.

I'm going to investigate r128850 to see whether or not the crashes still occur at that revision.

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