InvisiSpec-1.0 icon indicating copy to clipboard operation
InvisiSpec-1.0 copied to clipboard

core dump on --scheme=SpectreSafeInvisibleSpec run

Open PariSa91 opened this issue 5 years ago • 1 comments

Running with --scheme=UnsafeBaseline successfully completes but SpectreSafeInvisibleSpec aborts with core dump. I tried with low number of instructions as well as different cache configurations so find the source of memory leakage. But had no success. build/X86/gem5.opt -d myout/gcc configs/example/se.py --cmd=../workspace/benchmarks/cpu2006/spec-SE/binaries/x86/linux/gcc -I 100000 --cpu-type=DerivO3CPU --caches --scheme=SpectreSafeInvisibleSpec --needsTSO=1

PariSa91 avatar May 17 '19 14:05 PariSa91

build/X86/mem/cache/cache.cc:192: void Cache::satisfyRequest(PacketPtr, CacheBlk*, bool, bool): Assertion pkt->hasRespData()' failed.

PariSa91 avatar May 17 '19 17:05 PariSa91