symengine.py icon indicating copy to clipboard operation
symengine.py copied to clipboard

MinGW segfault on appveyor

Open isuruf opened this issue 9 years ago • 4 comments

This only happens when MinGW build in Release mode. Other compilers, Debug mode and nosetests work. Also when logged into appveyor VM, this doesn't happen

isuruf avatar Sep 03 '16 17:09 isuruf

What's more strange is that only the last command in test script gives a segfault. When there are two tests (In tree testing and out of tree testing) the first test succeeds, but when the last test is removed, first test fails.

isuruf avatar Sep 17 '16 15:09 isuruf

That's weird, because when AppVeyor gets to execute the first test, it can't know about the possible second test yet (or can it?).

Perhaps it was just a coincidence.

certik avatar Sep 18 '16 22:09 certik

That was because the printing of the segfault in the first test was delayed due to the second test, but it was definitely in the first test. (I ran the first test with more verbosity and it failed in the first test.)

isuruf avatar Sep 22 '16 16:09 isuruf

Ah, perfect!

certik avatar Sep 28 '16 15:09 certik