-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Description
I encounter the following behaviour with torch-luajit 2.0.2 / 2.0.3 :
- Start luajit repl
- type "a." + double TAB (attempted autocomplete of field of nonexisting table)
- clear line again
- 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.
Metadata
Metadata
Assignees
Labels
No labels