[Webkit-unassigned] [Bug 51580] New: Web Inspector: Random crashes after a pause and resume feature of the debugger.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 23 21:09:55 PST 2010


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

           Summary: Web Inspector: Random crashes after a pause and resume
                    feature of the debugger.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: carllobo at gmail.com
                CC: timothy at apple.com, rik at webkit.org, keishi at webkit.org,
                    pmuellr at yahoo.com, joepeck at webkit.org,
                    pfeldman at chromium.org, yurys at chromium.org,
                    bweinstein at apple.com, apavlov at chromium.org,
                    loislo at chromium.org


I'd pulled webkit git a couple of weeks back and then again yesterday ago and I get apparently random crashes in the inspector after I pause the javascript debugger and then resume. Sometimes it happens while I'm stepping through the JS code - but it always happens within
a few minutes of a JS resume and pretty much randomly. If I don't pause the debugger there's no crash even if the inspector is open and I use the other features.
The stack dump I see in Visual Studio is fairly consistent and doesn't include any of our code (except the entry point). I've been trying to
create some script which reproduces it so I can file a proper bug report but I haven't had much luck with that.
The application is a long running Javascript chat application. The consumer code is available at https://github.com/directi/webkit_titanium/tree/webkit_clean. The application itself is closed source though. I'm testing with a debug wincairo build. The only assertion that fails otherwise is if I try and expand the properties of a Dojo Closure object in the inspector while it is paused (Usually and ASSERT(isObject()).

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