Closed
Bug 124684
Opened 23 years ago
Closed 23 years ago
Saving Attachment from IMAP server leads to Segmentation fault.
Categories
(MailNews Core :: Attachments, defect)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: JonasPerleryd, Assigned: mscott)
Details
Attachments
(1 file)
|
44.37 KB,
text/plain
|
Details |
This fault should be reported before but I couldn't find anything that did
match. Bug #114570 looks similar though.
Build(s):
Tried on both the official 0.97 and 0.98 (2002020415) builds. Problem was not
seen before 0.97. Only tried it out on Linux builds.
Problem:
Save Attachments from IMAP messages causes mozilla to crash. The size of the
attachment does not seem to matter, it is very consistent.
Additional Information:
Workaround to first save the message in a Local Folder and from there save the
the Attachment work fine. It also works fine to Open attachment directly from
the IMAP server.
I guess this does not tell much :-)
####### Printout when running with gdb #################
(gdb) file /usr/local/mozilla/mozilla-bin
Reading symbols from /usr/local/mozilla/mozilla-bin...done.
(gdb) run
Starting program: /usr/local/mozilla/mozilla-bin /usr/local/mozilla/mozilla
[New Thread 1024 (LWP 11342)]
[New Thread 2049 (LWP 11345)]
[New Thread 1026 (LWP 11346)]
[New Thread 2051 (LWP 11347)]
[New Thread 3076 (LWP 11353)]
[New Thread 4101 (LWP 11354)]
[New Thread 5126 (LWP 11361)]
[New Thread 6151 (LWP 11362)]
[New Thread 7176 (LWP 11363)]
[New Thread 8201 (LWP 11365)]
[New Thread 9226 (LWP 11366)]
[New Thread 10251 (LWP 11367)]
[New Thread 11276 (LWP 11368)]
[New Thread 12301 (LWP 11370)]
[New Thread 13326 (LWP 11371)]
[New Thread 14351 (LWP 11372)]
[New Thread 15376 (LWP 11373)]
[New Thread 16401 (LWP 11374)]
[New Thread 17426 (LWP 11376)]
[New Thread 18451 (LWP 11378)]
[New Thread 19476 (LWP 11379)]
[New Thread 20501 (LWP 11380)]
[New Thread 21526 (LWP 11387)]
[New Thread 22551 (LWP 11394)]
[New Thread 23576 (LWP 11395)]
[New Thread 24601 (LWP 11396)]
[New Thread 25626 (LWP 11398)]
[New Thread 26651 (LWP 11399)]
[New Thread 27676 (LWP 11401)]
[New Thread 28701 (LWP 11406)]
[New Thread 29726 (LWP 11408)]
[New Thread 30751 (LWP 11409)]
[New Thread 31776 (LWP 11410)]
[New Thread 32801 (LWP 11412)]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1024 (LWP 11342)]
0x40531648 in __strtol_internal () from /lib/libc.so.6
(gdb)
(gdb)
can you provide a talkback ID?
Other "save attachment crashes" in bug 105107, bug 117042, bug 119820
This may be a dup.
| Reporter | ||
Comment 2•23 years ago
|
||
Attached you'll find the talkback data. Unfortunatly I do not know the
TalkbackId though I did send it as well (have probably sent around 5 of them by
now).
Comment 3•23 years ago
|
||
Hi. Are you still having this problem on Mozilla's latest release?
| Reporter | ||
Comment 4•23 years ago
|
||
Hi, Sorry that have forgot to report that it is solved since 0.99.
Comment 5•23 years ago
|
||
That's great to hear! :)
Thanks for testing Mozilla.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Updated•23 years ago
|
Component: Networking - IMAP → Attachments
QA Contact: huang → trix
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
•