Re: tester: seg fault

Hi Giles,

That has happened to be twice I think after merging trees with lots of changes. I simply did

make clean all

and then it worked. If that does not help (which I guess it won’t), just uncomment the line

CPPUNIT_TEST_SUITE_REGISTRATION(TestBye);

in Gnutella/Packets/Testing/ByeTest.cpp and the TestBye tests will not be run at all.

There is something weird there in any case. When Bye is also refactored into Protocols/Gnutella/Packets I would even delete this test.

Are there other issues?

Regards,

Peter

Would you like to post a relpy?


This post is a reply to:
tester: seg fault
After a successful build of revision 127 make reports:- g++ -c -include calitko -m64 -pipe -g -g -Wall -W -D_REENTRANT  -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/lib64/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/QtCore -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtNetwork -I/usr/include/QtGui (more...)

Follow-ups:
Re: tester: seg fault
Hi Peter > That has happened to be twice I think after merging trees with lots of > changes. I simply did make clean all > and then it worked. Excellent! ./tester OK (406 tests) > Are (more...)