[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] libxl: cannot start guest
Ian Campbell writes ("Re: [Xen-devel] libxl: cannot start guest"): > On Mon, 2012-05-21 at 16:44 +0100, Christoph Egger wrote: > > libxl: error: libxl_xshelp.c:102:libxl__xs_get_dompath: failed to get > > dompath for 7: Bad file descriptor > > This is back to the original issue, I think the last couple of mails > have been something of a tangent since you weren't getting as far as > this failure. > > I'm not really sure what to suggest here -- something is either closing > the fd or scribbling over the memory which contains it. I would strace (on BSD, ktrace?) the process. That would tell you whether the fd was being closed and if so when. If it's not being closed then the fd value is being overwritten and a gdb hardware watchpoint will find where. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |