I ran the agent in GDB, and was able to fix the problem.
A very basic mistake .. declaring a string using "char
*text" and subsequently using it without initialization.
This was causing a stack overflow randomly.
Thanks for all your help.
Ayan
On Fri, 8 Sep 2006 20:54:39 +0100
&q
es invariably crashes the agent.
The problem disappears if embedded perl is enabled.
Thanks,
Ayan
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology
greatly appreciate the
help.
Thanks in advance,
Ayan
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM
I am appending relevant sections of code/MIB below.
Thanks in advance,
Ayan
1. MIB file header:
IPCompanion-MIB DEFINITIONS ::= BEGIN
IMPORTS
mgmt, internet
FROM RFC1155-SMI
OBJECT-TYPE
FRO
NMP_ERR_GENERR;
}
return SNMP_ERR_NOERROR;
}
===
Any advice on how to resolve this problem would be greatly
appreciated. Going through the mail archives, I noticed
that a similar bug was