Debugging gem5: BrokenPipeError #227
-
I follow the book chapter 'Debugging gem5' gem5 version 23.0.1.0 Beginning simulation! how to solve this error ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Remove the pipe to |
Beta Was this translation helpful? Give feedback.
Remove the pipe to
head -n 50
. The error is Linux telling you the pipe'd process (gem5) is exiting because the program receiving the output ended and also why there are exactly 50 lines of output