
4 Feb
2002
4 Feb
'02
11:33 a.m.
Hi!
Arie> The following crash was encountered accidentally, when I was Arie> trying to load a bunch of arbitrary MIB files. I have nailed Arie> this down to this sequence:
Arie> 1. smiLoadModule(UCD-DLMOD-MIB.txt) Arie> 2. smiLoadModule(UCD-SNMP-MIB.txt)
Arie> The first call completes successfully. Arie> In the second call, libSMI crashes.
I could not reconstruct your problem.
Please ensure that - the smiLoadModule() calls are successful (rc != NULL), and - the modules contain valid SMI code (e.g. using smilint beforehand).
Maybe, some of the required modules cannot be found in your module search path.
-frank