Closed
Bug 2164
Opened 26 years ago
Closed
[PP] META refresh tag crashes Mac Viewer http://wildworld.com
Categories
(Core Graveyard :: Viewer App, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
M2
People
(Reporter: elig, Assigned: mcmullen)
References
()
Details
* TITLE/SUMMARY
[pp] META refresh tag crashes Mac Viewer
* STEPS TO REPRODUCE
0) View the HTML snippet (provided at end of message), which is a subset of the
text on http://wildworld.com
* RESULT
- What happened
Oh, baby baby, it was a wild hurl....
- What was expected
Please parse it by with nothing but quite so vile, girl. ;)
* REGRESSION
- Occurs On
viewer (1.4.98 build for Mac OS)
- Doesn't Occur On
viewer (1.4.98 build for Win32, on NT 4.0 SP3)
* CONFIGURATIONS TESTED
- PowerMac 8500/150 (233 Mhz 604e), 64 MB RAM, Mac OS 8.5.1
* OBLIGATORY HTML SNIPPET
<HTML>
<HEAD>
<TITLE>ooh baby, baby, it's a...</TITLE>
<META HTTP-EQUIV="Refresh" CONTENT="1; URL=index1.htm">
</HEAD>
<BODY>
</BODY>
</HTML>
* MACSBUG LOG
Calling chain using A6/R1 links
Back chain ISA Caller
00000000 PPC 0BA85E74
03A621C0 PPC 0BA7D1D8
03A62160 PPC 0BA7CBEC
03A62120 PPC 0B754F18 nsMacMessageSink::DispatchMenuCommand(EventRecord&,
long)+004FC
03A62040 PPC 0B7553E8 nsMacMessageSink::DispatchMenuCommand(EventRecord&,
long)+009CC
03A61FE0 PPC 0B937350 LPeriodical::DevoteTimeToRepeaters(const
EventRecord&)+00048
03A61F80 PPC 0B9FC080 TimerPeriodical::SpendTime(const EventRecord&)+00050
PowerPC illegal instruction at FFC10000 _AA6A+00DFE
Updated•26 years ago
|
Summary: [pp] META refresh tag crashes Mac Viewer → [PP] META refresh tag crashes Mac Viewer
Updated•26 years ago
|
Assignee: sdagley → pierre
Summary: [PP] META refresh tag crashes Mac Viewer → [PP] META refresh tag crashes Mac Viewer http://wildworld.com
Comment 1•26 years ago
|
||
reassign to pierre for load balancing in PP milestone
Reporter | ||
Comment 2•26 years ago
|
||
<Note that this bug *does* occur using the 11.4.98 debug build, too.>
Updated•26 years ago
|
Status: NEW → ASSIGNED
Updated•26 years ago
|
Assignee: pierre → mcmullen
Status: ASSIGNED → NEW
Comment 3•26 years ago
|
||
Reassigned to <mcmullen>
Fixed. There were two crashes (fixed one, and there was another). Both crashes
were unbalanced NS_ADDREF/NS_RELEASE errors.
Fixed. There were two crashes (fixed one, and there was another). Both crashes
were unbalanced NS_ADDREF/NS_RELEASE errors.
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 6•26 years ago
|
||
Verified fixed on 1.12.99 Mac OS build. Thanks, John!
Specifically, I verified these scenarios:
1. Viewed http://wildworld.com. (redirect to http://freedom2surf.net took
place.)
2. Viewed the text snippet as provided in the bug report. Verified that
Viewer didn't crash on the redirect to a nonexistent page.
3. Viewed the text snippet as provided in the bug report, after creating an
"index1.htm" page on my desktop. Verified that viewer properly handled the
redirect to a valid page.
Also verified on 1.12.99 Linux build (just went to http://wildworld.com);
redirect to http://freedom2surf.net took place, although the page did not load.
(Unrelated issue, as it doesn't load in a new browser window, anyway. ;)
Comment 7•26 years ago
|
||
adding pnunn to cc
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•