Closed chriskirkland closed 8 years ago
~$ uname -a
Linux HOSTNAME 3.10.0-229.1.2.el7.x86_64 #1 SMP Fri Mar 27 03:04:26 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
Is the whetstone test crashing immediately, or after some period of time?
Potentially similar to #15, #18, #26
This might be due to improper time calculation.
Suggested solution is to modify Makefile
$(PROGDIR)/whetstone-double: CFLAGS += -DDP -DUNIX -DUNIXBENCH
to replace -DUNIX
with -DGTODay
and to make clean; make
Would you give that a try?
This turned out to be user error; I copied the source code to a different machine without remembering to delete the existing executables.
UnixBench version: 5.1.3 Operating System: CentOS 7.1
I encounter a Segmentation Fault running UnixBench against CentOS 7.1:
I can run the same version of UnixBench on Ubuntu 14.x successfully.
Here is the outputted logfile: unixbench-log.txt