Closed richardklingler closed 1 year ago
That's not the case on my machine. If the 1.2.0 version is also crashing perhaps it has something to do with a dynamic library on your system. Try building the debug release then run it under gdb
. If it still seg-faults you can get a backtrace with the bt
command. Post the backtrace here and then I may be able to help. Alternatively you could run the debug version under valgrind
.
A fresh compile of camotics 1.3.0 just throws a core dump when executed:
Even the prebuilt 1.2.0 Debian package throws the same segmentation error...