GNOME Bugzilla – Bug 725697
Testsuite summary for GNonLin 1.1.90
Last modified: 2014-10-24 18:51:29 UTC
================================================ GNonLin 1.1.90: tests/check/test-suite.log ================================================ # TOTAL: 6 # PASS: 3 # SKIP: 0 # XFAIL: 0 # FAIL: 3 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: gnl/complex ================= Running suite(s): gnonlin-complex 83%: Checks: 6, Failures: 1, Errors: 0 gnl/complex.c:696:F:complex:test_one_bin_space_another:0: Failure 'source1 == NULL' occured FAIL: gnl/gnlcomposition ======================== Running suite(s): gnlcomposition 66%: Checks: 3, Failures: 0, Errors: 1 gnl/gnlcomposition.c:427:E:gnlcomposition:test_simple_adder:0: (after this point) Received signal 11 (Segmentation fault) FAIL: gnl/seek ============== Running suite(s): gnonlin-seek 50%: Checks: 6, Failures: 3, Errors: 0 gnl/seek.c:406:F:general:test_one_bin_after_other:0: Failure 'source1 == NULL' occured gnl/seek.c:496:F:general:test_complex_operations:0: Failure 'source1 == NULL' occured gnl/seek.c:613:F:general:test_complex_operations_bis:0: Failure 'source1 == NULL' occured
This is missing any steps to reproduce. Not a helpful bug report...
This happened when I ran the ". / Configure" then "make" and "make check". In the "make check" I came across these errors had to report because I want to help develop and evolve the system.
Thanks for the bug report indeed. Could you tell us what kind of system/distro this is on? What is the output of 'uname -a' (if you're on linux/unix)? Could you run this in the gnonlin-1.1.90/ directory: $ cd tests/check/ $ make gnl/gnlcomposition.gdb (gdb) run .. wait for segfault .. (gdb) bt ... tell us the output here ... (gdb) kill (gdb) quit Thanks!
Boa tarde, eu estou usando o Debian Wheezy versão 7.4. A saída de "uname -a" é: Linux debian 3.2.0-4-686-pae #1 SMP Debian 3.2.54-2 i686 GNU/Linux
Good afternoon, I'm using Debian Wheezy 7.4. The output of "uname-a" is: Linux debian 3.2.0-4-686-pae # 1 SMP Debian 3.2.54-2 i686 GNU / Linux
Hi Weiller, I am closing this bug report as no updated information has been provided. Please feel free to reopen this bug if you can provide the information that was asked for in comment 3.