[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gEDA: gschem CVS still crashing
Carlos,
Here's what that returns... I'll give the new patch a shot and keep you
informed.
(gdb) print toplevel->main_window
$3 = (GtkWidget *) 0x2d43480a
(gdb) print *(toplevel->main_window)
Cannot access memory at address 0x2d43480a
Thanks for your effort,
David Carr
Carlos Nieves Ónega wrote:
>Hi David,
>
>El vie, 02-12-2005 a las 00:58 -0600, David Carr escribió:
>
>
>>I'll keep this instance of gdb running, so let me know what you would
>>like to see and I'll post it.
>>
>>
>
>Try:
>print toplevel->main_window
>
>I think you will get 0x0 (NULL). I think gschem is trying to autosave
>the preview used in file selection or add components dialog...
>
>I have just updated the CVS with the a patch (attached) solving this
>problem. Try it and let me know.
>
>Thanks,
>
>Carlos
>
>