Closed
Bug 92388
Opened 24 years ago
Closed 24 years ago
[xlib] Crash [@PresShell::UnsuppressAndInvalidate] *mFrameManager [(nsIFrameManager *) 0x0]
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: timeless, Assigned: hyatt)
References
()
Details
Choffman browser buster international page, =>mix xserver
Program received signal SIGSEGV, Segmentation fault.
0xfc98315c in PresShell::UnsuppressAndInvalidate (this=0xa80078)
at /tmp/mozilla/layout/html/base/src/nsPresShell.cpp:4604
4604 mFrameManager->GetRootFrame(&rootFrame);
(gdb) bt
#0 0xfc98315c in PresShell::UnsuppressAndInvalidate (this=0xa80078)
at /tmp/mozilla/layout/html/base/src/nsPresShell.cpp:4604
#1 0xfc983444 in PresShell::UnsuppressPainting (this=0xa80078)
at /tmp/mozilla/layout/html/base/src/nsPresShell.cpp:4636
#2 0xfc97aa94 in PresShell::sPaintSuppressionCallback (aTimer=0xabeca8,
aPresShell=0xa80078)
at /tmp/mozilla/layout/html/base/src/nsPresShell.cpp:2749
#3 0xfcce28d4 in nsTimerXlib::Fire (this=0xabeca8)
at /tmp/mozilla/widget/timer/src/unix/xlib/nsTimerXlib.cpp:208
#4 0xfcce2bac in nsTimerXlib::ProcessTimeouts (array=0x5ab580)
at /tmp/mozilla/widget/timer/src/unix/xlib/nsTimerXlib.cpp:281
#5 0xfcce3240 in NS_ProcessTimeouts (aDisplay=0x1c1548)
at /tmp/mozilla/widget/timer/src/unix/xlib/nsTimerXlib.cpp:436
#6 0xfdca7ec8 in CallProcessTimeoutsProc (aDisplay=0x1c1548)
at /tmp/mozilla/widget/src/xlib/nsAppShell.cpp:233
#7 0xfdca88bc in CallProcessTimeoutsXtProc (dummy1=0xffbef5cc,
dummy2=0xffbef490)
at /tmp/mozilla/widget/src/xlib/nsAppShell.cpp:390
#8 0xfdd3ba2c in DoOtherSources () from /usr/local/X11R6.3/lib/libXt.so.6.0
#9 0xfdd3bd80 in XtAppNextEvent () from /usr/local/X11R6.3/lib/libXt.so.6.0
#10 0xfdca8a84 in nsAppShell::Run (this=0x15ddc0)
at /tmp/mozilla/widget/src/xlib/nsAppShell.cpp:444
#11 0xfe240da8 in nsAppShellService::Run (this=0x1629a0)
at /tmp/mozilla/xpfe/appshell/src/nsAppShellService.cpp:424
#12 0x1ef54 in main1 (argc=3, argv=0xffbef91c, nativeApp=0x0)
at /tmp/mozilla/xpfe/bootstrap/nsAppRunner.cpp:1290
#13 0x20020 in main (argc=3, argv=0xffbef91c) at
/tmp/mozilla/xpfe/bootstrap/nsAppRunner.cpp:1599
(gdb) print mFrameManager
$1 = (nsIFrameManager *) 0x0
Comment 1•24 years ago
|
||
dbaron has a patch for this sort of stuff in bug 80203. The problem is that it
caused printing to get its knickers in a knot. (Whoodathunk we needed to call
EndDocumentLoad multiple times when printing!)
Was this today's build? If not please reopen.
*** This bug has been marked as a duplicate of 92443 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
...or yesterday's
You need to log in
before you can comment on or make changes to this bug.
Description
•