Hi Adam! 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 When the SIGILL trap occurs, try typing "continue" in GDB to see if it just continues so that you get to the actual point where the crash happens. Adrian -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org