NEW 135779
Web Inspector: re-opening the inspector after it has crashed takes a very long time
https://bugs.webkit.org/show_bug.cgi?id=135779
Summary Web Inspector: re-opening the inspector after it has crashed takes a very lon...
Brian Burg
Reported 2014-08-08 16:56:16 PDT
Joe suggested that this waiting may be for a lock that wasn't released when the process crashed.
Attachments
Radar WebKit Bug Importer
Comment 1 2014-08-08 16:56:27 PDT
Joseph Pecoraro
Comment 2 2014-08-11 13:56:56 PDT
My guess is that the inspector that crashed might have a lock on something (local storage? sql storage?) during the time it takes crash reporter to create a symbolicated stack trace, and so a new opening inspector might be blocking on access. In order to find out what is really happening, we just need to get a quick sample of the new web process while it is trying to open the new inspector.
Note You need to log in before you can comment on or make changes to this bug.