Clovertech
› Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › pstop from alert causes panic
Hello,
I have a last received alert that bounces a thread if nothing is received for 45 minutes.
qdx 5.5 r1
PANIC: “str != ((char *) 0)”
We’ve recently been receiving this exact same problem also.
Were you ever able to find a solution?
thanks
Dennis
I’m curious if you sleep 5 seconds before issuing the pstart does the problem still occur?
For example:
exec {hcicmd -p REF2 -c “ADT_F_HMS_S2 pstop”;sleep 5;hcicmd -p REF2 -c “ADT_F_HMS_S2 pstart”}
Russ Ross RussRoss318@gmail.com
good suggestion .. we are already sleeping 5 seconds …
we have made some changes to our limits (ulimit -a) and are hoping that will resolve the problem .. I’ll update the list ..
Since you mentioned ulimit, here are my settings for the hci user in the admin file /etc/security/limits
hci:
fsize = 2097151
core = 2048
cpu = -1
data = 786432
rss = 196608
stack = 196608
nofiles = 2048
These settings have been working for us okay.