Comment 3 for bug 1025310

Revision history for this message
Berthold Benning (berthold-benning) wrote : Re: [Bug 1025310] Re: Eeschema Linedraw has problems

Am Montag, 16. Juli 2012, 20:03:28 schrieben Sie:
> I cannot reproduce your issue.
> Can you compile Kicad in debug mode, run eeschema from gdb, and send me a
> back trace?

Hello jean-pierre

in bus-wire-junction.cpp

was at Line 170 on NULL Pointer:

Repair:

 if(prevSegment != NULL)
   wxLogDebug( wxT( "Adding new segment after " ) + prevSegment-
>GetSelectMenuText() );
 else
   wxLogDebug( wxT( "prevSegment is NULL " ) );