[Bug 1813398] Re: qemu user calls malloc after fork in multi-threaded process

2021-06-19 Thread Launchpad Bug Tracker
[Expired for QEMU because there has been no activity for 60 days.] ** Changed in: qemu Status: Incomplete => Expired -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1813398 Title: qemu user c

[Bug 1813398] Re: qemu user calls malloc after fork in multi-threaded process

2021-04-20 Thread Thomas Huth
The QEMU project is currently considering to move its bug tracking to another system. For this we need to know which bugs are still valid and which could be closed already. Thus we are setting older bugs to "Incomplete" now. If you still think this bug report here is valid, then please switch the

[Qemu-devel] [Bug 1813398] Re: qemu user calls malloc after fork in multi-threaded process

2019-02-10 Thread Szabolcs Nagy
note that the bug affects qemu-user on a glibc system too in case malloc is interposed: glibc can only take the internal locks of its own malloc implementation, any other malloc has the same issue as musl's after fork. -- You received this bug notification because you are a member of qemu- devel-

[Qemu-devel] [Bug 1813398] Re: qemu user calls malloc after fork in multi-threaded process

2019-02-07 Thread Bugdal
I'm not sure how extensively the RCU code is used (it looks like not much), but I don't think this bug is fixable without disabling it, or at least getting rid of the RCU thread in cases where the emulated process is not multithreaded. -- You received this bug notification because you are a membe

[Qemu-devel] [Bug 1813398] Re: qemu user calls malloc after fork in multi-threaded process

2019-01-26 Thread Szabolcs Nagy
** Also affects: qemu Importance: Undecided Status: New ** No longer affects: qemu (Ubuntu) -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1813398 Title: qemu user calls malloc after fork