ryanpcmcquen/basque

Seg fault

maacl opened this issue · 8 comments

maacl commented

Builds clean on Ubuntu 19.10 but segfaults when run.

➜  linux git:(master) ✗ ./basque 
INFO: Basque started with 3x scaling.
[1]    15193 segmentation fault (core dumped)  ./basque

@maacl, thanks for giving it a spin! Sorry you are having trouble.

It launches fine here on Debian 10 ... what does strace ./basque say?

Here's my successful strace log for reference:
strace_basque_successful_launch.log

@maacl, if you want to point it to a file, you can do:

strace ./basque 2>&1 | tee strace_basque_failed_launch.log
maacl commented

Oh, no seg fault?

maacl commented

Woohoo, let me know if you have any issues, feedback, ideas, or whatever!

I added a make force in case anyone else hits this.