Skip to:
Thread 1 "unittests" received signal SIGILL, Illegal instruction.0x000055555565024f in CryptoUnitTest::aesEncryptDecryptTests (this=0x555555795620)at /home/nathan/hpcc-systems/HPCC-Platform/testing/unittests/cryptotests.cpp:409409 ASSERT(0 == memcmp(messageMb.bytes(), decryptedMessageMb.bytes(), messageMb.length()));(gdb) p messageMb.bytes()$1 = (const byte *) 0x0(gdb) p decryptedMessageMb.bytes()$2 = (const byte *) 0x0(gdb) q
, please investigate
Thread 1 "unittests" received signal SIGILL, Illegal instruction.
0x000055555565024f in CryptoUnitTest::aesEncryptDecryptTests (this=0x555555795620)
at /home/nathan/hpcc-systems/HPCC-Platform/testing/unittests/cryptotests.cpp:409
409 ASSERT(0 == memcmp(messageMb.bytes(), decryptedMessageMb.bytes(), messageMb.length()));
(gdb) p messageMb.bytes()
$1 = (const byte *) 0x0
(gdb) p decryptedMessageMb.bytes()
$2 = (const byte *) 0x0
(gdb) q