Too-small widths of components in kicad_mod will crash the app
complete
j
jnk
If you import this footprint: https://drive.google.com/file/d/1QRYTo8L4mnpql6EyGV05zpFmUCMapQol/view?usp=sharing
and then try to add it as an asset in pcb mode, it will crash the app.
The offending line is the fp_circle that has zero radius (!!!!) but a non-zero width.
If you delete that line, everything works just fine. If you also just modify it so that the radius is greater than or equal to the width, it's _also_ fine.
Jared Kofron
complete
Matthias
planned
Greg Dingle
under review