retitle 387498 [hppa] system() hangs when compiled with -pg (gprof profiling)
thanks

On Thu, Nov 09, 2006 at 11:48:13AM +0100, Aurelien Jarno wrote:
> 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.
> 

I confirm that the bug is also fixed on mipsel.
 

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

Reply via email to