Closed
Bug 2495
Opened 26 years ago
Closed 26 years ago
gtk assertion on startup
Categories
(MozillaClassic Graveyard :: XFE, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
M4
People
(Reporter: ziehmer, Assigned: ramiro)
Details
on startup of viewer (GTK version is 1.1.13)
** CRITICAL **: file
/usr/src/sonst/mozilla/mozilla/mozilla/gfx/src/gtk/nsRenderingContextGTK.cpp:
line 518 (unsigned int nsRenderingContextGTK::CreateDrawingSurface(struct nsRect
*, unsigned int, void *&)): assertion `(aBounds->width > 0) && (aBounds->height
> 0)' failed.
** CRITICAL **: file
/usr/src/sonst/mozilla/mozilla/mozilla/gfx/src/gtk/nsRenderingContextGTK.cpp:
line 1016 (unsigned int nsRenderingContextGTK::CopyOffScreenBits(void *, int,
int, const struct nsRect &, unsigned int)): assertion `aSrcSurf != NULL' failed.
this should be fixed. if anyone sees this assertion again, then the layout code
is doing weird things.
You need to log in
before you can comment on or make changes to this bug.
Description
•