The test suite segfaults on OpenBSD 7.8 and 7.9 from the Compile Farm:
Failed Set Fail/Total (%) Skip Stat Failing Tests
-------------------------- -------------- ---- ---- ------------------------
expire/tombstone-hisexpire 9/9 100% 0 -- 1-9
lib/bloom-hiswalk 8/8 100% 0 -- 1-8
$ ./runtests -o expire/tombstone-hisexpire
1..9
Segmentation fault (core dumped)
I unfortunately do not manage to read the dump... Any advice?
$ gdb expire/.libs/tombstone-hisexpire.t tombstone-hisexpire.t.core
GNU gdb 6.3
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "mips64-unknown-openbsd7.8"...
Core was generated by `tombstone-hisexpire.t'.
Program terminated with signal 11, Segmentation fault.
#0 0x00000043b8fa89c0 in ?? ()
(gdb) bt
#0 0x00000043b8fa89c0 in ?? ()
warning: GDB can't find the start of the function at 0x43b8fa89c0.
The test suite segfaults on OpenBSD 7.8 and 7.9 from the Compile Farm:
I unfortunately do not manage to read the dump... Any advice?