Closed Bug 65123 Opened 24 years ago Closed 24 years ago

crash loading page in nsWindow::Resize()

Categories

(Core :: Web Painting, defect, P1)

x86
Windows NT
defect

Tracking

()

RESOLVED DUPLICATE of bug 63243

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
suggesting P1 since it's a crash, and it blocks my work on bug 56624
Blocks: 56624
Priority: -- → P1
bug 64816 was filed about crash at the same site, and got marked dup of
mostfreq bug 63243 "Browser crashes on visiting any page with flash content"
possible dup of bug 64816
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
Component: Layout: View Rendering → Layout: Web Painting
You need to log in before you can comment on or make changes to this bug.