Operating System - HP-UX
1832275 Members
2125 Online
110041 Solutions
New Discussion

bash dumps a core when log in using SFTP

 
Jdamian
Respected Contributor

bash dumps a core when log in using SFTP

Hi

When bash is the login shell, the sftp command fails. A core of the bash command is dumped into the HOME directory of the user.

can anybody help me?

HP-UX 11.23
bash 3.00.14
secure shell A.04.50.021
3 REPLIES 3
Dennis Handly
Acclaimed Contributor

Re: bash dumps a core when log in using SFTP

You might try using gdb to get a stack trace:
gdb /path-to/bash core
(gdb) bt
(gdb) q
Steven Schweda
Honored Contributor

Re: bash dumps a core when log in using SFTP

> bash 3.00.14

Bash version 3.2 seems to be current.
Knowing nothing, I'd probably start with a
more up-to-date bash.

http://www.gnu.org/software/bash/
Jdamian
Respected Contributor

Re: bash dumps a core when log in using SFTP

.