Halt is giving ERROR: Prolog initialisation failed: with swipl version 9.3.12-20-g5d8b8d94e

We get ERROR: Prolog initialisation failed: with swipl version 9.3.12-20-g5d8b8d94e

$ cat test.pl
test :-
    writeln("Hello world!"),
    halt.
$ swipl -f test.pl -g test
Hello world!
ERROR: Prolog initialisation failed:

Ah, thanks. Some serious rewriting on various forms of termination (abort/0, thread_exit/1 and halt/1) are in progress :slight_smile: Some regression is to be expected (but just keep testing :slight_smile: )

1 Like

Should be working again.

It works again and all our tests run fine.
Thanks a lot @jan