Closed
Bug 107354
Opened 23 years ago
Closed 23 years ago
core dump durring mail collection
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: ryan, Assigned: sspitzer)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:0.9.5) Gecko/20011013
BuildID: 2001102822
core dump when i open mail, after i type in password (imap)
Reproducible: Always
Steps to Reproduce:
1.run mozilla
2.open mail (control-2)
3.type in password
Actual Results: core dump
Expected Results: mail collection
ioctl(9, FIONREAD, 0xFFBEE614) = 0
poll(0x00FD7720, 2, 0) = 0
write(9, " ", 1) = 1
write(9, " ", 1) = 1
ioctl(9, FIONREAD, 0xFFBEE3AC) = 0
ioctl(9, FIONREAD, 0xFFBEE614) = 0
poll(0x00FE5BA0, 3, 0) = 1
stat("/home/ryan/.mozilla/ryan-1/8x6br8l6.slt/Mail/Mail/Local
Folders/il.sbd/Templates.msf", 0xFFBEDE10) Err#2 ENOENT
stat("/home/ryan/.mozilla/ryan-1/8x6br8l6.slt/Mail/Mail/Local
Folders/il.sbd/Templates.msf", 0xFFBEDE10) Err#2 ENOENT
stat("/home/ryan/.mozilla/ryan-1/8x6br8l6.slt/Mail/Mail/Local
Folders/il.sbd/Templates.msf", 0xFFBEDE10) Err#2 ENOENT
Incurred fault #6, FLTBOUNDS %pc = 0xFC4CE1FC
siginfo: SIGSEGV SEGV_MAPERR addr=0x00000058
Received signal #11, SIGSEGV [caught]
siginfo: SIGSEGV SEGV_MAPERR addr=0x00000058
sigprocmask(SIG_SETMASK, 0xFEAEF010, 0x00000000) = 0
sigaction(SIGSEGV, 0xFFBED8B8, 0x00000000) = 0
sigprocmask(SIG_SETMASK, 0xFEAFADE0, 0x00000000) = 0
setcontext(0xFFBEDA70)
Incurred fault #6, FLTBOUNDS %pc = 0xFC4CE1FC
siginfo: SIGSEGV SEGV_MAPERR addr=0x00000058
Received signal #11, SIGSEGV [default]
siginfo: SIGSEGV SEGV_MAPERR addr=0x00000058
*** process killed ***
Assignee | ||
Comment 1•23 years ago
|
||
can you get a stack trace (from gdb?)
Comment 2•23 years ago
|
||
I cannot reproduce this (Solaris 8 and 9) on latest builds. What IMAP server do
you use and could you attach a gdb stack trace (repeating question). Personal
account settings may be useful here too.
Reporter | ||
Comment 3•23 years ago
|
||
I believe this was a bug in that night's build. the problem was happening on my
macos x machine as well. The following day's build seemed to fix the problem.
file this one under vague bug reporting, and fixed.
-Dennis
Resolving as WFM per reporter's comment.
If you see this again in recent builds, please add comment.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
verified per reporter
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•