Closed
Bug 29298
Opened 25 years ago
Closed 25 years ago
Assertions when opening mail window
Categories
(MailNews Core :: Backend, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: sfraser_bugs, Assigned: mscott)
Details
I get the following assertions when opening my mail window, every time:
###!!! ASSERTION: Possible unix path where native path is required:
'strchr(inPathNamePtr,'/') == 0', file nsFileSpecMac.cpp, line 324
###!!! ASSERTION: failed to append to the serverPath: 'NS_SUCCEEDED(rv)', file
nsMsgFolder.cpp, line 623
###!!! ASSERTION: Possible unix path where native path is required:
'strchr(inPathNamePtr,'/') == 0', file nsFileSpecMac.cpp, line 324
###!!! ASSERTION: failed to append to the serverPath: 'NS_SUCCEEDED(rv)', file
nsMsgFolder.cpp, line 623
###!!! ASSERTION: Possible unix path where native path is required:
'strchr(inPathNamePtr,'/') == 0', file nsFileSpecMac.cpp, line 324
###!!! ASSERTION: failed to append to the serverPath: 'NS_SUCCEEDED(rv)', file
nsMsgFolder.cpp, line 623
###!!! ASSERTION: Possible unix path where native path is required:
'strchr(inPathNamePtr,'/') == 0', file nsFileSpecMac.cpp, line 324
###!!! ASSERTION: failed to append to the serverPath: 'NS_SUCCEEDED(rv)', file
nsMsgFolder.cpp, line 623
###!!! ASSERTION: Possible unix path where native path is required:
'strchr(inPathNamePtr,'/') == 0', file nsFileSpecMac.cpp, line 324
###!!! ASSERTION: failed to append to the serverPath: 'NS_SUCCEEDED(rv)', file
nsMsgFolder.cpp, line 623
###!!! ASSERTION: Possible unix path where native path is required:
'strchr(inPathNamePtr,'/') == 0', file nsFileSpecMac.cpp, line 324
###!!! ASSERTION: failed to append to the serverPath: 'NS_SUCCEEDED(rv)', file
nsMsgFolder.cpp, line 623
###!!! ASSERTION: Possible unix path where native path is required:
'strchr(inPathNamePtr,'/') == 0', file nsFileSpecMac.cpp, line 324
###!!! ASSERTION: failed to append to the serverPath: 'NS_SUCCEEDED(rv)', file
nsMsgFolder.cpp, line 623
###!!! ASSERTION: Possible unix path where native path is required:
'strchr(inPathNamePtr,'/') == 0', file nsFileSpecMac.cpp, line 324
###!!! ASSERTION: failed to append to the serverPath: 'NS_SUCCEEDED(rv)', file
nsMsgFolder.cpp, line 623
###!!! ASSERTION: Possible unix path where native path is required:
'strchr(inPathNamePtr,'/') == 0', file nsFileSpecMac.cpp, line 324
###!!! ASSERTION: failed to append to the serverPath: 'NS_SUCCEEDED(rv)', file
nsMsgFolder.cpp, line 623
###!!! ASSERTION: error creating content: 'NS_SUCCEEDED(rv)', file
nsXULDocument.cpp, line 2041
Assignee | ||
Comment 1•25 years ago
|
||
Hey Simon, when did you first start seeing this problem?
Okay, who was playing with folder paths! Adding Scott to the cc list.
Reporter | ||
Comment 2•25 years ago
|
||
This has been going on forever. I think it's related to the use of Base64 encoded
alias handles for file path prefs on Mac (I see those in my prefs file).
Assignee | ||
Comment 3•25 years ago
|
||
I think smfr got in a bad state with his profile back when were changing
directory formats early on. I believe he has since moved to a new profile and
doesn't see the assertion problem.
simon, if I'm summarizing the current state of affairs correctly let me know and
I'll close out this bug.
Reporter | ||
Comment 4•25 years ago
|
||
You can close. Making a new profile fixed this.
Assignee | ||
Comment 5•25 years ago
|
||
marking fixed.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Mac (2000-04-21-08 M16)
Problem must have been fixed. I do not see this problem in this build.
Status: RESOLVED → VERIFIED
QA Contact: lchiang → fenella
Updated•20 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•