gpr
gpr copied to clipboard
Could not execute the sample tests
Hi, I tried to download the GCode parser and run the
cmake .
make -j
./all-tests
but it returned with a failure: error.pdf
@Ruka7 I cannot reproduce the error. Could you backtrace the segfault and post the backtrace?
How should I backtrace it? I usually use gdb but it says there are "no debugging symbols found in ./all-tests"
Hi, @dillonhuff
The same problem with /* Full sample parsing Parse HAAS sample SIGSEGV - Segmentation violation signal */
Other tests passed.
@childhoodisend could you send more details about your setup? What compiler and OS are you using? What commands did you use to build the project?
@dillonhuff here the compiler, OS info and commands:
-
gcc / g++ (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
-
NAME="Linux Mint" VERSION="20.2 (Uma)" UBUNTU_CODENAME=focal
-
Commands are exactly the same as in repo. Release mode only. -DCMAKE_BUILD_TYPE=Release
@childhoodisend could you build the project in debug mode and backtrace the segfault in gdb and then post the backtrace?