Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
COMPAT: Set Prolog flag
gc_thread
to false
SWI-Prolog used to disable the garbage collection thread on `--no-signals`. This was for JPL and is removed in version 9.1.18. It is unclear why using a separate GC thread causes the `prolog_in_java` test to hang. This patch sets the GC thread explicitly.
- Loading branch information