Closed
Bug 805856
Opened 13 years ago
Closed 12 years ago
Shutdown CC logging doesn't work any more
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: mccr8, Assigned: mccr8)
References
Details
Attachments
(1 file, 2 obsolete files)
|
5.05 KB,
patch
|
Details | Diff | Splinter Review |
Maybe I am just doing something silly, but bug 800486 seems to have broken cycle collector logging.
It seems like this line is failing:
NS_GetSpecialDirectory(NS_OS_TEMP_DIR, getter_AddRefs(logFile));
I seem to be returning here:
NS_ENSURE_TRUE(logFile, nullptr);
| Assignee | ||
Comment 1•13 years ago
|
||
Hmm, so non-shutdown logging seems to be okay, it is just putting it in an annoying directory: /Users/amccreight/Library/Caches/TemporaryItems/cc-edges.49948-1.log
Comment 2•13 years ago
|
||
That's basically an NSPR bug.
Maybe on shutdown we can't even do NS_GetSpecialDirectory.
Comment 3•13 years ago
|
||
> That's basically an NSPR bug.
(The stupid directory on macos, that is.)
| Assignee | ||
Comment 4•13 years ago
|
||
Yeah, if it is just on shutdown, it isn't a big deal. I can work around it. I was mostly worried about getting user reports. Though that directory is lame. ;)
| Assignee | ||
Updated•13 years ago
|
Summary: default CC logging doesn't work any more → Shutdown CC logging doesn't work any more
| Assignee | ||
Comment 5•13 years ago
|
||
This really needs to be fixed, as it is a pain.
Assignee: nobody → continuation
| Assignee | ||
Comment 6•13 years ago
|
||
| Assignee | ||
Comment 7•13 years ago
|
||
Attachment #691875 -
Attachment is obsolete: true
| Assignee | ||
Comment 8•13 years ago
|
||
Attachment #693971 -
Attachment is obsolete: true
| Assignee | ||
Comment 9•13 years ago
|
||
Here's a new twist on this problem... shutdown CC logging now trips shutdown write poisoning...
| Assignee | ||
Comment 10•13 years ago
|
||
Filed bug 837197 for the write poisoning issue.
| Assignee | ||
Comment 11•13 years ago
|
||
Bill says MOZ_CC_LOG_DIRECTORY works, so that's probably a better option than my patch here.
| Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•