-
Notifications
You must be signed in to change notification settings - Fork 826
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SIGSEGV in scrypt_1024_1_1_256_sp with musl #723
Comments
Current working theory is the https://github.com/luke-jr/bfgminer/blob/bfgminer/malgo/scrypt.c#L501 See libuv/libuv#1507 for similar issue I belive |
When using musl libc the default statck size is too small for the scrypt code that uses alloca. see: luke-jr#723
When using musl libc the default statck size is too small for the scrypt code that uses alloca. see: luke-jr#723
scrypt is not maintained. Would you like to maintain it? |
I would not go as far as a full maintainer but I am looking into getting it stable for my use case. Is it "stable" or is another miner advised for scrypt (using ASICs)? |
The #724 pull request has fixed the above issue for me (over two hours sable vs. sub 30 seconds crash). |
ill check the PR and see if I can duplicate the issue with my scrypt drivers |
@TheBiggerGuy what scrypt device are you using? |
When using Alpine Linux with musl libc on an ARM32v6 system
The text was updated successfully, but these errors were encountered: