Operating System - HP-UX
1759612 Members
3692 Online
108885 Solutions
New Discussion юеВ

ftp - memory fault (coredump)

 
S.Rider
Regular Advisor

ftp - memory fault (coredump)

When ftp'ing out from a couple servers, ftp get/put fails with a "memory fault (cvoredump). I can ftp from other servers into these servers without issues.
Users say it started yesterday morning - no changes had been made before that.
Ride Boldly Ride, but watch out for El Dorado's
5 REPLIES 5
Steven E. Protter
Exalted Contributor

Re: ftp - memory fault (coredump)

Hello Jay,
There are a number of updates to the ftp client in the itrc patch database.

Also the server.

Can you tell me what OS and client the users were using?

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
S.Rider
Regular Advisor

Re: ftp - memory fault (coredump)

It happens just ftp'ing between a couple 11.11 servers. Both were patched in October with a Customized-patch-Bundle we got from our HP engineer.
Ride Boldly Ride, but watch out for El Dorado's
Kent Ostby
Honored Contributor

Re: ftp - memory fault (coredump)

Jay -- check your patches.

Also check the "core" files with "file core" to see if this gives you more clues.

What OS revision do you have and what do you get if you do:

swlist -l product | grep -i ftp

"Well, actually, she is a rocket scientist" -- Steve Martin in "Roxanne"
rick jones
Honored Contributor

Re: ftp - memory fault (coredump)

the suggestion to look for the core files is very good - see if you can load them into a debugger and get a stack trace.

if the memory dumps are happening consistently, you might try tuscing the FTP client to see what the last system calls before failure might have been.

perhaps the client code has a malloc somewhere that is ass-u-me-ing it always succedes and isn't and your systems have gotten under some memory pressure or something - or maybe swap pressure. just a wag
there is no rest for the wicked yet the virtuous have no pillows
Fred.Wu
Frequent Advisor

Re: ftp - memory fault (coredump)

This type of problem is almost resolved by adding patch to system (if it can be resolved at last)
fred