← Back to team overview

kicad-developers team mailing list archive

Multi-thread crash

 

I’ve had a couple of crashes while clicking in a window when CvPcb was loading footprints.

Both were because a format string of the form  L"blah, blah, %s"  was NULL.  Is there some protection that _( "…" ) gives us over using an immediate value?  (When I use those instead, it doesn’t crash.)

Thanks,
Jeff.

Follow ups