Closed
Bug 4022
Opened 26 years ago
Closed 26 years ago
crash on this page...
Categories
(Core Graveyard :: Embedding: APIs, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
M4
People
(Reporter: rickg, Assigned: nisheeth_mozilla)
References
()
Details
This page comes from another bug (#3557). However there is a crash in view
construction, right below the webshell::embed() call; to wit:
nsWindow::Create(nsWindow * const 0x014ca920, nsIWidget * 0x00000000, const
nsRect & {x=0 y=0 width=0 height=0}, nsEventStatus (nsGUIEvent *)* 0x01a23944
HandleEvent(nsGUIEvent *), nsIDeviceContext * 0x013b4b70, nsIAppShell *
0x00000000, nsIToolkit * 0x00000000, nsWidgetInitData * 0x00000000) line 627
nsView::CreateWidget(nsView * const 0x014ca840, const nsID & {...},
nsWidgetInitData * 0x00000000, void * 0x00000000) line 1208
DocumentViewerImpl::MakeWindow(void * 0x00000000, const nsRect & {x=0 y=0
width=0 height=0}, nsScrollPreference nsScrollPreference_kAuto) line 643 +
32 bytes
DocumentViewerImpl::Init(DocumentViewerImpl * const 0x0133dde0, void *
0x00000000, nsIDeviceContext * 0x013b4b70, nsIPref * 0x012ef150, const nsRect &
{x=0 y=0 width=0 height=0}, nsScrollPreference nsScrollPreference_kAuto) line
333
nsWebShell::Embed(nsWebShell * const 0x013b4ec0, nsIContentViewer * 0x0133dde0,
char * 0x00000000, nsISupports * 0x00000000) line 677 + 69 bytes
nsDocumentBindInfo::OnStartBinding(nsDocumentBindInfo * const 0x01506ad0, nsIURL
* 0x01506ca0, char * 0x01436740) line 1716 + 36 bytes
OnStartBindingProxyEvent::HandleEvent(OnStartBindingProxyEvent * const
0x014366f0) line 506
StreamListenerProxyEvent::HandlePLEvent(PLEvent * 0x014366f4) line 471 + 12
bytes
PL_HandleEvent(PLEvent * 0x014366f4) line 476 + 10 bytes
PL_ProcessPendingEvents(PLEventQueue * 0x012efc20) line 437 + 9 bytes
_md_EventReceiverProc(void * 0x02f70502, unsigned int 49432, unsigned int 0,
long 19856416) line 803 + 9 bytes
USER32! 77e71250()
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Priority: P3 → P1
Target Milestone: M4
Assignee | ||
Comment 1•26 years ago
|
||
Accepting bug, setting priority to P1, milestone to M4.
Updated•26 years ago
|
QA Contact: 4130 → 4082
Comment 2•26 years ago
|
||
switching QAC to glynn. Greg, this and 3557 seems to be your thing (sure ain't mine) although that is QAC petersen.
I know I'm not supposed to comment for QAC switches so everyone shh! I didn't want to waste an electronic tree.
Comment 3•26 years ago
|
||
changing QA contact to paulmac
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•26 years ago
|
||
We no longer crash on this page. Marking resolved fixed.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•26 years ago
|
||
verified, not a crasher anymore
Updated•6 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•