[studxml-users] make check - core dump on fedora

Jarosław Bober jaroslaw.bober at gmail.com
Wed Jan 18 06:32:49 EST 2017


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)


More information about the studxml-users mailing list