GNOME Bugzilla – Bug 676964
gst/gstcaps testcase failed on arm target
Last modified: 2012-05-29 10:44:39 UTC
gstreamer gstcaps test failed with below error. {{ Running suite(s): GstCaps 94%: Checks: 19, Failures: 0, Errors: 1 gst/gstcaps.c:205:E:operations:test_simplify:0: (after this point) Received signal 8 (Floating point exception) FAIL: gst/gstcaps }} can anybody tell me , why this testcase got failed. Regards,
Could you: $ cd tests/check $ make gst/gstcaps.gdb (gdb) run ... Signal 8 ... (gdb) bt ... paste the output here... (gdb) kill (gdb) quit
Hi, Below is the information you asked {{ -bash-3.2# cd tests/check/ -bash-3.2# -bash-3.2# -bash-3.2# make gst/gstcaps gstcaps gstcaps.c -bash-3.2# make gst/gstcaps.gdb GNU gdb (GDB) 7.2 Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "arm-sony-linux-gnueabi". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /tmp/gstreamer-0.10.36/tests/check/gst/.libs/lt-gstcaps...done. (gdb) run Starting program: /tmp/gstreamer-0.10.36/tests/check/gst/.libs/lt-gstcaps [Thread debugging using libthread_db enabled] Running suite(s): GstCaps Program received signal SIGFPE, Arithmetic exception. 0x2ad83036 in __libc_do_syscall () from /devel/lib/libpthread.so.0 (gdb) bt
+ Trace 230273
Kill the program being debugged? (y or n) y (gdb) quit }}
Please leave the component as "gstreamer (core)".
changed component as "gstreamer (core)"
Does 'make check' in glib pass for you? Could you install GLib with debugging symbols? Looks like a crash inside GLib's qsort implementation.
I will install glib and do make check. let you know the result..
further investigation did on this, with your clue.. in glib-2.32.3 i am not getting this FAIl, instead all test cases got passed.
Error exist with glib-2.32.0
Ok, so this was a bug in GLib then, and it has been fixed, so I guess we can close this. Thanks for checking!