View previous topic :: View next topic |
Author |
Message |
Nima0908 n00b

Joined: 24 Feb 2025 Posts: 11
|
Posted: Sat Apr 12, 2025 12:03 pm Post subject: Getting segfault while trying to launch kicad |
|
|
Hello,
I recently installed kicad, but when i try to start it i get a segfault. I tried to debug with gdb but when i use it it launches normally and when i try to debug with strace it also launches normally. Because of that i concludet its a race condition. I tried to launch it with a delay to look if it fixes it, but it didnt. Does someone know how to fix it? |
|
Back to top |
|
 |
Naib Watchman


Joined: 21 May 2004 Posts: 6074 Location: Removed by Neddy
|
Posted: Sat Apr 12, 2025 8:26 pm Post subject: |
|
|
what version of kicad are you launching? _________________ #define HelloWorld int
#define Int main()
#define Return printf
#define Print return
#include <stdio>
HelloWorld Int {
Return("Hello, world!\n");
Print 0; |
|
Back to top |
|
 |
|