Closed
Bug 97240
Opened 24 years ago
Closed 24 years ago
Mail asserts several times on Quit
Categories
(MailNews Core :: Backend, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: sfraser_bugs, Assigned: Bienvenu)
Details
Attachments
(2 files)
2.06 KB,
text/plain
|
Details | |
787 bytes,
patch
|
Details | Diff | Splinter Review |
When I quit the browser, having run mail in a session, I get a number of
assertions:
###!!! ASSERTION: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed: '(!((rv) &
0x80000000))', file nsMsgIncomingServer.cpp, line 1144
###!!! ASSERTION: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed: '(!((rv) &
0x80000000))', file nsMsgIncomingServer.cpp, line 1060
###!!! ASSERTION: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed: '(!((rv) &
0x80000000))', file nsMsgIncomingServer.cpp, line 1144
###!!! ASSERTION: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed: '(!((rv) &
0x80000000))', file nsMsgIncomingServer.cpp, line 1060
###!!! ASSERTION: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed: '(!((rv) &
0x80000000))', file nsMsgIncomingServer.cpp, line 1144
###!!! ASSERTION: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed: '(!((rv) &
0x80000000))', file nsMsgIncomingServer.cpp, line 1060
###!!! ASSERTION: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed: '(!((rv) &
0x80000000))', file nsMsgIncomingServer.cpp, line 1144
###!!! ASSERTION: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed: '(!((rv) &
0x80000000))', file nsMsgIncomingServer.cpp, line 1060
These appear to happen because in querying whehter a server supports Biff, we try
to do a do_GetService, and this fails because the service manager is in the
process of shutting down.
Reporter | ||
Comment 1•24 years ago
|
||
Assignee | ||
Comment 3•24 years ago
|
||
I'll take this since it's been annoying me for a while.
Assignee: racham → bienvenu
Assignee | ||
Comment 4•24 years ago
|
||
Assignee | ||
Comment 5•24 years ago
|
||
Fix is simply to remove check for doBiff - removebiff handles the case where the
server is not biff'ed, so that check was not needed.
Status: NEW → ASSIGNED
Assignee | ||
Comment 6•24 years ago
|
||
Can I get a review, Bhuvan? Thanks.
Comment 7•24 years ago
|
||
sr=sspitzer
Assignee | ||
Comment 9•24 years ago
|
||
fix checked into trunk, no need for branch.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
QA Contact: esther → stephend
I'm not seeing this assert anymore on a debug win32 build.
Status: RESOLVED → VERIFIED
Updated•21 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
•