reopen 318301
tags 318301 - moreinfo
tags 318301 - unreproducible
thanks
Hi,
bash has hang on my ibookg4 machine again;
it seems to do this after pressing ctrl-C
in the middle of input of command-line
strace -p 5317 shows it's looping at this state:
waitpid(-1, 0x7fc3ad18, WNOHANG|WUNTRACED) = 0
waitpid(-1, 0x7fc3ad18, WNOHANG|WUNTRACED) = 0
waitpid(-1, 0x7fc3ad18, WNOHANG|WUNTRACED) = 0
waitpid(-1, 0x7fc3ad18, WNOHANG|WUNTRACED) = 0
waitpid(-1, 0x7fc3ad18, WNOHANG|WUNTRACED) = 0
waitpid(-1, 0x7fc3ad18, WNOHANG|WUNTRACED) = 0
waitpid(-1, 0x7fc3ad18, WNOHANG|WUNTRACED) = 0
waitpid(-1, 0x7fc3ad18, WNOHANG|WUNTRACED) = 0
$ gdb /usr/bin/bash 5317
GNU gdb 6.3-debian
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "powerpc-linux".../usr/bin/bash: No such file or
directory.
Attaching to process 5317
Using host libthread_db library "/lib/tls/libthread_db.so.1".
Reading symbols from /bin/bash...(no debugging symbols found)...done.
Reading symbols from /lib/libncurses.so.5...(no debugging symbols found)...done.
Loaded symbols for /lib/libncurses.so.5
Reading symbols from /lib/tls/libdl.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/tls/libdl.so.2
Reading symbols from /lib/tls/libc.so.6...
(no debugging symbols found)...done.
Loaded symbols for /lib/tls/libc.so.6
Reading symbols from /lib/ld.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/ld.so.1
Reading symbols from /lib/tls/libnss_compat.so.2...(no debugging symbols
found)...done.
Loaded symbols for /lib/tls/libnss_compat.so.2
Reading symbols from /lib/tls/libnsl.so.1...
(no debugging symbols found)...done.
Loaded symbols for /lib/tls/libnsl.so.1
Reading symbols from /lib/tls/libnss_nis.so.2...(no debugging symbols
found)...done.
Loaded symbols for /lib/tls/libnss_nis.so.2
Reading symbols from /lib/tls/libnss_files.so.2...(no debugging symbols
found)...done.
Loaded symbols for /lib/tls/libnss_files.so.2
0x10037c98 in kill_pid ()
(gdb) bt
#0 0x10037c98 in kill_pid ()
#1 0x100382fc in kill_pid ()
#2 <signal handler called>
Cannot access memory at address 0xc04
$ uname -a
Linux ibookg4 2.6.12 #1 Sat Oct 8 21:10:01 JST 2005 ppc GNU/Linux
regards,
junichi
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]