Consultor Eletrônico



Kbase P119028: SQL-92 clients crash randomly with error 48 when connecting to the database
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   25/09/2006
Status: Unverified

FACT(s) (Environment):

OpenEdge 10.0B
HP-UX 11i

SYMPTOM(s):

SQL-92 clients crash randomly with error 48 when connecting to the database

SYSTEM ERROR: Bus error. (48)

The _sqlsrv2 process dies within the memset function

Stack trace produced by _sqlsrv2 reads:
memset
init
create_cache
__ct
rss_init

CAUSE:

The OS maxuprc and max_thread_proc kernel parameters are preventing the _sqlsrv2 to acquire more memory.

FIX:

Increase the kernel parameters, e.g.:
maxuprc = 3277
max_thread_proc = 2048