opencog / cogutil

Very low-level C++ programming utilities used by several components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OC_ASSERT is not printing to logfile or stdout

linas opened this issue · comments

OC_ASSERT is supposed to record a stack trace in the logfile, and also print something to stdout.

It does neither, at the moment, and just exits silently. This defeats the whole purpose of debugging with asserts.

Closing, I assume this is fixed.