Re: [uml-user] Segfault with pthreads and kernel 2.6.11 as guest

2005-05-10 Thread Markus Schulz
Am Montag, 9. Mai 2005 21:16 schrieb Blaisorblade: > On Monday 09 May 2005 16:31, Markus Schulz wrote: > > Hello, > > > > i've got segmentation faults with every self-made program based on > > pthread library in my debian-sarge guest system. > > On my host there is an debian-sarge 2.6.11.6-skas3-v8

Re: [uml-user] Segfault with pthreads and kernel 2.6.11 as guest

2005-05-09 Thread Blaisorblade
On Monday 09 May 2005 16:31, Markus Schulz wrote: > Hello, > > i've got segmentation faults with every self-made program based on pthread > library in my debian-sarge guest system. > On my host there is an debian-sarge 2.6.11.6-skas3-v8-rc5 running. Move /lib/tls to /lib/tls.away and retry. Then, f

[uml-user] Segfault with pthreads and kernel 2.6.11 as guest

2005-05-09 Thread Markus Schulz
Hello, i've got segmentation faults with every self-made program based on pthread library in my debian-sarge guest system. On my host there is an debian-sarge 2.6.11.6-skas3-v8-rc5 running. for instance this simple program segfaults: #include #include #include void * th