Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segfault when take a ready snapshot #508

Open
m4p1e opened this issue Oct 2, 2024 · 1 comment
Open

Segfault when take a ready snapshot #508

m4p1e opened this issue Oct 2, 2024 · 1 comment

Comments

@m4p1e
Copy link

m4p1e commented Oct 2, 2024

I have tried following ways

LD_PRELOAD=xxx/libs2e-x86_64.so xxx/qemu-system-x86_64 -enable-kvm  \
-drive if=ide,index=0,file=./image.raw.s2e,format=s2e,cache=writeback \
-serial file:./serial2.txt -enable-serial-commands \
-net none -net nic,model=e1000 \
-m 512M \
-nographic -monitor null

and

LD_PRELOAD=xxx/libs2e-x86_64.so xxx/qemu-system-x86_64 -enable-kvm  \
-drive if=ide,index=0,file=./image.raw.s2e,format=s2e,cache=writeback \
-serial file:./serial2.txt  \
-net none -net nic,model=e1000 \
-m 512M \
-nographic

and type savevm ready in qemu console. But they both show segfaults. It can be solved by modifying the snapshot name i.e., change ready to ready.ready. The image (ubuntu 22.04) is downloaded from our links.

@vitaly-cyberhaven
Copy link

Please attach a stack trace.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants