Closed Armagetron closed 8 years ago
No idea - stack trace? What is that error message in English?
The error was a segfault, because the wrong file pointer was used. I created a pull request with a fix. The error was caused by ftell due to the wrong memory access.
Good catch.
When running the test cases I get a segfault. I assume that this is unwanted behaviour. Output is attached.
System is Arch Linux with gcc 6.2.1. I simply run
make test
in the source directory.