trealla-prolog / trealla

A compact, efficient Prolog interpreter written in plain-old C.
MIT License
268 stars 13 forks source link

Pressing the tab key = segmentation fault #521

Closed haijinSk closed 5 months ago

haijinSk commented 5 months ago

On Ubuntu using a binary release version "v2.50.20" (not the first release/version with this behavior).

$ tpl
?- Segmentation fault (core dumped)
$

Thank you.

haijinSk commented 5 months ago

v2.50.23b still crashing if there is one or more characters on the REPL/top-level line...

haijinSk commented 5 months ago

v2.50.25b, in this example, the tab key after the "l" (like in "library") character:

$ tpl   
?- use_module(lSegmentation fault (core dumped)
haijinSk commented 5 months ago

v2.50.26, it seems working... Thank you!