This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cppunint 1.12.1 Aborted (core dumped)


I'm having a issue with the cppuint framework libray version 1.12.1.

?I'm just trying to run a very simple example.

?It compiles but crashes with the error "Aborted (core dumped)".

?[J@WN]$g++ -o test MoneyTest.h MoneyTest.cpp MoneyApp.cpp -lcppunit -ldl
?[J@WN]$./test.exe
?Aborted (core dumped)
?[J@WN:]$cppunit-config --version
?1.12.1

?Code is attached (very simple example)

?If i change the Assert line

?From
???? CPPUNIT_ASSERT_EQUAL( 0, 0);
?To
???? CPPUNIT_ASSERT_EQUAL( 1, 0);

?It runs fine.


I tried to attach the code, but it doesn't seem to be getting through to the list.


?Thanks,

?-J
 		 	   		  

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]