diff options
Diffstat (limited to 'results/scraper/launchpad-without-comments/1694998')
| -rw-r--r-- | results/scraper/launchpad-without-comments/1694998 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1694998 b/results/scraper/launchpad-without-comments/1694998 new file mode 100644 index 00000000..e5e53556 --- /dev/null +++ b/results/scraper/launchpad-without-comments/1694998 @@ -0,0 +1,11 @@ +PPC: msgsnd instruction leads to assertion + +I tried to send doorbells (using msgsnd) between cores in guest OS. On QEMU v2.9.0 usage of msgsnd instruction leads to error: +ERROR: <...>/qemu-new/translate-common.c:34:tcg_handle_interrupt: assertion failed: (qemu_mutex_iothread_locked()) + + +QEMU v2.8.0 works fine. + +QEMU run options: qemu-system-ppc -serial stdio -M ppce500 -cpu e500mc -smp 2 -m 512M -kernel pok.elf + +pok.elf attached \ No newline at end of file |