RichieSams/FiberTaskingLib

Segfault on Linux in CI tests

cwfitzgerald opened this issue · 3 comments

Just a tracking issue for the problems showing themselves in the CI.

On my PR branch #70 , I fix one bug that can cause a segfault. This did not stop the intermittent crashing. However, after disabling the test framework's exception catching, I could no longer get it to crash (I have restarted the CI job many times). More investigation is needed, but I find it possible that there is a bad interaction with exception handling.

Hmmm. Thanks for the hint. I'll look into it.

Since that merge, and my successive movement of the lock check to the destructor, I haven't seen hangs anymore. Going to optimistically close this issue