You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the CT-HYB is built with g++ (GCC) 4.7.2, one of unit tests fails with SegFault.
The test, "unittest_fu" is exactly the same one with that at https://github.com/shinaoka/fastupdate.
To trace back the cause of this crash, I built the same test with g++4.7.4 on my Mac.
But, the test passed successfully.
How can I locate the point of SegFault?
Can I get more information from Jenkins?
The text was updated successfully, but these errors were encountered:
[----------] 3 tests from DeterminantMatrixTypedTest/0, where TypeParam = alps::fastupdate::DeterminantMatrix<std::complex<double>, OffDiagonalG0<std::complex<double> >, creator, annihilator>
[ RUN ] DeterminantMatrixTypedTest/0.CombinedUpdateRemoveRowsCols
[ OK ] DeterminantMatrixTypedTest/0.CombinedUpdateRemoveRowsCols (0 ms)
[ RUN ] DeterminantMatrixTypedTest/0.SeparatedUpdateRemoveRowsCols
<end of output>
it seems that the crash is after the first call to DeterminantMatrixTypedTest / SeparatedUpdateRemoveRowsCols
If necessary, I will be able to look at this early the next week (after i am done with removing Boost libs from ALPSCore).
Actually, one simple way would be to add cout<< statements through the code and also compile with Boost assertions turned on, and then refer to the test log --- or run the test separately, outside "make test". This may give some idea where the crash occurs.
Here are error messages from Jenkins.
https://alpscore.ci.cloudbees.com/job/cthyb-alpscore/220/console
When the CT-HYB is built with g++ (GCC) 4.7.2, one of unit tests fails with SegFault.
The test, "unittest_fu" is exactly the same one with that at https://github.com/shinaoka/fastupdate.
To trace back the cause of this crash, I built the same test with g++4.7.4 on my Mac.
But, the test passed successfully.
How can I locate the point of SegFault?
Can I get more information from Jenkins?
The text was updated successfully, but these errors were encountered: