Bug 129261 - Web Inspector will hang forever on site with basic auth
Summary: Web Inspector will hang forever on site with basic auth
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.9
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-02-24 11:20 PST by naxoc
Modified: 2016-12-13 15:32 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description naxoc 2014-02-24 11:20:09 PST
I have a site that will have Safari's dev tools hang forever and become completely unresponsive. Chrome or Firefox don't do that on the same site. I can't see any errors in Safari's dev tools (because it hangs), but the other two browsers don't report any critical errors in their JS or CSS consoles

The site has basic auth on and a lot of JS going on, but since the other browsers are fine, I think Safari is having some kind of problem. Maybe because of basic auth? 

The default console log on the mac does not give me anything but this error:

com.apple.WebKit.Networking[12920]: ERROR: unable to get the receiver data from the DB!

I tried some of the urls here for testing other sites that have basic auth on and it works fine: http://test.webdav.org

It is probably just my site that has a problem, but Safari still shouldn't give up on life like that when Chrome and FF are fine?
Comment 1 Radar WebKit Bug Importer 2014-02-24 11:22:38 PST
<rdar://problem/16149900>
Comment 2 Timothy Hatcher 2014-02-24 11:26:57 PST
Does your site use source maps?
Comment 3 naxoc 2014-02-24 11:37:09 PST
(In reply to comment #2)
> Does your site use source maps?
Indeed it does. And actually Firefox's log whimpers a little over that too:
  SyntaxError: Using //@ to indicate sourceMappingURL pragmas is deprecated. Use //# instead