Replies: 3 comments 15 replies
-
I am getting the same error while restoring with latest gem5 version as well |
Beta Was this translation helpful? Give feedback.
0 replies
-
@powerjg @jthestness can you help here ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Can you provide more details about how to reproduce this issue? like the config script and how you are taking the checkpoint. |
Beta Was this translation helpful? Give feedback.
15 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am trying to create a checkpoint after booting RISCV ubuntu image and then executing benchmarks .SO currently the checkpoint is being created in m5out folder using /sbin/m5 checkpoint in the script .But when I try to restore checkpoint it is giving error message :
board.remote_gdb: Listening for connections on port 7001
gem5.opt: src/mem/physical.cc:474: void gem5::memory::PhysicalMemory::unserializeStore(gem5::CheckpointIn&): Assertion `bytes_read % sizeof(long) == 0' failed.
Program aborted at tick 122151061000
--- BEGIN LIBC BACKTRACE ---
./build/RISCV/gem5.opt(+0x13cfc70)[0x559217fa4c70]
./build/RISCV/gem5.opt(+0x13f375c)[0x559217fc875c]
/lib/x86_64-linux-gnu/libc.so.6(+0x42520)[0x7f324dc68520]
/lib/x86_64-linux-gnu/libc.so.6(pthread_kill+0x12c)[0x7f324dcbc9fc]
/lib/x86_64-linux-gnu/libc.so.6(raise+0x16)[0x7f324dc68476]
/lib/x86_64-linux-gnu/libc.so.6(abort+0xd3)[0x7f324dc4e7f3]
/lib/x86_64-linux-gnu/libc.so.6(+0x2871b)[0x7f324dc4e71b]
/lib/x86_64-linux-gnu/libc.so.6(+0x39e96)[0x7f324dc5fe96]
./build/RISCV/gem5.opt(+0xd6656f)[0x55921793b56f]
./build/RISCV/gem5.opt(+0xd66a40)[0x55921793ba40]
./build/RISCV/gem5.opt(+0x1405c42)[0x559217fdac42]
./build/RISCV/gem5.opt(+0x1405c42)[0x559217fdac42]
./build/RISCV/gem5.opt(+0x1409794)[0x559217fde794]
./build/RISCV/gem5.opt(+0xb619e9)[0x5592177369e9]
./build/RISCV/gem5.opt(+0x5e63f4)[0x5592171bb3f4]
/lib/x86_64-linux-gnu/libpython3.10.so.1.0(+0x128023)[0x7f324e9bb023]
/lib/x86_64-linux-gnu/libpython3.10.so.1.0(_PyObject_MakeTpCall+0x8c)[0x7f324e972adc]
/lib/x86_64-linux-gnu/libpython3.10.so.1.0(+0xe243a)[0x7f324e97543a]
/lib/x86_64-linux-gnu/libpython3.10.so.1.0(_PyEval_EvalFrameDefault+0x4b16)[0x7f324e909776]
/lib/x86_64-linux-gnu/libpython3.10.so.1.0(+0x1c23af)[0x7f324ea553af]
/lib/x86_64-linux-gnu/libpython3.10.so.1.0(+0xe23d8)[0x7f324e9753d8]
/lib/x86_64-linux-gnu/libpython3.10.so.1.0(_PyEval_EvalFrameDefault+0x9d68)[0x7f324e90e9c8]
/lib/x86_64-linux-gnu/libpython3.10.so.1.0(+0x1c23af)[0x7f324ea553af]
/lib/x86_64-linux-gnu/libpython3.10.so.1.0(_PyEval_EvalFrameDefault+0x9d68)[0x7f324e90e9c8]
/lib/x86_64-linux-gnu/libpython3.10.so.1.0(+0x1c23af)[0x7f324ea553af]
/lib/x86_64-linux-gnu/libpython3.10.so.1.0(_PyEval_EvalFrameDefault+0x829e)[0x7f324e90cefe]
/lib/x86_64-linux-gnu/libpython3.10.so.1.0(+0x1c23af)[0x7f324ea553af]
/lib/x86_64-linux-gnu/libpython3.10.so.1.0(_PyEval_EvalFrameDefault+0x829e)[0x7f324e90cefe]
/lib/x86_64-linux-gnu/libpython3.10.so.1.0(+0x1c23af)[0x7f324ea553af]
/lib/x86_64-linux-gnu/libpython3.10.so.1.0(PyEval_EvalCode+0xbe)[0x7f324ea503de]
/lib/x86_64-linux-gnu/libpython3.10.so.1.0(+0x1bd96d)[0x7f324ea5096d]
/lib/x86_64-linux-gnu/libpython3.10.so.1.0(+0x1287b3)[0x7f324e9bb7b3]
--- END LIBC BACKTRACE ---
For more info on how to address this issue, please visit https://www.gem5.org/documentation/general_docs/common-errors/
Aborted
Can someone please help to resolve this issue ?
Beta Was this translation helpful? Give feedback.
All reactions