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
ryanpcmcquen commented
@maacl, thanks for giving it a spin! Sorry you are having trouble.
It launches fine here on Debian 10 ... what does strace ./basque
say?
ryanpcmcquen commented
Here's my successful strace
log for reference:
strace_basque_successful_launch.log
ryanpcmcquen commented
@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
Sorry, it was a case of make not detecting any change, so it did not build
anything. Works now.
…On Wed, Feb 5, 2020 at 4:30 PM Ryan P. C. McQuen ***@***.***> wrote:
@maacl <https://github.com/maacl>, if you want to point it to a file, you
can do:
strace ./basque 2>&1 | tee strace_basque_failed_launch.log
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1?email_source=notifications&email_token=AAAPUXCCFTM5VZ54J52JH7TRBLLRPA5CNFSM4KQJSMV2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEK3265A#issuecomment-582463348>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAPUXG44EG5VMD5ZF77NM3RBLLRPANCNFSM4KQJSMVQ>
.
ryanpcmcquen commented
Oh, no seg fault?
maacl commented
No, all good after it actually built.
…On Wed, Feb 5, 2020 at 4:59 PM Ryan P. C. McQuen ***@***.***> wrote:
oh, no seg fault?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1?email_source=notifications&email_token=AAAPUXGVXMY6P5EG5TIECNDRBLO5LA5CNFSM4KQJSMV2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEK36MVA#issuecomment-582477396>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAPUXDA2VJNSFKPQJXWDJDRBLO5LANCNFSM4KQJSMVQ>
.
ryanpcmcquen commented
Woohoo, let me know if you have any issues, feedback, ideas, or whatever!
ryanpcmcquen commented
I added a make force
in case anyone else hits this.