-
-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lupa+coroutines segfaults in IPython #24
Comments
With lua 5.1.5 (installed using homebrew) this also fails the same way both for lupa==1.0 and lupa==0.21. |
Commands like |
It fails the same way on Debian - in python example works, in ipython it segfaults. |
Thanks for the report, I can reproduce this. Working on a fix. |
Fixed: |
Thanks for a quick fix! |
I'm using lupa 1.0, ipython 2.3 (both installed using pip) and lua 5.2.3 (installed using homebrew). The issue is quite strange: lupa segfaults in IPython but not in python.
Python:
IPython:
It is likely a manifistation of a problem unrelated to python vs ipython, it could segfault in IPython e.g. because memory layout of python and ipython processes are different. I've had a similar issue in one of my wrappers once (works in python, doesn't work in ipython); the cause was improper handling of null-terminated strings. But I'm sure you know all this stuff way better :)
The text was updated successfully, but these errors were encountered: