Closed
Bug 16512
Opened 25 years ago
Closed 25 years ago
[Dogfood] Crash when clicking on a message
Categories
(SeaMonkey :: MailNews: Message Display, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: kinmoz, Assigned: Bienvenu)
Details
In my tip build from 6am this morning, I crash when clicking on a message in my
Inbox.
To reproduce:
1. Start mail.
2. Click on your inbox and wait for all your messages to load.
3. Click on any message.
You should crash with:
dddddddd()
nsAddrDatabase::OpenMDB(nsAddrDatabase * const 0x04a6a8c0, nsFileSpec *
0x04a68290, int 1) line 698
nsAddrDatabase::Open(nsAddrDatabase * const 0x04a6a570, nsFileSpec * 0x04a68290,
int 1, nsIAddrDatabase * * 0x04a68b58, int 1) line 563 + 20 bytes
nsAbAddressCollecter::OpenHistoryAB(nsIAddrDatabase * * 0x04a68b58) line 170 +
24 bytes
nsAbAddressCollecter::CollectAddress(nsAbAddressCollecter * const 0x04a68b50,
char * 0x04a677e0) line 73 + 38 bytes
nsMimeXULEmitter::DoSpecialSenderProcessing(char * 0x04a67aa0, char *
0x04a677e0) line 438 + 16 bytes
nsMimeXULEmitter::AddHeaderField(nsMimeXULEmitter * const 0x04ca4d30, char *
0x04a67aa0, char * 0x04a677e0) line 456
mimeEmitterAddHeaderField(MimeDisplayOptions * 0x04ca6410, char * 0x04a67aa0,
char * 0x04a677e0) line 1376 + 20 bytes
MimeHeaders_write_all_headers(MimeHeaders * 0x04cb2650, MimeDisplayOptions *
0x04ca6410, int 0) line 985 + 30 bytes
MimeMessage_write_headers_html(MimeObject * 0x04ca95a0) line 581 + 21 bytes
MimeMessage_close_headers(MimeObject * 0x04ca95a0) line 348 + 9 bytes
MimeMessage_parse_line(char * 0x03e7fa80, int 2, MimeObject * 0x04ca95a0) line
214 + 9 bytes
convert_and_send_buffer(char * 0x03e7fa80, int 2, int 1, int (char *, unsigned
int, void *)* 0x03bd0380 MimeMessage_parse_line(char *, int, MimeObject *), void
* 0x04ca95a0) line 147 + 15 bytes
mime_LineBuffer(char * 0x02ec5b3f, int 553, char * * 0x04ca95c8, int *
0x04ca95d0, unsigned int * 0x04ca95d8, int 1, int (char *, unsigned int, void
*)* 0x03bd0380 MimeMessage_parse_line(char *, int, MimeObject *), void *
0x04ca95a0) line 234 + 29 bytes
MimeObject_parse_buffer(char * 0x02ec5750, int 1560, MimeObject * 0x04ca95a0)
line 219 + 49 bytes
mime_display_stream_write(_nsMIMESession * 0x04ca9750, char * 0x02ec5750, int
1560) line 507 + 20 bytes
nsStreamConverter::OnDataAvailable(nsStreamConverter * const 0x04ca2530,
nsIChannel * 0x04ba6b20, nsISupports * 0x00000000, nsIInputStream * 0x04cafd48,
unsigned int 0, unsigned int 1560) line 618 + 24 bytes
nsChannelListener::OnDataAvailable(nsChannelListener * const 0x04bb8fa0,
nsIChannel * 0x04ba6b20, nsISupports * 0x00000000, nsIInputStream * 0x04cafd48,
unsigned int 0, unsigned int 1560) line 1384
nsOnDataAvailableEvent::HandleEvent(nsOnDataAvailableEvent * const 0x04cb04e0)
line 369
nsStreamListenerEvent::HandlePLEvent(PLEvent * 0x04cb0640) line 164 + 12 bytes
PL_HandleEvent(PLEvent * 0x04cb0640) line 534 + 10 bytes
PL_ProcessPendingEvents(PLEventQueue * 0x0100d590) line 493 + 9 bytes
_md_EventReceiverProc(void * 0x009f01c4, unsigned int 49334, unsigned int 0,
long 16831888) line 963 + 9 bytes
USER32!
Assignee | ||
Comment 2•25 years ago
|
||
This works fine for me, and everyone else I've asked. Can you tell in the
debugger what exactly has been deleted?
Assignee | ||
Updated•25 years ago
|
Assignee: phil → bienvenu
Assignee | ||
Comment 3•25 years ago
|
||
fix checked in - got bit by existing uninitialized variable
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•25 years ago
|
||
this only happens with a new user profile.
Comment 5•25 years ago
|
||
this happens with a migrated 4.x imap profile too.
We'll have to wait for the next release builds to verify the fix for both cases
mentioned here. granrose - if you are going to respin release builds today (for
any other bugs), perhaps you can get the fix for this bug too.
Updated•25 years ago
|
Status: VERIFIED → CLOSED
Comment 9•25 years ago
|
||
Used 10-15-12-M11 build on WinNT & Win98:
Win98 - Passed by retesting for re-migrated from 4.x to 5.0.
No crash for select the IMAP msgs. Marked bug as Close.
WinNT - Passed by retesting for useing existing profile on 5.0
No crash for select the IMAP msgs.
Updated•25 years ago
|
Status: CLOSED → REOPENED
Comment 10•25 years ago
|
||
Reopen and Mark Verified later.
Assignee | ||
Comment 11•25 years ago
|
||
what? wrong bug, I think - no reason to reopen this or later it.
Comment 12•25 years ago
|
||
I'll just take care of this, Karen.
Comment 13•25 years ago
|
||
No. Perter suggest me to verified as fixed for this bug instead close.
So, he suggest me reopen and marked verified.
But there is no line for me to mark verified.
Comment 14•25 years ago
|
||
Oh! Thanks Lisa changed for me.
David, Sorry for the confusion!
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•