Closed
Bug 4862
Opened 26 years ago
Closed 26 years ago
crash the first time I get mail.
Categories
(MailNews Core :: Backend, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M5
People
(Reporter: sspitzer, Assigned: mscott)
Details
(Whiteboard: Can't verify until bug 5722 & 5736 are fixed.)
April 17, 1999 build.
This is a little tricky, but I can reproduce it every time:
Configure prefs.js to get my mail via pop, and put it in /u/sspitzer/mozillamail
remove /u/sspitzer/mozillamail.msf and make sure /u/sspitzer/mozillamail is
empty.
run apprunner
use mail / news
click on get msg to get mail
it dies after it gets all the mail.
From stdout:
hdr key = 599964, author = Seth Spitzer <sspitzer@netscape.com> subject =
MYNETSCAPE: NO CHANGES...the ldif did not change for bonsai
hdr key = 600925, author = Seth Spitzer <sspitzer@netscape.com> subject =
hdr key = 603036, author = Daniel Malmer <malmer@netscape.com> subject =
Parrrrrty!
End mail message delivery.
Assertion failure: 0, at mkgeturl.c:3330
Program received signal SIGABRT, Aborted.
0x40be06a1 in __kill ()
Here's the stack trace:
#0 0x40be06a1 in __kill ()
#1 0x40be04cf in raise (sig=6) at ../sysdeps/posix/raise.c:27
#2 0x40be16df in abort () at ../sysdeps/generic/abort.c:83
#3 0x408bf01c in PR_Assert (s=0x4025a004 "0", file=0x40259ff9 "mkgeturl.c",
ln=3330) at prlog.c:480
#4 0x40244f1e in NET_ProcessNet (ready_fd=0x0, fd_type=2) at mkgeturl.c:3330
#5 0x4024cee1 in NET_PollSockets () at mkselect.c:298
#6 0x4026e342 in nsNetlibService::NetPollSocketsCallback (aTimer=0x87c4bf0,
aClosure=0x807f320) at nsNetService.cpp:1277
#7 0x40157de9 in TimerImpl::FireTimeout (this=0x87c4bf0) at nsTimer.cpp:73
#8 0x401582d2 in nsTimerExpired (aCallData=0x87c4bf0) at nsTimer.cpp:189
#9 0x40a67c11 in g_timeout_dispatch ()
#10 0x40a66dd2 in g_main_dispatch ()
#11 0x40a673bb in g_main_iterate ()
#12 0x40a67571 in g_main_run ()
#13 0x4098e15b in gtk_main ()
#14 0x400931d8 in nsAppShell::Run (this=0x8178c60) at nsAppShell.cpp:208
#15 0x40017d55 in nsAppShellService::Run (this=0x8126580) at
nsAppShellService.cpp:186
#16 0x804a8cc in main (argc=1, argv=0xbffffa14) at nsAppRunner.cpp:337
Updated•26 years ago
|
Assignee: phil → mscott
Comment 2•26 years ago
|
||
reassign to mscott@netscape.com
Updated•26 years ago
|
Target Milestone: M5
Comment 3•26 years ago
|
||
M5
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•26 years ago
|
||
I think this was fixed with my latest and greatest pop3 drop of changes over the
last few days. I'm in the process of making a new build, once that's done I'll
verify that this works again.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•26 years ago
|
||
I believe I fixed this problem last night (4/28). Marking as fixed.
To verify this I am waiting for 5722 and 5736 to get fixed (probably todays
build). 5722 diplays a "0" count for all folders the first time Messenger is
launched, therefore for this scenario it doesn't even display the folder and Get
Msgs does nothing which is 5736. Both of these should be working before I try
this scenario.
Using build 1999050308 on linux and removing all my files in my
/u/esther/qatest04/nsmail/ directory then launching Messenger and clicking Get
Msg I don't crash. However, I don't have an Inbox displayed in the Sidebar
until I close apprunner and reopen apprunner and Messenger. I now get an Inbox,
but I don't have any messages loaded when I click it opened. I have to do a Get
Msg, finally I get messages and no crash. Still checking Win32.
This is now verified on Linux 1999_05_03_08 build. I removed the .msf files and
the registry file. Able to start Messenger and open the Inbox and get mail.
Also OK for Windows. Using build 1999050308 on win95 and removing all my files
in my /u/esther/qatest04/nsmail/ directory then launching Messenger and
clicking Get Msg I don't crash. However, I don't have an Inbox displayed in the
Sidebar until I close apprunner and reopen apprunner and Messenger. As with
Linux after opening apprunner a 2nd time, I now get an Inbox, but I don't have
any messages loaded when I click it opened. I have to do a Get Msg, finally I
get messages and no crash. The crasher is verified for Win32 now and I will
open a new bug for both Win32 & linux about the Inbox not being created.
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•