-
Notifications
You must be signed in to change notification settings - Fork 14
make test fails when built with g++4.2 #8
Copy link
Copy link
Open
Labels
Description
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?
Reactions are currently unavailable