unit test debug causes Illegal instruction

Description

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

Conclusion

None

Activity

Show:

Stuart Ort June 23, 2020 at 6:54 PM

, please investigate 

Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Components

Assignee

Reporter

Priority

Compatibility

Point

Fix versions

Pull Request URL

Roadmap

Not applicable

Affects versions

Created June 1, 2020 at 2:23 PM
Updated June 24, 2020 at 1:05 PM
Resolved June 24, 2020 at 1:05 PM