1833875 Members
3300 Online
110063 Solutions
New Discussion

Re: Bash memory fault

 
Luis Paulo Pontes
New Member

Bash memory fault

When I run bash i'm getting this:

/root# bash
Memory fault(coredump)

After:

/root# file core
core: core file from 'bash' - received SIGSEGV


/root# what core
core:
Bash version 2.05.0(2) release GNU
$ PATCH/11.00:PHCO_20765 Jan 6 2000 15:31:29 $
SMART_BIND
92453-07 dld dld dld.sl B.11.13 990903
/


What happing ??
2 REPLIES 2
Paula J Frazer-Campbell
Honored Contributor

Re: Bash memory fault

Hi

Normally a SIGSEGV indicates that :-

maxdsiz param.
maxssiz param.

might be too low.

Paula
If you can spell SysAdmin then you is one - anon
hpuxrox
Respected Contributor

Re: Bash memory fault

Yes, You need to bump up maxssiz. Try 32M.