Closed
Bug 76667
Opened 25 years ago
Closed 25 years ago
NYTimes HTML mail causes crash (NULL pointer)
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
People
(Reporter: thayes0993, Assigned: sspitzer)
Details
Attachments
(1 file)
|
10.67 KB,
text/plain
|
Details |
Every message from the NYTimes daily email services causes a crash.
I'm attaching a stack trace. It appears that a NULL pointer is encountered
while trying to compare the 'scheme' of a URL to the constant value "chrome".
The scheme value in the URL object is not initialized or has been set to NULL.
I was able to determine that the actual URL being loaded is something similar to
"/rule3.gif", which doesn't have a scheme entry. However the default (base) is
not being used instead at this point in the code.
Attaching a stack trace. I can forward a sample message if required.
Comment 1•25 years ago
|
||
I see no stack-trace :)
| Reporter | ||
Comment 2•25 years ago
|
||
| Assignee | ||
Comment 4•25 years ago
|
||
terry, I fixed this on 4-18. can you try a 4-19 build or later and verify?
*** This bug has been marked as a duplicate of 76200 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Maybe I can check this tomorrow. I just signed up for the NY times email
service, but I don't have any emails from them yet.
Same stack as bug 76200.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•