[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gEDA: Seg faulting on strokes
Hi,
>
>If I'm using multiple windows in gschem and try to zoom in or out using
>strokes in any of the windows I've opened with "new window", the first
>window is zoomed. The right window is zoomed if I use the right-click menu
>or the view menu to zoom. If I close the first window and try to zoom with
>up or down stroke in any other opened window it seg faults.
>
>I'm using whatever was in CVS a few weeks ago and libstroke-0.4.
>
Eek! Yes, new bad bug. I just put the fix to this into CVS.
If your curious what this was, basically the guile key/stroke
functions were using a pointer which wasn't being updated when you closed
a window. I switched the pointer the guile/stroke routines were using
to one which is always correct. Thanks for the bug report, let me know
if that doesn't fix it, or if I've broken something else.
-Ales
[ I have another bug in gnetlist which I have almost fixed. I'll
either check in my bug fix later this evening or tomorrow morning
depending on when I finish my testing ]