Troubleshooting (flowlog.c)

Stack overflows / crashes under OR-par

OR-par workers run deep recursive solver code and can overflow small pthread stacks.

Try:

“It’s only using one core”

Parallelism is enabled by default (flowlog_parallel_profile=fast).

If you only see one core in use, check:

Also confirm Flowlog sees your CPU count:

Notes:

REPL editing keys don’t work

The line editor is enabled only when stdin/stdout are TTYs. If you run the REPL via redirected input/output, Flowlog falls back to plain line reads.

History file issues

History is written to:

Override with:

“My terminal output is staircasing / newlines look wrong”

If your terminal looks like output is indented further and further to the right, your terminal may have been left in a bad termios state after a crash.

Fix:

reset

[file]. doesn’t load my program”

Flowlog supports the common top-level consult shorthand, but it only works when the file can be resolved on disk.

Try: