From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: Fwd: Fwd: LibXL Date: Tue, 22 Sep 2015 10:51:34 +0100 Message-ID: <1442915494.10338.128.camel@citrix.com> References: <1442911546.10338.111.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: kumara rathnavel , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org 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.