After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 725697 - Testsuite summary for GNonLin 1.1.90
Testsuite summary for GNonLin 1.1.90
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gnonlin
1.1.90
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-03-05 01:33 UTC by Weiller
Modified: 2014-10-24 18:51 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Weiller 2014-03-05 01:33:46 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
Comment 1 André Klapper 2014-03-05 10:15:33 UTC
This is missing any steps to reproduce. Not a helpful bug report...
Comment 2 Weiller 2014-03-05 16:54:39 UTC
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.
Comment 3 Tim-Philipp Müller 2014-03-05 17:07:28 UTC
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!
Comment 4 Weiller 2014-03-09 19:27:49 UTC
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
Comment 5 Weiller 2014-03-09 19:28:16 UTC
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
Comment 6 André Klapper 2014-10-24 18:51:29 UTC
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.