core dumped
hanm2019 opened this issue · 4 comments
hanm2019 commented
after I compiled the source code with make -j
./ramulator configs/DDR3-config.cfg --mode-dram dram.trace
Segmentation fault (core dumped)
arthasSin commented
Note that you have to type '=' between '--mode' and 'dram', but not '-'
./ramulator configs/DDR3-config.cfg --mode=dram dram.trace
fengsy97 commented
I have this problem too
fengsy97 commented
I solved this by deleting the empty line in config file. The config read progress can't tolerate empty lines.
hanm2019 commented
:)