panda-re / panda

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

Segfault When SMP is Specified #1512

Open larkwiot opened 1 month ago

larkwiot commented 1 month ago

To reproduce:

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

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

Related to #152