You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we test it locally, we could additionally get error information as below.
Additional error information
error: address range table at offset 0x58280 has a premature terminator entry at offset 0x582b0
error: address range table at offset 0x58280 has a premature terminator entry at offset 0x582d0
error: address range table at offset 0x58280 has a premature terminator entry at offset 0x582f0
error: address range table at offset 0x687a0 has a premature terminator entry at offset 0x68860
error: address range table at offset 0x687a0 has a premature terminator entry at offset 0x68880
error: address range table at offset 0x72700 has a premature terminator entry at offset 0x72780
error: address range table at offset 0x72700 has a premature terminator entry at offset 0x727a0
error: address range table at offset 0x73510 has a premature terminator entry at offset 0x73540
error: address range table at offset 0x82280 has a premature terminator entry at offset 0x82290
Current workaround is running tests serially and reduce the concurrency in a certain test.
Not sure the cause of this issue.
The text was updated successfully, but these errors were encountered:
As shown in #143 (comment), we may not pass the leak sanitizer test due to the
SEGV
error:Stack trace
If we test it locally, we could additionally get error information as below.
Additional error information
Current workaround is running tests serially and reduce the concurrency in a certain test.
Not sure the cause of this issue.
The text was updated successfully, but these errors were encountered: