X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=0.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Message-ID: From: J- MAN To: Subject: cppunint 1.12.1 Aborted (core dumped) Date: Mon, 17 Oct 2011 10:07:32 -0400 Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id p9HE7q1M029540 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 AT WN]$g++ -o test MoneyTest.h MoneyTest.cpp MoneyApp.cpp -lcppunit -ldl  [J AT WN]$./test.exe  Aborted (core dumped)  [J AT 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