umd-memsys / DRAMSim2

DRAMSim2: A cycle accurate DRAM simulator
http://www.ece.umd.edu/~blj/papers/cal10-1.pdf
255 stars 151 forks source link

running DRAMSim in trace mode and encountered an error #55

Open sllu opened 9 years ago

sllu commented 9 years ago

\ ERROR : Unable to size '/dev/shm/...

Has anyone seen this error before? What may have caused it? thanks

dramninjasUMD commented 9 years ago

This is quite strange -- can you try to add strace before your command to see why you are trying to access /dev/shm (/dev/shm is the device node for shared memory and there's not a good reason why DRAMSim2 should be trying to access it).

sllu commented 9 years ago

thanks for the hint.