Thunderbird eat memory until crash when opening e-mail with broken vcard
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(Not tracked)
People
(Reporter: tometzky, Assigned: Bienvenu)
Details
(Keywords: verified1.8.0.13, verified1.8.1.5, Whiteboard: [sg:low dos])
Attachments
(3 files, 1 obsolete file)
1.02 KB,
text/plain
|
Details | |
532 bytes,
patch
|
mscott
:
superreview+
dveditz
:
approval1.8.1.5+
dveditz
:
approval1.8.0.13+
|
Details | Diff | Splinter Review |
1.68 KB,
patch
|
Bienvenu
:
review+
Bienvenu
:
superreview+
|
Details | Diff | Splinter Review |
Reporter | ||
Comment 1•17 years ago
|
||
Assignee | ||
Comment 2•17 years ago
|
||
Assignee | ||
Comment 3•17 years ago
|
||
Updated•17 years ago
|
Assignee | ||
Comment 4•17 years ago
|
||
Assignee | ||
Updated•17 years ago
|
Comment 5•17 years ago
|
||
Assignee | ||
Comment 6•17 years ago
|
||
Comment 7•17 years ago
|
||
Comment 9•17 years ago
|
||
Updated•17 years ago
|
Comment 10•17 years ago
|
||
Updated•17 years ago
|
Comment 12•17 years ago
|
||
Updated•17 years ago
|
Comment 13•16 years ago
|
||
Comment 14•16 years ago
|
||
Comment 15•16 years ago
|
||
Assignee | ||
Updated•16 years ago
|
Comment 16•16 years ago
|
||
Updated•16 years ago
|
Comment 17•4 years ago
|
||
Hi,
Thanks to a better checking and reporting in the lower-level code, I see the following error message in xpcshell test log of FULL DEBUG version of C-C TB when I used "--verbose" && "--serialize" (to avoid the mixing of logs from different tests executed by different processes)
coming from this test for about a month or so now.:
3:43.05 pid:319990 JavaScript error: /NEW-SSD/moz-obj-dir/objdir-tb3/_tests/xpcshell/comm/mailnews/addrbook/test/unit/test_bug387403.js, line 12: uncaught exception: ParserError: Missing parameter value in 'fn;quoted-printable:Xxxx=C5=82xx Xxx'
For long-term maintenance purposes., it would be insanely great to have the test to print out something like the following on start up:
"This test produces 'ParserError: Missing parameter value.'
This is intentional and can safely be ignored."
Maybe we can add
dump(""This test produces 'ParserError: Missing parameter value.'
This is intentional and can safely be ignored.")
to
comm/mailnews/addrbook/test/unit/test_bug387403.js.
But come to think of it, the lower-level code no longer tries to catch and do something sensible about the ParseError(???).
Description
•