Re: [Qemu-devel] [PATCH] fix SMB-related lockup on some systems

2007-09-12 Thread Thiemo Seufer
Jörg Walter wrote: > Hi! > > I have found a bug where qemu would sit in an endless loop whenever "-smb" > was > enabled and accessed. It is probably the same problem some people in the user > forums talk about, and here's my analysis and fix: > > On glibc systems with NPTL, fork() is not atomi

[Qemu-devel] [PATCH] fix SMB-related lockup on some systems

2007-08-27 Thread Jörg Walter
Hi! I have found a bug where qemu would sit in an endless loop whenever "-smb" was enabled and accessed. It is probably the same problem some people in the user forums talk about, and here's my analysis and fix: On glibc systems with NPTL, fork() is not atomic with regard to signals, while on