Closed
Bug 474279
Opened 16 years ago
Closed 16 years ago
Multiple tabs causes excessive gettimeofday calling, slowing system down
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 273310
People
(Reporter: klette, Unassigned)
Details
(Keywords: perf)
Attachments
(1 file)
60.50 KB,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.5) Gecko/2008122011 Iceweasel/3.0.5 (Debian-3.0.5-1)
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.5) Gecko/2008122011 Iceweasel/3.0.5 (Debian-3.0.5-1)
When having multiple tabs open in both Firefox and Epiphany (both powered by gecko 1.9) I experience system slow down as gecko seems to be hogging a lot of cpu-time calling gettimeofday() (see attachment). A lot of pages are quite evil these days, but gecko shouldn't really tear the system apart even if they are ;)
Reproducible: Always
Steps to Reproduce:
1. Load a gecko powered browser
2. Strace the process
3. Load 5-6 tabs and watch the number of gettimeofday rise..
Actual Results:
Excessive usage of gettimeofday()
Reporter | ||
Comment 1•16 years ago
|
||
Updated•16 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•