CMU-SAFARI/ramulator

core dumped

Closed this issue · 4 comments

after I compiled the source code with make -j
./ramulator configs/DDR3-config.cfg --mode-dram dram.trace
Segmentation fault (core dumped)

Note that you have to type '=' between '--mode' and 'dram', but not '-'
./ramulator configs/DDR3-config.cfg --mode=dram dram.trace

I have this problem too

I solved this by deleting the empty line in config file. The config read progress can't tolerate empty lines.

:)