On Thursday 17 May 2001 22:55, Richard E. Hawkins wrote:
> I updated my source this afternoon.
[snip...]
> The biggy, though, is that it crashes on print. Running in gdb,
>
> I get (before any dialog)
>
> Program received signal SIGSEGV, Segmentation fault.
> PrinterParams::~PrinterParams (this=0x12595ce0, __in_chrg=3)
> at /usr/include/g++/std/bastring.h:190
> 190 { rep ()->release (); }
>
> (gdb) bt
> #0 PrinterParams::~PrinterParams (this=0x12595ce0, __in_chrg=3)
> at /usr/include/g++/std/bastring.h:190
Amazing what happens when I forget to initialise a pointer!
Fix committed.
Angus