|
From: Dirk E. <ed...@de...> - 2010-02-11 16:32:55
|
On 11 February 2010 at 16:57, Luigi Ballabio wrote: | On Thu, 2010-02-11 at 09:21 -0600, Dirk Eddelbuettel wrote: | > For hppa, I can replicate the failure on one of our developer-accessible hppa | > machines: | > | > (sid)edd@paer:~/quantlib-1.0.0~20100209$ LD_LIBRARY_PATH=`pwd`/ql/.libs make benchmark | > make -C test-suite benchmark | > make[1]: Entering directory `/home/edd/quantlib-1.0.0~20100209/test-suite' | > BOOST_TEST_LOG_LEVEL=message ./quantlib-benchmark | > *** glibc detected *** /home/edd/quantlib-1.0.0~20100209/test-suite/.libs/lt-quantlib-benchmark: free(): invalid pointer: 0x003324a8 *** | > ^Cmake[1]: *** wait: No child processes. Stop. | > make[1]: *** Waiting for unfinished jobs.... | > make[1]: *** wait: No child processes. Stop. | > make: *** [benchmark] Error 2 | > | > (sid)edd@paer:~/quantlib-1.0.0~20100209$ | > | > As this happens in the somewhat optional quantlib-benchmark that I run on top | > of 'make check', I will for now exclude this step from the builds. | | So the test suite succeeds, right? Yes. Everywhere. Only on hppa, as soon as you launch quantlib-benchmark you the glibc error above. Probably some initialization going haywire. Adding more verbose BOOST_TEST_LOG_LEVEL=all did not reveal anything. Dirk -- Registration is open for the 2nd International conference R / Finance 2010 See http://www.RinFinance.com for details, and see you in Chicago in April! |