panda-re / panda

Platform for Architecture-Neutral Dynamic Analysis
https://panda.re
Other
2.5k stars 479 forks source link

Segfault When SMP is Specified #1512

Open larkwiot opened 4 months ago

larkwiot commented 4 months ago

To reproduce:

docker pull pandare/panda:latest
docker run --rm -it pandare/panda:latest panda-system-x86_64 -smp 2
AndrewFasano commented 4 months ago

SMP is unsupported in panda. We should have an error message about this instead of segfaulting though.

Related to #152