[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#387498: marked as done ([hppa] system() hangs when compiled with -pg (gprof profiling))



Your message dated Tue, 9 Jan 2007 21:06:40 -0700
with message-id <[🔎] 20070110040639.GD1168@colo>
and subject line not reproducible on hppa either
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
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


--- End Message ---
--- Begin Message ---
I tried to reproduce on an hppa system running latest etch bits:

dannf@hppa:~$ uname -a
Linux hppa 2.6.18-3-parisc #1 Mon Dec 4 09:17:59 MST 2006 parisc
GNU/Linux
dannf@hppa:~$ cat > t.c
int
main(int argc,char * argv[]) {return system(argv[1]);}
dannf@hppa:~$ cc -g t.c -o t
dannf@hppa:~$ ./t "echo g"
g
dannf@hppa:~$ echo $?
0
dannf@hppa:~$ cc -g -pg t.c -o t
dannf@hppa:~$ ./t "echo g"
g

I also cannot reproduce on a parisc64 system.
So, I'm gonna go ahead and close this bug. Please reopen if you are
still able to reproduce.

-- 
dann frazier


--- End Message ---

Reply to: