Продается имущественный комплекс спортив ного клуба

2008-06-30 Thread giff ambrose
Продается имущественный комплекс спортивного клуба quot;Красная стрелаquot; в СВАО г. Москва с согласованным многофункциональным офисно - гостиничным центром включающий в себя спортивный клуб. Подробности по телефону: / 4 9 5 / 5000303 www .kupiproekt .su

Fix ia64 clone2 (pthread_create) tracing with -f

2008-06-30 Thread Jan Kratochvil
Hi, this testcase crashes the child on ia64: $ cat thread.c EOH; gcc -o thread thread.c -pthread; strace -f ./thread #include pthread.h void *start (void *arg) { return arg; } pthread_t thread1; int main () { pthread_create (thread1, NULL, start, NULL); sleep (1); return 0; } EOH

Re: Fix vfork-by-clone tracing (on ia64)

2008-06-30 Thread Dmitry V. Levin
On Mon, Jun 30, 2008 at 03:25:58PM +0200, Jan Kratochvil wrote: [...] this testcase hangs on ia64: $ echo 'int main () { return vfork (); }' vfork.c; gcc -o vfork vfork.c; strace -f ./vfork execve(./vfork, [./vfork], [/* 41 vars */]) = 1 ... clone(Process 2929 attached (waiting for