Re: current CVS libpthread makes trivial programs linked to it hang

2008-09-27 Thread Samuel Thibault
Neal H. Walfield, le Sat 27 Sep 2008 09:15:25 +0200, a écrit : > At Sat, 27 Sep 2008 00:55:31 +0200, > Samuel Thibault wrote: > > There seems to be at least two issues: > > > > if (_pthread_self ()) > > > > doesn't actually make sense since _pthread_self() already asserts(self), > > so the assert

Re: new Translator??

2008-09-27 Thread Samuel Thibault
മഹേഷ് മുകുന്ദന് | Mahesh M, le Sat 27 Sep 2008 13:41:09 +0530, a écrit : > Is it a good idea to have a translator that works for supporting programs > that depends on Linux kernel modules? So that one day we can run any > completly-Linux-kernel-dependent-program out here? That wouldn't be a mere

new Translator??

2008-09-27 Thread മഹേഷ് മുകുന്ദ ന് | Mahesh M
HI.. Is it a good idea to have a translator that works for supporting programs that depends on Linux kernel modules? So that one day we can run any completly-Linux-kernel-dependent-program out here? Is it feasible or just a waste of time? -- Mahesh M Happy hacking... , ,

Re: current CVS libpthread makes trivial programs linked to it hang

2008-09-27 Thread Neal H. Walfield
At Sat, 27 Sep 2008 00:55:31 +0200, Samuel Thibault wrote: > There seems to be at least two issues: > > if (_pthread_self ()) > > doesn't actually make sense since _pthread_self() already asserts(self), > so the assertion will be triggered inside it. This is true for the Hurd on Mach implementat