Closed
Bug 272141
Opened 20 years ago
Closed 20 years ago
Thunderbird sometimes hangs on downloading news feeds
Categories
(MailNews Core :: Feed Reader, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: bugzilla, Assigned: mscott)
References
()
Details
Attachments
(1 file)
1.16 KB,
patch
|
Bienvenu
:
superreview+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.7.5) Gecko/20041108 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.7.5) Gecko/20041108 Firefox/1.0
When trying to subscribe to the newsfeed
http://www.delphipraxis.net/rdf.php?f=62 thunderbird hangs when downloading
article 6 of 15. There is no error message or something else. There is no other
way than cancle subscribing.
Reproducible: Always
Steps to Reproduce:
1. Subscribe to http://www.delphipraxis.net/rdf.php?f=62
Actual Results:
Thundebird hangs on downloading article 6 of 15
Expected Results:
Thunderbird should download all articles
Assignee | ||
Comment 1•20 years ago
|
||
JS error on the console:
Error: [Exception... "Component returned failure code: 0x80004005
(NS_ERROR_FAILURE) [nsIScriptableUnicodeConverter.ConvertToUnicode]" nsresult:
"0x80004005 (NS_ERROR_FAILURE)" location: "JS frame ::
chrome://messenger-newsblog/content/FeedItem.js :: anonymous :: line 308" data: no]
Source File: chrome://messenger-newsblog/content/FeedItem.js
Line: 308
this feed must be confusing our unicode converter making it fail during conversion
Assignee | ||
Comment 2•20 years ago
|
||
Assignee | ||
Updated•20 years ago
|
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Target Milestone: --- → Thunderbird1.0
Assignee | ||
Comment 3•20 years ago
|
||
Comment on attachment 167289 [details] [diff] [review]
the fix
I don't know what it is about some of the titles in this feed but they cause
our unicode converter that I added in a previous fix last week to throw an
exception.
The 'fix' is to add some exception handling code if we fail to convert the
string.
Attachment #167289 -
Flags: superreview?(bienvenu)
Updated•20 years ago
|
Attachment #167289 -
Flags: superreview?(bienvenu) → superreview+
Assignee | ||
Comment 4•20 years ago
|
||
fixed. Heiko can you please help us verify this in the 11/29 nightly 0.9 builds
when they come out? Time is short for 1.0 and we could use verification help.
ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/nightly/latest-0.9/
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 5•20 years ago
|
||
If the windows builds are available I'll test if this error still occurs
Reporter | ||
Comment 6•20 years ago
|
||
I've successfully subscribes to that feed which caused this bug. So for me it
seems that this bug is fixed.
Comment 7•20 years ago
|
||
ditto, I can verify and download the articles for this feed.
Status: RESOLVED → VERIFIED
Component: RSS → Feed Reader
Product: Thunderbird → MailNews Core
Target Milestone: Thunderbird1.0 → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•