reassign 387498 linux-2.6
retitle 387498 [hppa/mipsel] system() hangs when compiled with -pg (gprof 
profiling)
thanks

> =============================================================================
> [EMAIL PROTECTED]:~$ cat >t.c
> int
> main(int argc,char * argv[]) {return system(argv[1]);}
> 
> [EMAIL PROTECTED]:~$ [EMAIL PROTECTED]:~$ cc -g t.c -o t
> [EMAIL PROTECTED]:~$ ./t "echo g"
> g
> [EMAIL PROTECTED]:~$ echo $?
> 0
> [EMAIL PROTECTED]:~$ cc -g -pg t.c -o t
> [EMAIL PROTECTED]:~$ ./t "echo g"
> 
> 
> 
> [1]+  Stopped                 ./t "echo g"
> [EMAIL PROTECTED]:~$ cat >t.c
> int
> main(int argc,char * argv[]) {return system(argv[1]);}
> 
> [EMAIL PROTECTED]:~$ [EMAIL PROTECTED]:~$ cc -g t.c -o t
> [EMAIL PROTECTED]:~$ ./t "echo g"
> g
> [EMAIL PROTECTED]:~$ echo $?
> 0
> [EMAIL PROTECTED]:~$ cc -g -pg t.c -o t
> [EMAIL PROTECTED]:~$ ./t "echo g"
> 
> 
> 
> [1]+  Stopped                 ./t "echo g"
> 

I confirm the problem is solved with the latest kernel (2.6.18-4) on 
mips. I will test on hppa and mipsel later.

That proves that the bug is really a kernel bug and not a libc6 bug, I 
am therefore reassigning the bug to linux-2.6 only.

-- 
  .''`.  Aurelien Jarno             | GPG: 1024D/F1BCDB73
 : :' :  Debian developer           | Electrical Engineer
 `. `'   [EMAIL PROTECTED]         | [EMAIL PROTECTED]
   `-    people.debian.org/~aurel32 | www.aurel32.net

Reply via email to