Skip to content

Segmentation fault in sfind

I created a branch to start working on code coverage support and I found that test_extended.py was failing on my machine (no new code yet). The test log is attached, but after some exploring I found that sfind is crashing with a segmentation fault. It is likely that the crash is not being captured by popen(), which makes the assert fail.

EDIT: forgot the log: test_extended.log

Edited by Alberto Miranda