[bt-devel] Updates on print bug with current cvs from 30 minutes ago

Joachim Ansorg bt-devel@crosswire.org
Wed, 23 May 2001 16:26:43 +0200


Hi Brook!

> This occurs when the abort printing box comes up. Hope this helps. Also
> this is the exact same error for both the print and preview button. The
> help and cancel buttons work correctly.

It's right, you may get the impression because the box appears only a very 
short time. But the real position of the problem was the function which draws 
the first item. Because it crashed on the first item the box was closed 
shortly after it was opened.

> #0  0x080ec777 in CStyleFormatFrame::getThickness ()
The line above shows the problem. getThickness() was called on an object 
equal to NULL.

Test current CVS, it should work now.

Joachim