Closed
Bug 68598
Opened 25 years ago
Closed 25 years ago
after new mail notification Get Mail causes mem fault
Categories
(MailNews Core :: Networking, defect)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: ktaylor, Assigned: mscott)
Details
Not a very descriptive bug I know, but this has happened fairly consistently.
Each time new mail arrive, and a click "Get Msg" it crashes. If I check mail
before the mail check goes off it seems ok.
Y'all got mail!
moz_run_program[36]: 164962 Memory fault
The problem isn't even as specific as what I mentioned. I was just browsing web
pages, and when the mail check went off on its own, mozilla crashed with the
memory fault....no mail interaction on my part at all.
Comment 2•25 years ago
|
||
Reporter what mozilla buid are you using? Have you tried downloading the latest nightlies from http://www.mozillazine.org/build_comments/ or ftp://ftp.mozilla.org/pub/mozilla/latest/nightlies/ and create a new profile. Does this fix the problem. Please report back either way. Thanks in advance.
Same problem still exists, I used this version:
2001-02-19-21-Mtrunk
I moved my old profile out of the way and created a new one.
Y'all got mail!
moz_run_program[36]: 249280 Memory fault
Comment 4•25 years ago
|
||
Can you give us some more information on this? Do you have the backtrace from
the crash by any chance?
Comment 6•25 years ago
|
||
If you have a core file, try:
dbx mozilla-bin core
(dbx) where
(or core.12345 or whatever the core file is called)
If it doesn't dump a core file, then just run
dbx mozilla-bin
(dbx) run
and then when it crashes, do a where.
dbx is a lot like gdb (since gdb was basically modeled after dbx), except that
the syntax for setting breakpoints is different (stop instead of break).
I don't know anything about dbx, but I'm sure this doesn't tell you what you
want to know.
Incorporate message complete.
Incorporate message complete.
Incorporate message complete.
Incorporate message complete.
Y'all got mail!
Process 2430 (mozilla-bin) stopped on signal SIGSEGV: Segmentation violation
(default) at [<unknown>:0 ,0x0]
(dbx) where
> 0 <Unknown>() [< unknown >, 0x0]
It appears that mozilla build: 2000120721 works with mail. I ran it through dbx
and this is the area just after mail downloaded (but didn't crash).
Incorporate message complete.
Incorporate message complete.
Y'all got mail!
stopping meteors 1
Document: Done (17.88secs)
stopping meteors
Interrupt
Process 57324 (mozilla-bin) stopped on signal SIGINT: Interrupt (default) at
[__poll:20 +0x8,0xfb05328]
Source (of /xlv51/6.5.10f/work/irix/lib/libc/libc_n32_M4/sys/poll.s)
not available for Process 57324
(dbx) where
> 0 __poll(0x10bc1538, 0x3, 0x9, 0xc2356b0, 0x464c328, 0x464c328, 0x101da568,
0x1) ["/xlv51/6.5.10f/work/irix/lib/libc/libc_n32_M4/sys/poll.s":20, 0xfb05328]
1 _poll(0x10bc1538, 0x3, 0x9, 0xc2356b0, 0x464c328, 0x464c328, 0x101da568,
0x1) ["/xlv51/6.5.10f/work/irix/lib/libc/libc_n32_M4/sys/pollSCI.c":30, 0xfb0e198]
2 <Unknown>() [< unknown >, 0x46277b8]
Build 2001031121 doesn't seem to crash in the mailer like the earlier versions did.
Comment 10•25 years ago
|
||
Shall I go ahead and mark this worksforme then?
| Reporter | ||
Comment 11•25 years ago
|
||
as long as it doesn't break in future versions
Comment 12•25 years ago
|
||
Marking WORKSFORME feel free to reopen when/if it reoccurs.
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Comment 13•25 years ago
|
||
change qa contact ->cc esther
verifying worksforme as per the comments from the reporter. Reopen when this
problem is seen again
Status: RESOLVED → VERIFIED
QA Contact: esther → sheelar
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
•