Skip to content
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

readline-related bug? #12

Open
GeorgOstrovski opened this issue Jan 14, 2015 · 0 comments
Open

readline-related bug? #12

GeorgOstrovski opened this issue Jan 14, 2015 · 0 comments

Comments

@GeorgOstrovski
Copy link

I encounter the following behaviour with torch-luajit 2.0.2 / 2.0.3 :

  1. Start luajit repl
  2. type "a." + double TAB (attempted autocomplete of field of nonexisting table)
  3. clear line again
  4. CTRL-d (to close)
    -> luajit exits with Segmentation fault (Ubuntu) / Bus error: 10 (OSX)

Notes:

  • the Segfault does not occur if the repl is closed via CTRL-c
  • the Segfault still occurs if a number of other commands are executed after the unsuccessful autocomplete, before closing the repl

With luajit 2.0.1, I don't seem to have the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant