On Tue, 2015-09-22 at 14:50 +0530, kumara rathnavel wrote:

> > I have attached my code. I have also attached the system call traces file
> > which was generated by the command truss for the command that was
> > successful through XL and the other one that failed where I used the call
> > directly.

I'm afraid that truss is of very little use for debugging these sorts of
issues.

What you need is to run the program under a debugger (such as gdb) and to
get a stack trace from the point of the segfault.

Ian.



_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to