WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] pthread segfault

To: "Scott R. Parish" <srparish@xxxxxxxxxx>
Subject: Re: [Xen-devel] pthread segfault
From: Ian Pratt <Ian.Pratt@xxxxxxxxxxxx>
Date: Wed, 24 Nov 2004 02:11:49 +0000
Cc: xen-devel@xxxxxxxxxxxxxxxxxxxxx, Ian.Pratt@xxxxxxxxxxxx
Delivery-date: Wed, 24 Nov 2004 02:19:02 +0000
Envelope-to: xen+James.Bulpin@xxxxxxxxxxxx
In-reply-to: Your message of "Tue, 23 Nov 2004 23:48:17 GMT." <20041123234638.GA320@xxxxxxxxxx>
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
> I compiled 2.0.1 from source.
> 
> dom0 is running debian--working fine
> 
> dom1 is running arch--boots fine but applications linked to pthread
> segfault when pthread goes to access gs. I would think that this is the
> tls problem, but i renamed tls.

This is pretty surprising. 

The -ve segment emulation stuff should be able to handle all the
different forms of tcb and tls access we know about.

What happens if you don't move tls out the way? It'll be slower,
but should work. (is it falling back to 686? -- "ldd /bin/sleep"
will tell you).

What glibc version is it using?

Can you get a debugger to look at the operands to the faulting
instuction.

Thanks,
Ian


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

<Prev in Thread] Current Thread [Next in Thread>