From jaroslaw.bober at gmail.com Wed Jan 18 06:32:49 2017 From: jaroslaw.bober at gmail.com (=?UTF-8?Q?Jaros=C5=82aw_Bober?=) Date: Wed Jan 18 06:48:12 2017 Subject: [studxml-users] make check - core dump on fedora Message-ID: Hello, I tried these commands: ./configure --disable-static CXXFLAGS=-O3 make check And on rhel 6 it's working correctly. However have a problem when running these tests on fedora. I use fedora 25 with: gcc version 6.3.1 20161221 (Red Hat 6.3.1-1) (GCC) same thing happens on fedora 23 with gcc 5.3.1 How can I proceed with debugging this? I recompiled with -ggdb and even with sanitizers, but I do not know where is the entry point :/ tester and driver are only scripts. Regards, -Jaros?aw Bober Below is the output of the failing test: =================================================== libstudxml 1.0.1: tests/parser/test-suite.log =================================================== # TOTAL: 1 # PASS: 0 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: ../../tester ================== ./driver terminate called after throwing an instance of 'std::ios_base::failure' what(): basic_ios::clear ./../../tester: linia 44: 16249 Aborted (zrzut pami?ci) ./driver FAIL ../../tester (exit status: 134) From boris at codesynthesis.com Wed Jan 18 06:57:05 2017 From: boris at codesynthesis.com (Boris Kolpackov) Date: Wed Jan 18 06:57:14 2017 Subject: [studxml-users] make check - core dump on fedora In-Reply-To: References: Message-ID: Hi Jaros?aw, Jaros?aw Bober writes: > libstudxml 1.0.1: tests/parser/test-suite.log > > ./driver > terminate called after throwing an instance of 'std::ios_base::failure' > what(): basic_ios::clear Most likely this bug: http://scm.codesynthesis.com/?p=libstudxml/libstudxml.git;a=commit;h=132522ca4c895e9b07d7e323d5529474806e5829 Can you apply the patch and see if it helps? Boris