Closed
Bug 65123
Opened 24 years ago
Closed 24 years ago
crash loading page in nsWindow::Resize()
Categories
(Core :: Web Painting, defect, P1)
Tracking
()
People
(Reporter: buster, Assigned: kmcclusk)
References
()
Details
1. in viewer on WinNT, load the URL. Be patient, it loads slowly.
2. after part of the page renders, you'll see a crash.
3. in MSVC debugger, you'll only get a partial stack, showing
nsView::SetDimensions() line 603 as the last call in our code.
4. set a breakpoint in nsView::SetDimensions() at the call to mWindow->Resize.
For convenience, set a condition on the breakpoint width==1650 (assuming a 15
t2p ratio.)
5. restart the app
6. at the breakpoint, step into nsWindow::Resize()
7. you'll see the crash is really during the call
VERIFY(::SetWindowPos(mWnd, NULL, 0, 0, aWidth, GetHeight(aHeight),
flags));
This crash is preventing me from looking into bug 56624
Comment 4•24 years ago
|
||
2001010620 / Win2k
This page does not crash for me without installed flash plugin.
The clock on the left upper site is a flash
(if you have installed the flash-Plugin)
(very slow connection, 2min to load)
*** This bug has been marked as a duplicate of 63243 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•