Closed
Bug 146562
Opened 23 years ago
Closed 23 years ago
Crash occurs when loading netscape.com after exiting Print preview
Categories
(Core :: Printing: Output, defect, P1)
Tracking
()
VERIFIED
FIXED
People
(Reporter: chrispetersen, Assigned: dcone)
Details
(Keywords: crash, qawanted)
Build: 2002-05-22-11 1.0.0 and trunk 2002-05-20-08.
Platform: OSX 10.1.4 (Classic theme)
Expected Results: Netscape page should load
What I got: Netscape url is nearly processed and displayed, but application crashes
Steps to reproduce:
1) Go to a page mozilla.org
2) Select Print Preview from File menu.
3) Click Close button to exit
4) In the url field, type www.netscape.com and press return.
5) URL is almost processed completely but then application suddenly crashes
Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_INVALID_ADDRESS (0x0001) at 0x22fd24f4
Thread 0 Crashed:
#0 0x22fd24f4 in 0x22fd24f4
#1 0x0233479c in nsDocViewerFocusListener::Blur(nsIDOMEvent *)
#2 0x021e2658 in 0x21e2658
#3 0x0215fb58 in HandleDOMEvent__10nsDocumentFP14nsIPresContextP7nsEventPP11nsI
#4 0x021e683c in 0x21e683c
#5 0x0313d208 in HandleEventInternal__9PresShellFP7nsEventP7nsIViewUiP13nsEvent
#6 0x0313cfb4 in 0x313cfb4
#7 0x033ad678 in 0x33ad678
#8 0x033a34ec in nsView::HandleEvent(nsViewManager *, nsGUIEvent *, int)
#9 0x033acbc0 in 0x33acbc0
#10 0x033a2b78 in HandleEvent(nsGUIEvent *)
#11 0x01deea10 in nsWindow::DispatchEvent(nsGUIEvent *, nsEventStatus &)
#12 0x01deeaec in nsWindow::DispatchWindowEvent(nsGUIEvent &)
#13 0x01e00b0c in nsMacEventDispatchHandler::DispatchGuiEvent(nsWindow *,
unsigned int)
#14 0x01e00d10 in nsMacEventDispatchHandler::SetFocus(nsWindow *)
#15 0x01debdd8 in nsWindow::SetFocus(int)
#16 0x02678850 in GlobalWindowImpl::Focus(void)
#17 0x01d309a0 in nsWebShellWindow::HandleEvent(nsGUIEvent *)
#18 0x01deea10 in nsWindow::DispatchEvent(nsGUIEvent *, nsEventStatus &)
#19 0x01deeaec in nsWindow::DispatchWindowEvent(nsGUIEvent &)
#20 0x01e00b0c in nsMacEventDispatchHandler::DispatchGuiEvent(nsWindow *,
unsigned int)
#21 0x01e00e30 in nsMacEventDispatchHandler::SetActivated(nsWindow *)
#22 0x01e026c0 in nsMacEventHandler::HandleActivateEvent(EventRecord &)
#23 0x01e0137c in nsMacEventHandler::HandleOSEvent(EventRecord &)
#24 0x01dffab4 in nsMacWindow::DispatchEvent(void *, int *)
#25 0x01e07cf0 in DispatchOSEventToRaptor__16nsMacMessagePumpFR11EventRecordP15O
#26 0x01e07b5c in nsMacMessagePump::DoActivate(EventRecord &)
#27 0x01e06a8c in nsMacMessagePump::DispatchEvent(int, EventRecord *)
#28 0x01e06880 in nsMacMessagePump::DoMessagePump(void)
#29 0x01e061fc in nsAppShell::Run(void)
#30 0x01d38acc in nsAppShellService::Run(void)
#31 0x004ccefc in main1(int, char **, nsISupports *)
#32 0x004cd93c in main
Reporter | ||
Updated•23 years ago
|
Priority: -- → P1
Summary: Crash occurs when loading netscape.com after exiting Print preview → Crash occurs when loading netscape.com after exiting Print preview
Reporter | ||
Updated•23 years ago
|
Summary: Crash occurs when loading netscape.com after exiting Print preview → Crash occurs when loading netscape.com after exiting Print preview
Reporter | ||
Comment 1•23 years ago
|
||
From my testing I can only repro this problem only after exiting Print Preview
mode. Doesnt seem to happen under OS 9 or Windows either.
Keywords: crash
Reporter | ||
Comment 2•23 years ago
|
||
Changing to printing component for now.
Assignee: attinasi → rods
Component: Layout → Printing
QA Contact: petersen → sujay
Comment 3•23 years ago
|
||
Tested with win2k sp2, mozilla 1.0 rc3. Did a print preview of this page(before
typing this comment). The browser crashed as soon as I close print preview.
The talkback id:TB6617454G.
Comment 4•23 years ago
|
||
This is probably an ESM bug.
Comment 6•23 years ago
|
||
sujay: Can you try to reproduce this with a current MacOSX build? It is WFM on
Win2K and WinXP.
Keywords: qawanted
Reporter | ||
Comment 7•23 years ago
|
||
WFM in the OS X (2002-06-14-05 1.0.0).
Comment 8•23 years ago
|
||
Resolving as fixed.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 10•22 years ago
|
||
Verified on OS X trunk and branch builds (2002-08-19-05).
You need to log in
before you can comment on or make changes to this bug.
Description
•