Hello,
I just want to report that every single Continuous Gravitational Wave search O2 All-Sky v1.01 x86_64-pc-linux-gnu task I get segfaults right after starting.
Outcome: Computation error
Client state: Compute error
Exit status: 139 (0x0000008B) Unknown error code
<core_client_version>7.12.1</core_client_version> <![CDATA[ <message> process got signal 11</message> <stderr_txt> putenv 'LAL_DEBUG_LEVEL=3' SIGSEGV: segmentation violation </stderr_txt> ]]>
I don't have any problems with any other tasks or projects.
Copyright © 2024 Einstein@Home. All rights reserved.
MG wrote:Hello, I just want
)
Error code 139 means:
"ERR_GETS -139 - Same as ERR_BAD_HEX_FORMAT, the data in the source file contains a non-hexadecimal character. Hexadecimal 'numbers' run from 0 to 9 and a to f. Any other character will trigger this error.
Solution: Report this behavior on the project's forums."
[url]https://boinc.mundayweb.com/wiki/index.php?title=Error_code_-131_to_-140_explained[/url]
It sounds like it's not on your end though as it says the "source file" is bad.
This looks like the usual
)
This looks like the usual "virtual syscall" issue (here with putenv). In your project preferences set "Run Linux app versions built with LIBC 2.15" to "YES".
BM
Thanks, LIBC 2.15 task seems
)
Thanks, LIBC 2.15 task seems to run fine so far.