Application: KiCad
Version: 6.0.9-8da3e8f707~117~ubuntu22.04.1, release build
Libraries:
wxWidgets 3.0.5
libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8
libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib
nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.13
Platform: Li
Hi John-
Report bugs to the issue tracker. Use Help->Report a Bug for this.
You can run KiCad in a debugger
```
gdb /usr/bin/kicad
```
Then, when it locks up, press Ctrl-C in the debugger and type `bt all` to
show the current state of all your threads. Include these data in your bug
report an
Hi Folks-
The Ubuntu builds currently build 4 platforms:
amd64
ppc64el
arm64
armhf
For a while now, we've had a QA failure (crash) when running the armhf
build. This refers to the ARMv7 "Hard Float" chipset. This is our last
32-bit build.
None of the lead developers have access to this old of
Thanks. I will do just that.
John
John DeArmond
Tellico Plains, TN
http://www.neon-john.com
j...@neon-john.com
mobile: neonj...@gmail.com
On Tue, Dec 20, 2022 at 12:43 PM Seth Hillbrand wrote:
> Hi John-
>
> Report bugs to the issue tracker. Use Help->Report a Bug for this.
>
> You can run K