* Jakub Wilk <jw...@debian.org>, 2015-10-18, 13:17:
FAIL: tests/jqtest
==================
Segmentation fault
FAIL tests/jqtest (exit status: 139)
I ran this under gdb:
(gdb) run
Starting program: /home/jwilk/jq-1.5+dfsg/jq -L tests/modules --run-tests
tests/jq.test
Program received signal SIGSEGV, Segmentation fault.
jvp_array_read (i=0, a=...) at jv.c:222
222 assert(i + jvp_array_offset(a) < array->length);
(gdb) bt
#0 jvp_array_read (i=0, a=...) at jv.c:222
#1 0x55575244 in jv_array_get (j=..., idx=0) at jv.c:325
#2 0x5558c33c in jv_test () at jq_test.c:205
#3 0x5558faa8 in jq_testsuite (libdirs=..., verbose=0, argc=1,
argv=0x7fff6734) at jq_test.c:14
#4 0x555569cc in main (argc=5, argv=<optimized out>) at main.c:412
warning: GDB can't find the start of the function at 0x77d7f7c3.
Unfortunately, many things are optimized out, so it's hard to tell
what's wrong here; and if I disable optimizations, the problem goes
away. :-\
--
Jakub Wilk