Closed
Bug 95845
Opened 23 years ago
Closed 23 years ago
assertion displays on the console when scrolling down scroll bar from the folder pane
Categories
(MailNews Core :: Backend, defect)
Tracking
(Not tracked)
People
(Reporter: huang, Assigned: mscott)
Details
(Whiteboard: [folderpane])
Used 08-15-08-trunk build
assertion displays on the console when scrolling down scroll bar from the folder
pane
1) use -mail for launching mail
2) Login to an IMAP mail account
3) Scroll down the scroll bar for viewing more folders from the fodler pane
4) Actual Results: assertion displays on the console when scrolling down scroll
bar from the folder pane
Expected results: Shouldn't display those assertion on the console when
scrolling down scroll bar from the folder pane.
p.s. 1) I will copy/paste those assertion from the console as following comment.
2) Problem can be reproduced on 08-15-08-trunk build but cannot
be reproduced on 08-14-08-trunk build
3) Don't know whether this problem is from the fix of bug 73865 or not?!
Reporter | ||
Comment 1•23 years ago
|
||
--------------------------------------------------------------------------------
Gdk-CRITICAL **: file gdkpixmap.c: line 820 (gdk_pixmap_unref): assertion `pixma
p != NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 820 (gdk_pixmap_unref): assertion `pixma
p != NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 63 (gdk_pixmap_new): assertion `(width !
= 0) && (height != 0)' failed.
Gdk-CRITICAL **: file gdkdraw.c: line 89 (gdk_draw_rectangle): assertion `drawab
le != NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 63 (gdk_pixmap_new): assertion `(width !
= 0) && (height != 0)' failed.
Gdk-CRITICAL **: file gdkdraw.c: line 89 (gdk_draw_rectangle): assertion `drawab
le != NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 820 (gdk_pixmap_unref): assertion `pixma
p != NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 820 (gdk_pixmap_unref): assertion `pixma
p != NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 63 (gdk_pixmap_new): assertion `(width !
= 0) && (height != 0)' failed.
................................................................................
--------------------------------------------------------------------------------
Ccing Seth.
Reporter | ||
Updated•23 years ago
|
QA Contact: esther → huang
Whiteboard: [folderpane]
Comment 2•23 years ago
|
||
this is probably caused by old img removal
Comment 3•23 years ago
|
||
Dupe.
*** This bug has been marked as a duplicate of 95160 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•