Bug#387498: mips: system() hangs when compiled with -pg (gprof profiling(.
Package: libc6
Version: 2.3.6-16
Severity: serious
Greetings!  
Is there any quick workaround here -- this is holding up
gcl/maxima/acl2/axiom. 
Take care,
=============================================================================
camm@vaughan:~$ cat >t.c
int
main(int argc,char * argv[]) {return system(argv[1]);}
camm@vaughan:~$ camm@vaughan:~$ cc -g t.c -o t
camm@vaughan:~$ ./t "echo g"
g
camm@vaughan:~$ echo $?
0
camm@vaughan:~$ cc -g -pg t.c -o t
camm@vaughan:~$ ./t "echo g"
[1]+  Stopped                 ./t "echo g"
camm@vaughan:~$ cat >t.c
int
main(int argc,char * argv[]) {return system(argv[1]);}
camm@vaughan:~$ camm@vaughan:~$ cc -g t.c -o t
camm@vaughan:~$ ./t "echo g"
g
camm@vaughan:~$ echo $?
0
camm@vaughan:~$ cc -g -pg t.c -o t
camm@vaughan:~$ ./t "echo g"
[1]+  Stopped                 ./t "echo g"
-- 
Camm Maguire			     			camm@enhanced.com
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah
-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.25
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages libc6 depends on:
ii  tzdata                        2006g-2    Time Zone and Daylight Saving Time
libc6 recommends no packages.
-- no debconf information
Reply to: