[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [Bug 1066909] [NEW] App-level clone emulation for microblaz
From: |
Bugdal |
Subject: |
[Qemu-devel] [Bug 1066909] [NEW] App-level clone emulation for microblaze is broken |
Date: |
Mon, 15 Oct 2012 14:26:11 -0000 |
Public bug reported:
When CLONE_THREAD is used, the new process starts with the program
counter pointing to the system call instruction, rather than the
instruction immediately following it. This causes an infinite cascade
(linear growth, not exponential) of thread creation, which quickly
crashes when the threads start running and they're all using the same
stack.
I'm using qemu 1.1.2 packaged with Debian, but I'm not aware of any
fixes since then that would address the problem.
I can provide a test program if needed; a short C program using
syscall() directly or an even-shorter asm program can demonstrate the
issue without need for debugging around pthread library routines.
** Affects: qemu
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1066909
Title:
App-level clone emulation for microblaze is broken
Status in QEMU:
New
Bug description:
When CLONE_THREAD is used, the new process starts with the program
counter pointing to the system call instruction, rather than the
instruction immediately following it. This causes an infinite cascade
(linear growth, not exponential) of thread creation, which quickly
crashes when the threads start running and they're all using the same
stack.
I'm using qemu 1.1.2 packaged with Debian, but I'm not aware of any
fixes since then that would address the problem.
I can provide a test program if needed; a short C program using
syscall() directly or an even-shorter asm program can demonstrate the
issue without need for debugging around pthread library routines.
To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1066909/+subscriptions
[Prev in Thread] |
Current Thread |
[Next in Thread] |