Closed
Bug 15178
Opened 26 years ago
Closed 26 years ago
loading URL causes crash in layout
Categories
(Core :: Layout, defect, P3)
Core
Layout
Tracking
()
VERIFIED
FIXED
M13
People
(Reporter: Brade, Assigned: serhunt)
References
()
Details
Loading the http://manta.mcom.com/beans/DNPickerApplet3.html in AppRunner on Mac
causes a crash because NS_GetObjectFramePluginInstance is called with a null
aFrame and then it tries to dereference that pointer.
Status: NEW → ASSIGNED
OS: Mac System 8.5 → All
Hardware: Macintosh → All
Target Milestone: M13
Comment 2•26 years ago
|
||
I also crashed when loading a page with an applet:
http://www.mozilla.org/quality/bft/bft_browser_applet.html
The talkback report is incident #14019743
here is the dump from the report:
Call Stack: (Signature = FrameManager::HandlePLEvent 7e5e33ea)
FrameManager::HandlePLEvent
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsFrameManager.cpp, line 523]
PL_HandleEvent [plevent.c, line 542]
PL_ProcessPendingEvents [plevent.c, line 501]
_md_EventReceiverProc [plevent.c, line 974]
KERNEL32.DLL + 0x3663
(0xbff73663)
KERNEL32.DLL + 0x22894
(0xbff92894)
0x00638be8
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•26 years ago
|
||
With the the Oct 13th build (Mac and Windows), loading this page is no longer
crashing the application.
You need to log in
before you can comment on or make changes to this bug.
Description
•