Closed
Bug 4309
Opened 26 years ago
Closed 26 years ago
http://www.ireland.com Causes apprunner to crash
Categories
(Core Graveyard :: Viewer App, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
M5
People
(Reporter: john, Assigned: buster)
References
()
Details
(Whiteboard: dies in nsBlockFrame.cpp. not sure we would hold m5.)
When I went to this URL, apprunner crashes
Re-assigned to law@netscape.com and set target milestone to M5.
Bill, this may be dying when Java is started. Reproduce it and find out who
should get this one.
This crashes with viewer.exe, also. Creating an empty plugins directory didn't
help. I'm changing the component to "Viewer App" and trust it will get assigned
to the right person.
Patrick -- can you verify this, and if so, isolate the problem so that it can be
reassigned correctly?
Assignee: rickg → beard
Updated•26 years ago
|
Status: NEW → ASSIGNED
Comment 4•26 years ago
|
||
On my windows machine (no Java plugin installed), and on my Mac, this URL won't
even load. Is the site down?
Assignee: beard → rickg
Status: ASSIGNED → NEW
Updated•26 years ago
|
Summary: Causes apprunner to crash → http://www.ireland.com Causes apprunner to crash
Whiteboard: need a stack trace. not sure we would hold m5.
Updated•26 years ago
|
Assignee: rickg → kipp
Comment 5•26 years ago
|
||
Ok, here is the stack. I died in nsBlockFrame.cpp...
kipp is looking at others for M5 so this may drop off the list.
Call Stack: (Signature = nsBlockFrame::DoRemoveFrame 7ec5ad03)
nsBlockFrame::DoRemoveFrame
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp, line 4171]
nsBlockFrame::RemoveFrame
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsBlockFrame.cpp, line 4004]
nsCSSFrameConstructor::CantRenderReplacedElement
[d:\builds\seamonkey\mozilla\layout\html\style\src\nsCSSFrameConstructor.cpp,
line 5060]
StyleSetImpl::CantRenderReplacedElement
[d:\builds\seamonkey\mozilla\layout\base\src\nsStyleSet.cpp, line 874]
PresShell::HandleCantRenderReplacedElementEvent
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsPresShell.cpp, line 1339]
HandlePLEvent
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsPresShell.cpp, line 1355]
PL_HandleEvent [plevent.c, line 477]
PL_ProcessPendingEvents [plevent.c, line 438]
_md_EventReceiverProc [plevent.c, line 803]
KERNEL32.DLL + 0x3663 (0xbff73663)
KERNEL32.DLL + 0x22894 (0xbff92894)
0x00778c54
Updated•26 years ago
|
Whiteboard: need a stack trace. not sure we would hold m5. → dies in nsBlockFrame.cpp. not sure we would hold m5.
Fixed. I copied the code that handled floating images that fail to load into the
code that handles object's that fail to load.
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
•