Segfault when kicad-cli pcb export drill

I am getting a segfault with kicad-cli

✦ ➜ kicad-cli pcb export drill \
--format "excellon" \
--drill-origin "absolute" \
--excellon-zeros-format "decimal" \
--excellon-units "in" \
--excellon-separate-th \
--generate-map \
--map-format "pdf" \
--gerber-precision 6 \
"../../../Base_Board_HW.kicad_pcb"

[2]    282105 segmentation fault (core dumped)  kicad-cli pcb export drill --format "excellon" --drill-origin "absolute" 

It looks like having the --gerber-precision 6 explicitly there is the cause of this issue. The default is 6 so I am fine if removing this. But this issue was not there on Kicad 7.0.9

Application: KiCad x86_64 on x86_64

Version: 7.0.10-7.0.10~ubuntu23.10.1, release build

Libraries:
	wxWidgets 3.2.2
	FreeType 2.13.1
	HarfBuzz 8.0.1
	FontConfig 2.14.2
	libcurl/8.2.1 OpenSSL/3.0.10 zlib/1.2.13 brotli/1.0.9 zstd/1.5.5 libidn2/2.3.4 libpsl/0.21.2 (+libidn2/2.3.3) libssh/0.10.5/openssl/zlib nghttp2/1.55.1 librtmp/2.3 OpenLDAP/2.6.6

Platform: Ubuntu 23.10, 64 bit, Little endian, wxGTK, ubuntu, x11

Build Info:
	Date: Dec 31 2023 13:35:26
	wxWidgets: 3.2.2 (wchar_t,wx containers) GTK+ 3.24
	Boost: 1.74.0
	OCC: 7.6.3
	Curl: 8.2.1
	ngspice: 40
	Compiler: GCC 13.2.0 with C++ ABI 1018

Build settings:
	KICAD_SPICE=ON

(Fixed yesterday)

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.