noisepage icon indicating copy to clipboard operation
noisepage copied to clipboard

TPL Hangs on Error During Execution

Open turingcompl33t opened this issue 3 years ago • 0 comments

In the event that execution of a TPL program fails (e.g. during interpretation, after a call to Module::GetFunction()) the tpl command-line program hangs after reporting the error. This is likely because of some state that gets corrupted which prevents the LLVM engine from shutting down or the TBB scheduler (the only two resources we attempt to clean up after a failure).

This error manifests when running TPL programs via the tpl command-line tool, but is also likely present in the DBMS itself.

turingcompl33t avatar Jul 02 '21 20:07 turingcompl33t