Bug 51580 - Web Inspector: [JSC] Random crashes after a pause and resume feature of the debugger.
Summary: Web Inspector: [JSC] Random crashes after a pause and resume feature of the d...
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-23 21:09 PST by Carl Lobo
Modified: 2014-12-11 09:27 PST (History)
14 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carl Lobo 2010-12-23 21:09:55 PST
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()).