[opensuse-amd64] this is a shell issue?
Hello list, I find a strange problem now. The system is openSuSE 10.2 x86-64 (2.6.18.8-0.1-default). When I was used gdb, this was generated. the following are the procedures. [foo] > ps PID TTY TIME CMD 29508 pts/5 00:00:00 bash 29545 pts/5 00:00:00 ps And switches to another terminal "bar" here. [bar] > gdb -q -p 29508 Attaching to process 29508 [...] 0x00002b9129d41200 in __read_nocancel () from /lib64/libc.so.6 (gdb) p write(1, "Hallo, SuSE\n", 12) $1 = 12 Then check the "foo" terminal. [foo] > Hallo, SuSE Ok, let's advance processing on the "bar" terminal. (gdb) c Continuing. Program exited normally. (gdb) Suddenly, the bash as "foo" exited here. I was expecting to stop at the "Continuing.". but I don't know what the cause. Does anyone know this cause? Thanks, eshsf --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-amd64+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-amd64+help@opensuse.org
participants (1)
-
eshsf