kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #02998
Re: OSX Errors Eeschema connecting nets to pins and passives.
-
To:
kicad-devel@xxxxxxxxxxxxxxx
-
From:
"Marco Serantoni" <marco.serantoni@...>
-
Date:
Tue, 04 Aug 2009 16:12:26 -0000
-
In-reply-to:
<b845d95d0908040233p679c2374p90f750abd3e9c8bf@...>
-
User-agent:
eGroups-EW/0.82
--- In kicad-devel@xxxxxxxxxxxxxxx, Brian Sidebotham <brian.sidebotham@...>wrote:
>
> 2009/8/4 dioiioib <dioiioib@...>:
> > Well its frustrating as the error is happening on something as simple as making a connection from pin to pin on any schematic, any part, IC, resistor, etc.
Seems that the error is due the new undo functions.
Problems begins in BeginSegments() at bus-wire-junction.cpp:146
s_OldWiresList IS set to NULL (doesn't exists any wire...)
[..]
At the end of wire placing is called EndSegment() and into it SaveCopyInUndoList( NULL, UR_WIRE_IMAGE ) is called.
Crash happens then when SaveCopyInUndoList trys to get the ItemType of a NULL pointer.
Jean Pierre i'vent the time to study the new code well, can you suggest a solution ?
--
Marco
References