Operating System - HP-UX
1833522 Members
2895 Online
110061 Solutions
New Discussion

OS signal SIGSEGV received

 
justin berkman
Frequent Advisor

OS signal SIGSEGV received

hi guys


I have problem with application :

An alarm has been detected by Genesys Solution Magement Layer.

Alarm Reaction: BO_TServer_Crash_OS_Signal_EMAIL

Alarm Condition:
ID: 149
Name: ERS_TServer_BCK_BO_Crash_OSSignal
category: Critical
Application:
ID: 285
Name: ERS_TServer_BCK_BO
Type: TServer
Message:
ID: 2024
Msg description:
OS signal SIGSEGV received


can I resolve this problem?

I have see on itrc that the cause of problem can parameters kernel .

thanx
6 REPLIES 6
G. Vrijhoeven
Honored Contributor

Re: OS signal SIGSEGV received

Hi,

increase maxdsize / maxdsize_64bits

Gideon
G. Vrijhoeven
Honored Contributor

Re: OS signal SIGSEGV received

Hi,

increase maxdsize / maxdsize_64bit

Gideon
T G Manikandan
Honored Contributor

Re: OS signal SIGSEGV received

you have to increase these kernel parameter values to avoid SIGSEGV problems.

maxdsiz_64bit
maxtsiz_64bit
maxssiz_64bit
maxdsiz
maxssiz
maxtsiz
These kernel parameters default have some values like 64M.
The reason for having the parameters as low is to avoid processes running away from taking too much memory.
It depends on the application you use.

How much is your system having.
you can also decrease the amount of buffer cache as it is too high 50% half of the memroy(dbc_max_pct)


Revert



Thanks
Mike Fisher_1
Frequent Advisor

Re: OS signal SIGSEGV received

Hi,

increase maxdsize / maxdsize_64bits

:) I couldn't help myself
Ta Gideon

Mike [no points please] Fisher
Time flies like an arrow. Fruit flies prefer a banana.
Pete Randall
Outstanding Contributor

Re: OS signal SIGSEGV received

you have to increase these kernel parameter values to avoid SIGSEGV
problems.

maxdsiz_64bit
maxtsiz_64bit
maxssiz_64bit
maxdsiz
maxssiz
maxtsiz
These kernel parameters default have some values like 64M.
The reason for having the parameters as low is to avoid processes
running away from taking too much memory.
It depends on the application you use.

How much is your system having.
you can also decrease the amount of buffer cache as it is too high 50%
half of the memroy(dbc_max_pct)


Revert



Thanks



jimmy

Pete
T G Manikandan
Honored Contributor

Re: OS signal SIGSEGV received