Re: [Cppcms-users] make test: 96% tests passed, 2 tests failed out of 46
Brought to you by:
artyom-beilis
From: Artyom <art...@ya...> - 2010-07-13 07:04:46
|
Hi, > > After patching, I got: > > > 96% tests passed, 2 tests failed out of 46 > Total Test time (real) = 37.60 sec > The following tests FAILED: > 10 - internal_forwarder_test (Failed) > 11 - forwarder_test (SEGFAULT) > Errors while running CTest > make: *** [test] Error 8 > First of all, one test fixed, about next ones: > 10/46 Testing: internal_forwarder_test > > ---------------------------------------------------------- > Tesing internal forwarder > system: Address already in use > <end of output> > Test time = 0.02 sec Do you have anything that listens on 8081 as well? (forwarder uses also 8081) > 11/46 Testing: forwarder_test > 11/46 Test: forwarder_test > Command: "/home/overshoot/devel/svn/cppcms/build/forwarder_test" "-c" > "/home/overshoot/devel/svn/cppcms/tests/forwarder_test.js" "--test- > exec=/usr/bin/python /home/overshoot/devel/svn/cppcms/tests/forwarder_test.py" > > "--test-internal=false" > Directory: /home/overshoot/devel/svn/cppcms/build > "forwarder_test" start time: Jul 13 14:00 CST > Output: > ---------------------------------------------------------- > Tesing application level forwarding > <end of output> > Test time = 0.01 sec Can you please give me a back trace of the fault? run gdb as: gdb /home/overshoot/devel/svn/cppcms/build/forwarder_test Then in gdb r -c /home/overshoot/devel/svn/cppcms/tests/forwarder_test.js --test-exec=/home/overshoot/devel/svn/cppcms/tests/forwarder_test.py --test-internal=false When program crashes, type bt It would print you a stack back trace of the failed program. Thank you, Artyom |