Closed
Bug 241348
Opened 21 years ago
Closed 21 years ago
emptying mail files causes crash
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bjlockie, Assigned: Bienvenu)
Details
Attachments
(1 file)
674 bytes,
patch
|
mscott
:
superreview+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a) Gecko/20040421
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a) Gecko/20040421
I blanked a bunch of mail files for mailing lists that I'm on with:
for f in *; do
echo > "$f"
done
Now mail crashes when I enter those folders.
$ mozilla
/usr/local/mozilla/run-mozilla.sh: line 423: 4089 Floating point
exception"$prog" ${1+"$@"}
Reproducible: Always
Steps to Reproduce:
1. Empty some mail files.
2. Remove all .sbf files.
3. Access the mail file from within Mozilla/Mail.
Actual Results:
Everything closes.
Expected Results:
It should have rebuilt summary files and then worked normally.
Assignee | ||
Comment 1•21 years ago
|
||
so these are local mailboxes with 0 size?
"echo > testing.txt" creates a file size 1 byte, only containing a newline (\n)
Reporter | ||
Comment 3•21 years ago
|
||
Yes, 1 byte, newline only.
I have filters that send mail to some of them and those ones work after a
message is filtered to them.
Assignee | ||
Comment 4•21 years ago
|
||
fix divide by 0 error
Assignee | ||
Updated•21 years ago
|
Attachment #146816 -
Flags: superreview?(mscott)
Assignee | ||
Updated•21 years ago
|
Status: UNCONFIRMED → ASSIGNED
Component: Mail Database → Subscribe
Ever confirmed: true
Updated•21 years ago
|
Attachment #146816 -
Flags: superreview?(mscott) → superreview+
Assignee | ||
Comment 5•21 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
Component: MailNews: Subscribe → MailNews: Message Display
QA Contact: search
You need to log in
before you can comment on or make changes to this bug.
Description
•