|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] qemu-dm crashing under 3.1
> > The only thing that strikes me as odd is the value of ioh->fd...
isn't
> > that a little bit high for a fd number?
>
> That looks like the VNC / event loop corruption bug Anthony & myself
fixed
> in upstream QEMU a few months back. You might want to give the
attached
> patch a go & see if it helps.
>
The point I got to in looking through the code was that the vnc_read
function could close the fd and deallocate things before the second
FD_ISSET function... I assume that's what your patch fixes?
I can no longer make it crash with your patch applied, so I believe it
is fixed. Woohoo!
Could the same race condition occur in any other code paths? The other
crash I've seen appears to be similar but not related to the vnc
stuff...
Thanks!
James
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|