|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-users] xm create of a VMX fails - qemu-dm gets SIGSEGV
On Wednesday 30 November 2005 16:09, Steve Dobbelstein wrote:
> Greetings, all.
>
> I'm having trouble getting a VMX domain started. I'm running on changeset
> 8119. Shortly after the "xm create" finishes the qemu-dm process goes
> defunct. I wrote a little script so that strace could attach to the
> qemu-dm process right after the "xm create" finishes:
The problem is ptsname(slave_fd) is returning NULL in the ioemu/vl.c code that
was introduced in changeset 8118:590915af8117.
I've changed ptsname to ttyname() and it works. Not sure if this is the right
fix.
Signed-off-by: Daniel Stekloff <dsteklof@xxxxxxxxxx>
ioemu-fix.patch
Description: Text Data
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- Re: [Xen-users] xm create of a VMX fails - qemu-dm gets SIGSEGV,
Daniel Stekloff <=
|
|
|
|
|