Status: Unconfirmed
Owner: ----
Labels: Cr-Internals-Network Pri-2 Via-Wizard Type-Bug OS-Windows
New issue 243080 by
keith.ca...@gmail.com: Socket hanging/pending issue
http://code.google.com/p/chromium/issues/detail?id=243080
UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) Gecko/20100101
Firefox/21.0
Example URL:
Steps to reproduce the problem:
1. Navigate to a page with multiple image requests. We've seen this on
pages under
https://limeade.com, which requires credentials
2. With some regularity, the page will stop responding. Dev tools shows
(pending) for a certain set of image requests. Those will never complete.
No images after that point will successfully download.
What is the expected behavior?
What went wrong?
Watching net-internals, the consistent error message on these failing
requests is:
URL_REQUEST_BLOCKED_ON_DELEGATE
The other one frequently seen is:
SOCKET_POOL_STALLED_MAX_SOCKETS_PER_GROUP
Reproduced this on Windows 7 & Mac, Chrome versions > 26, including 27,
28.0.1500.20 m, and the 28-dev version (as of 5/22/2013). Reproduced in
Incognito mode, as well.
An example of a failed request from net-internals events:
1614: URL_REQUEST
https://limeade.com/resized-image.ashx/__size/64x64/__key/CommunityServer-Components-SelectableAvatars/ab311774-4c5a-487c-ba35-798ac7dc626b/avatar.png
Start Time: 2013-05-21 12:27:09.133
t=1369164429133 [st= 0] +REQUEST_ALIVE [dt=?]
t=1369164429134 [st= 1] +URL_REQUEST_START_JOB [dt=?]
--> load_flags = 134349056 (ENABLE_LOAD_TIMING
| MAYBE_USER_GESTURE | VERIFY_EV_CERT)
--> method = "GET"
--> priority = 1
--> url
= "
https://limeade.com/resized-image.ashx/__size/64x64/__key/CommunityServer-Components-SelectableAvatars/ab311774-4c5a-487c-ba35-798ac7dc626b/avatar.png"
t=1369164429134 [st= 1] HTTP_CACHE_GET_BACKEND [dt=0]
t=1369164429134 [st= 1] HTTP_CACHE_OPEN_ENTRY [dt=0]
t=1369164429134 [st= 1] HTTP_CACHE_ADD_TO_ENTRY [dt=0]
t=1369164429134 [st= 1] HTTP_CACHE_READ_INFO [dt=0]
t=1369164429134 [st= 1] +HTTP_STREAM_REQUEST [dt=510]
t=1369164429644 [st=511] HTTP_STREAM_REQUEST_BOUND_TO_JOB
--> source_dependency = 1616
(HTTP_STREAM_JOB)
t=1369164429644 [st=511] -HTTP_STREAM_REQUEST
t=1369164429644 [st=511] +HTTP_TRANSACTION_SEND_REQUEST [dt=0]
t=1369164429644 [st=511] HTTP_TRANSACTION_SEND_REQUEST_HEADERS
--> GET
/resized-image.ashx/__size/64x64/__key/CommunityServer-Components-SelectableAvatars/ab311774-4c5a-487c-ba35-798ac7dc626b/avatar.png
HTTP/1.1
Host:
limeade.com
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT
6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93
Safari/537.36
Accept: */*
Referer:
https://limeade.com/Challenges/71295/default.aspx
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Cookie: [1132 bytes were stripped]
t=1369164429644 [st=511] -HTTP_TRANSACTION_SEND_REQUEST
t=1369164429644 [st=511] +HTTP_TRANSACTION_READ_HEADERS [dt=104]
t=1369164429644 [st=511] HTTP_STREAM_PARSER_READ_HEADERS [dt=103]
t=1369164429747 [st=614] HTTP_TRANSACTION_READ_RESPONSE_HEADERS
--> HTTP/1.1 301 Moved Permanently
Cache-Control: public,
no-cache="Set-Cookie"
Expires: Wed, 22 May 2013 19:28:36 GMT
Last-Modified: Tue, 21 May 2013
19:28:36 GMT
ETag: 635047613169143445
Location:
/cfs-filesystemfile.ashx/__key/CommunityServer-Components-SelectableAvatars/ab311774-4c5a-487c-ba35-798ac7dc626b/avatar.png_2D00_64x64.png
Server: Microsoft-IIS/7.5
Telligent-Evolution: 5.5.134.25133
Set-Cookie: [174 bytes were stripped]
X-AspNet-Version: 4.0.30319
WSN: LIMEADEWEB4
X-Powered-By:
ASP.NET
Date: Tue, 21 May 2013 19:28:36 GMT
Content-Length: 0
t=1369164429748 [st=615] -HTTP_TRANSACTION_READ_HEADERS
t=1369164429748 [st=615] HTTP_CACHE_WRITE_INFO [dt=0]
t=1369164429748 [st=615] HTTP_CACHE_WRITE_DATA [dt=0]
t=1369164429748 [st=615] HTTP_CACHE_WRITE_INFO [dt=0]
t=1369164429748 [st=615] +URL_REQUEST_BLOCKED_ON_DELEGATE [dt=?]
Did this work before? Yes First noticed mid-April, 2013.
Chrome version: 26.0.1410.64, 26.0.1410.65, 27.0.1453.93 m, 28.0.1500.20
dev-m Channel: stable
OS Version: 6.1 (Windows 7, Windows Server 2008 R2)
This started being noticed around 1 month ago, but has been seen more
recently. The website unfortunately requires a login - we'd be happy to
share desktops or whatever we can to debug.
The image requests that fail are from one of two domains - amazon
cloudfront or our domain. The ones on our domain are from CommunityServer,
and those issue 301's after doing a path lookup. More suspicious of the 301
requests. The page intermittently works fine.
I can produce more net-internals exports if necessary. Thanks.
Attachments:
net-internals-log (4).zip 130 KB
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings