Closed gdcarver closed 1 year ago
One possible explanation is the use of the exit() call after the boinc_finish() in the control code. exit() behaves differently in C++ than C, it does not guarantee closing all files nor releasing local objects. It's possible(?) this might be generating the error codes reported by the client.
exit() call removed, control code now calls return().
Close for now. If it recurs, either reopen or create new issue linking to this one.
See this task: https://www.cpdn.org/result.php?resultid=22303620
From the stderr.txt, everything worked as it should have:
and yet for some odd reason, the task was considered a fail:
What caused the fail?