Closed
Bug 445435
Opened 17 years ago
Closed 17 years ago
Thebes is initialized multiple times on startup
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: bholley, Unassigned)
Details
Attachments
(1 file)
|
10.59 KB,
text/plain
|
Details |
While working on color management, I noticed that it seems like thebes is getting initialized and shut down twice on firefox startup. I've only tested it with color management on. I also seem to be getting the fork-on-startup behavior each time (as opposed to first run only), which brings the total initializations up to three.
I've attached a stack dump generated on initializations and shutdowns. I ran it through dbaron's script but some of the symbols still seem unknown (probably related to the fact that I'm running a weird debug/optimized hybrid).
I'm game to look into this issue in more detail later. As of right now I'm short on time so I just wanted to file it before I forgot about it.
| Reporter | ||
Comment 1•17 years ago
|
||
turns out it's the result of me using local directory profiles (-profile foo). Vlad says it forces component registration every time. Closing as invalid.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•