Closed
Bug 97147
Opened 24 years ago
Closed 16 years ago
Excessive number of file accesses on startup
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: terra, Unassigned)
Details
(Keywords: perf)
Attachments
(1 file)
37.34 KB,
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:0.9.3+) Gecko/20010817
BuildID: 2001081710
Certain files are accessed (open/stat/access/...) a zillion
times on startup. Notably
74 /var/tmp/mozilla/chrome/classic.jar
47 /var/tmp/mozilla/chrome/comm.jar
36 /var/tmp/mozilla/chrome/en-US.jar
34 /var/tmp/mozilla/chrome/toolkit.jar
Reproducible: Always
Steps to Reproduce:
1. Start mozilla under strace
2. Exit
Actual Results: * Way too many file accesses.
* Use of "access" -- should be stats, at the very least.
(access uses wrong set of permissions.)
Expected Results: * One file, one open. :-)
* Not an "access" in sight.
Attachment coming up, assuming I can figure that out.
Reporter | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
Reporter | ||
Comment 3•24 years ago
|
||
Comment 5•24 years ago
|
||
Marking NEW. Not sure but lets toss this one over to XPAPPS
Assignee: asa → pchen
Status: UNCONFIRMED → NEW
Component: Browser-General → XP Apps
Ever confirmed: true
Keywords: perf
QA Contact: doronr → sairuh
Updated•24 years ago
|
QA Contact: sairuh → jrgm
Updated•21 years ago
|
Product: Core → Mozilla Application Suite
Comment 7•16 years ago
|
||
This bug is being marked EXPIRED as it has seen no activity in a very long time.
If you think that the issue reported might still be relevant, please test with a recent release of SeaMonkey and if the problem persists feel free to re-open the report. Thank you.
http://www.seamonkey-project.org/
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → EXPIRED
Comment 8•16 years ago
|
||
Bulk reopening incorrectly expired bugs - no activity does not constitute no bug - these need proper checking.
Status: RESOLVED → REOPENED
Resolution: EXPIRED → ---
Updated•16 years ago
|
Assignee: cathleennscp → nobody
Status: REOPENED → UNCONFIRMED
QA Contact: jrgmorrison → ui-design
![]() |
||
Updated•16 years ago
|
Status: UNCONFIRMED → NEW
Component: UI Design → XPCOM
Product: SeaMonkey → Core
QA Contact: ui-design → xpcom
Updated•16 years ago
|
Target Milestone: mozilla1.2alpha → ---
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago → 16 years ago
Component: XPCOM → General
QA Contact: xpcom → general
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•