On Thursday 2019-02-07 16:33, John Paul Adrian Glaubitz wrote:
On 2/7/19 4:22 PM, Adam Mizerski wrote:
I've come to a point where it finally builds successfully (yay!). Unfortunately tests are failing with illegal instruction (SIGILL) errors.
I've managed to run them under gdb, but even with debugging symbols installed it doesn't show any specific location in code.
It's not unusual for crypto libraries to detect the processor's capabilities by running code with certain instructions and see whether it triggers the SIGILL trap. OpenSSL does that, for examplel
I suspect the report was made because the SIGILL was followed by a program abort and getting thrown back to the shell prompt. -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org