Status: Untriaged
Owner: ----
CC: willc...@chromium.org
Labels: Type-Bug Pri-2 Area-Undefined OS-Linux

New issue 31493 by e...@chromium.org: Chrome chews CPU while attempting to  
load URL
http://code.google.com/p/chromium/issues/detail?id=31493

I've been seeing this and reports of it for a long time, so this may be a
dup, but this URL reliably reproes it for me:

   http://pkg-haskell.alioth.debian.org/cgi-bin/pet.cgi

Firefox loads it instantly.


strace has a loop of gunk like the following.

clock_gettime(CLOCK_MONOTONIC, {227285, 701600878}) = 0
write(17, "\0", 1)                      = 1
clock_gettime(CLOCK_MONOTONIC, {227285, 701855309}) = 0
clock_gettime(CLOCK_MONOTONIC, {227285, 701904059}) = 0
clock_gettime(CLOCK_MONOTONIC, {227286, 344756994}) = 0
clock_gettime(CLOCK_MONOTONIC, {227286, 345522943}) = 0
open("/proc/133/stat", O_RDONLY|O_LARGEFILE) = -1 EACCES (Permission
denied)
open("/proc/133/stat", O_RDONLY|O_LARGEFILE) = -1 EACCES (Permission
denied)
write(17, "\0", 1)                      = 1
open("/proc/133/stat", O_RDONLY|O_LARGEFILE) = -1 EACCES (Permission
denied)
open("/proc/133/stat", O_RDONLY|O_LARGEFILE) = -1 EACCES (Permission
denied)
write(17, "\0", 1)                      = 1
open("/proc/133/stat", O_RDONLY|O_LARGEFILE) = -1 EACCES (Permission
denied)
open("/proc/133/stat", O_RDONLY|O_LARGEFILE) = -1 EACCES (Permission
denied)
write(17, "\0", 1)                      = 1
futex(0xb5400010, FUTEX_WAIT_PRIVATE, 2, NULL) = -1 EAGAIN (Resource
temporarily unavailable)
futex(0xb5400010, FUTEX_WAKE_PRIVATE, 1) = 0
open("/proc/133/stat", O_RDONLY|O_LARGEFILE) = -1 EACCES (Permission
denied)


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

-- 
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs

Reply via email to