New issue 65873 by TinaLin294741: ERR_INSUFFICIENT_RESOURCES
http://code.google.com/p/chromium/issues/detail?id=65873
Chrome Version : 8.0.552.215
URLs (if applicable) :
http://smart-care.com.tw/RTSurvey/index.asp?ctrid=020000
What steps will reproduce the problem?
1. Open the Google Chrome with this URL (only this tab, only Google Chrome)
2. Do nothing (do not operate the PC anymore)
3. Wait about ~48 hours above, the tab page show the errors
I confirmed the remote Web server is working fine.
What is the expected result?
It should not exhausted.
What happens instead?
The same tab page cannot be 'refresh' to normal status at the same URL
anymore (either manual or automatic)
Before the auto upgrade to the newest Google Chrome version.
The version 7.0.xxx have the same problem.
The error message is the 'Error 102 (net::ERR_CONNECTION_REFUSED): Unknown
error' in the version 7.0.xxx
Please provide any additional information below. Attach a screenshot if
possible.
This web page is the real time survey system.
It have 3 frames:
The top one is the ad page.
The middle lower one is the timer page.
The bottom one is the bar page.
The top - ad page will be changed to survey page every 1 minute
(by Javascript: framename.location.href)
The survey page will show 5 button images and play 1 mp3 sound.
If 30 seconds without press the button, the page will change back to the ad
page. (by HTML META tag)
If user press the button image, the page will change to thankyou page.
(by DOM event onmousedown and Javascript)
The thankyou page will play 1 mp3 sound and change back to the ad page. (by
HTML META tag)
The bottom bar page will use the Javascript (framename.location.href and
setInterval to refresh the top ad page and the middle timer page).
The screenshot1.png is the error message of the tab page.
The screenshot2.png is the about:memory page of the Google Chrome.
The screenshot3.png is the netstat -a of the Windows 7.
The screenshot4.png and 5.png is the Task manager of the Windows 7.
Attachments:
screenshots.zip 299 KB
It seems like the old problem (Issue 5688)
http://code.google.com/p/chromium/issues/detail?id=5688
The same tab page or frame using over 6000 requests.
The tab page or frame will exhausted and display the error message (as
above).
My Google Chrome is very clean (without install any extensions).
Open the URL with single tab page and without open any windows programs.
My OS is Windows 7 and just install by OEM without any tool or antivirus
software installed and run.