Server Management - Systems Insight Manager
1752586 Members
4399 Online
108788 Solutions
New Discussion

Re: cmahealthd terminating almost immediatly with segfault

 
UlfZimmermann
Occasional Contributor

cmahealthd terminating almost immediatly with segfault

I have 2 servers where we installed RHEL 5 U5 x86_64. Upgraded to the latest psp, which includes hp-snmp-agents-9.0.048-51.rhel5.x86_64.rpm. When we start the hp-snmp-agents, everything starts but cmahealthd terminates after having written one set of files to /var/spool/compaq/hpasm/registry/health with a segfault:

 

Apr 22 01:32:53 dbtest01 kernel: cmahealthd[28478]: segfault at 000000000000000f rip 000000000099f055 rsp 00000000ffa2cb3c error 4

 

strace doesn't show anything useful to figure out why:

 

open("/var/spool/compaq/hpasm/registry/health/redundantfan.1.9", O_RDWR|O_CREAT, 0640) = 10
fchmod(10, 02640)                       = 0
write(10, "\4W\0\0/var/spool/compaq/hpasm/regi"..., 1096) = 1096
close(10)                               = 0
open("/var/spool/compaq/hpasm/registry/health/redundantfan.1.9", O_RDWR|O_CREAT, 0640) = 10
fchmod(10, 02640)                       = 0
write(10, "\4W\0\0/var/spool/compaq/hpasm/regi"..., 1096) = 1096
close(10)                               = 0
open("/var/spool/compaq/hpasm/registry/health/redundantfan.1.9", O_RDWR|O_CREAT, 0640) = 10
fchmod(10, 02640)                       = 0
write(10, "\4W\0\0/var/spool/compaq/hpasm/regi"..., 1096) = 1096
close(10)                               = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---

 

Anyone seen the same problem? Anyone know a work around?

 

1 REPLY 1
Michael Greco
Occasional Advisor

Re: cmahealthd terminating almost immediatly with segfault

I have the exact same issue. Still working on the issue but it looks like a downgrade is in order.