Closed
Bug 600174
Opened 14 years ago
Closed 14 years ago
WARNING: NS_ENSURE_TRUE(inFile) failed: file nsLocalFileUnix.cpp, line 1546
Categories
(MailNews Core :: Backend, defect)
MailNews Core
Backend
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3.3a1
People
(Reporter: standard8, Assigned: standard8)
Details
Attachments
(1 file)
573 bytes,
patch
|
Bienvenu
:
review+
|
Details | Diff | Splinter Review |
This warning comes up when a lot when loading a message with remote content.
nsMsgAccountManager::FolderUriForPath is trying to see if it matched against the last path we looked up, but we haven't done any lookups yet (or it was reset for some reason).
nsLocalFileUnix is complaining because we're passing it a null argument. The fix is just to add in the check for null before we try and call it.
Attachment #479018 -
Flags: review?(bienvenu)
Updated•14 years ago
|
Attachment #479018 -
Flags: review?(bienvenu) → review+
Assignee | ||
Comment 1•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 3.3a1
You need to log in
before you can comment on or make changes to this bug.
Description
•