Closed
Bug 535028
Opened 16 years ago
Closed 7 years ago
crash [@ szone_free | free | ConvertUsingEncoderAndDecoder(char const*, int, nsIUnicodeEncoder*, nsIUnicodeDecoder*, char**, int*)] and [@ operator new(unsigned int) | ConvertUsingEncoderAndDecoder(char const*, int, nsIUnicodeEncoder*, nsIUnicodeDecoder]
Categories
(MailNews Core :: MIME, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: wsmwk, Unassigned)
Details
(Keywords: crash)
Crash Data
crash [@ szone_free | free | ConvertUsingEncoderAndDecoder(char const*, int, nsIUnicodeEncoder*, nsIUnicodeDecoder*, char**, int*)]
#1 Mac crash for TB 3.0
#38 (and climbing) overall for 3.0 (same sig for windows and Mac crashes)
"When I wrote a mail, suddenly thunderbird crashed. (The mail indexer was working in index.)"
bp-579cfb25-b478-45fe-9a0b-bee5d2091210 Mac 3.0
0 libSystem.B.dylib szone_free
1 libSystem.B.dylib free
2 thunderbird-bin ConvertUsingEncoderAndDecoder mailnews/mime/src/mimemoz2.cpp:846
3 thunderbird-bin mime_convert_charset mailnews/mime/src/mimemoz2.cpp:864
4 thunderbird-bin MimeInlineText_convert_and_parse_line mailnews/mime/src/mimetext.cpp:418
5 thunderbird-bin convert_and_send_buffer mailnews/mime/src/mimebuf.cpp:184
6 thunderbird-bin mime_LineBuffer mailnews/mime/src/mimebuf.cpp:272
7 thunderbird-bin MimeInlineText_parse_decoded_buffer mailnews/mime/src/mimetext.cpp:358
8 thunderbird-bin MimeDecoderWrite mailnews/mime/src/mimeenc.cpp:199
9 thunderbird-bin MimeMultipart_parse_child_line mailnews/mime/src/mimemult.cpp:734
10 thunderbird-bin MimeMultipart_parse_line mailnews/mime/src/mimemult.cpp:427
11 thunderbird-bin convert_and_send_buffer mailnews/mime/src/mimebuf.cpp:184
12 thunderbird-bin mime_LineBuffer mailnews/mime/src/mimebuf.cpp:272
| Reporter | ||
Comment 1•15 years ago
|
||
windows' crash sig is
operator new(unsigned int) | ConvertUsingEncoderAndDecoder(char const*, int, nsIUnicodeEncoder*, nsIUnicodeDecoder*, char**, int*)
and a second Mac crash sig
szone_free | ConvertUsingEncoderAndDecoder(char const*, int, nsIUnicodeEncoder*, nsIUnicodeDecoder*, char**, int*)
Summary: crash [@ szone_free | free | ConvertUsingEncoderAndDecoder(char const*, int, nsIUnicodeEncoder*, nsIUnicodeDecoder*, char**, int*)] → crash [@ szone_free | free | ConvertUsingEncoderAndDecoder(char const*, int, nsIUnicodeEncoder*, nsIUnicodeDecoder*, char**, int*)] and [@ operator new(unsigned int) | ConvertUsingEncoderAndDecoder(char const*, int, nsIUnicodeEncoder*, nsIUnicodeDecoder]
| Assignee | ||
Updated•14 years ago
|
Crash Signature: [@ szone_free | free | ConvertUsingEncoderAndDecoder(char const*, int, nsIUnicodeEncoder*, nsIUnicodeDecoder*, char**, int*)]
[@ operator new(unsigned int) | ConvertUsingEncoderAndDecoder(char const*, int, nsIUnicodeEncoder*, nsIUnicodeDecoder]
Comment 2•10 years ago
|
||
Removing myslef on all the bugs I'm cced on. Please NI me if you need something on MailNews Core bugs from me.
Updated•10 years ago
|
Crash Signature: [@ szone_free | free | ConvertUsingEncoderAndDecoder(char const*, int, nsIUnicodeEncoder*, nsIUnicodeDecoder*, char**, int*)]
[@ operator new(unsigned int) | ConvertUsingEncoderAndDecoder(char const*, int, nsIUnicodeEncoder*, nsIUnicodeDecoder] → [@ szone_free | free | ConvertUsingEncoderAndDecoder(char const*, int, nsIUnicodeEncoder*, nsIUnicodeDecoder*, char**, int*)]
[@ operator new(unsigned int) | ConvertUsingEncoderAndDecoder(char const*, int, nsIUnicodeEncoder*, nsIUnicodeDecoder]
[@ szone…
Updated•8 years ago
|
Crash Signature: , nsIUnicodeDecoder]
[@ szone_free | free | ConvertUsingEncoderAndDecoder]
[@ operator new | ConvertUsingEncoderAndDecoder → , nsIUnicodeDecoder]
[@ szone_free | free | ConvertUsingEncoderAndDecoder]
[@ operator new | ConvertUsingEncoderAndDecoder]
Comment 3•8 years ago
|
||
I'm marking this bug as WORKSFORME as bug crashlog signature didn't appear from a long time (over half year) in Firefox.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 4•8 years ago
|
||
This likely changed to [@ OOM | large | mozalloc_abort | mozalloc_handle_oom | moz_xmalloc | ConvertUsingEncoderAndDecoder ]
bp-52cb2341-521b-4430-b6ef-e8cfa2170314
Status: RESOLVED → REOPENED
Crash Signature: , nsIUnicodeDecoder]
[@ szone_free | free | ConvertUsingEncoderAndDecoder]
[@ operator new | ConvertUsingEncoderAndDecoder] → , nsIUnicodeDecoder]
[@ szone_free | free | ConvertUsingEncoderAndDecoder]
[@ operator new | ConvertUsingEncoderAndDecoder]
[@ OOM | large | mozalloc_abort | mozalloc_handle_oom | moz_xmalloc | ConvertUsingEncoderAndDecoder ]
Resolution: WORKSFORME → ---
| Reporter | ||
Comment 5•7 years ago
|
||
still plenty of 52.x crashes, but no v60 crashes
Status: REOPENED → RESOLVED
Closed: 8 years ago → 7 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•