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
{{ message }}
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.
When using some Lua scripts via evalssh on Birdisle, my unit test suite succeeds (i.e. my Lua scripts and Birdisle working OK), but the main script exits with this error and code 139.
LMK how I can help debug as this is quite opaque to me.
after that stop test.py with ctrl-c, I have this output:
^CTraceback (most recent call last):
File "test.py", line 5, in <module>
time.sleep(100000)
KeyboardInterrupt
corrupted double-linked list
Przerwane (zrzut pamięci)
The issue seems to exist only when the value written with set command inside lua script is larger than couple of bytes.
I splitted this test case into server part and client part (redis-cli) to show that this is related to the birdisle server and not the klient itself. Simpler testcase that also shows this issue may be this single script:
When using some Lua scripts via
evalssh
on Birdisle, my unit test suite succeeds (i.e. my Lua scripts and Birdisle working OK), but the main script exits with this error and code 139.LMK how I can help debug as this is quite opaque to me.
The text was updated successfully, but these errors were encountered: