Comment on Jepsen: TigerBeetle 0.16.11parentComments−AndyKelley1yTigerBeetle uses ReleaseSafe optimization mode, which means that the pointer was in fact initialized to 0xaaaaaaaaaaaaaaaa. Since nothing is mapped to this address, it reliably causes a segfault. This is equivalent to an assertion failure.−jrpelkonen1yThat’s good to hear! Thanks for the clarification.
Comments
TigerBeetle uses ReleaseSafe optimization mode, which means that the pointer was in fact initialized to 0xaaaaaaaaaaaaaaaa. Since nothing is mapped to this address, it reliably causes a segfault. This is equivalent to an assertion failure.
That’s good to hear! Thanks for the clarification.