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)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
Thunderbird 3.3a1

People

(Reporter: standard8, Assigned: standard8)

Details

Attachments

(1 file)

Attached patch The fixSplinter 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)
Attachment #479018 - Flags: review?(bienvenu) → review+
Checked in: http://hg.mozilla.org/comm-central/rev/f0a1a469964a
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.

Attachment

General

Created:
Updated:
Size: