
Hi!
I'm getting a segmentation fault in smiLoadModule when the mibs imported by the mib I load cannot be found. Also, the error comes *not* while loading the errant module, but when I call smiLoadModule for the next mib. (I get the error messages on screen for the first mib saying such and such modules could not be loaded).
The debugger tells me that smiLoadModule calls loadModule on line (415)in smi.c which then calls a parse function on line (3461) in data.c, which then goes to parser-smi.y in line (2107), where the segmentation fault occurs in structure referred to as $6.
Thanks, Mayank.
-- !! This message is brought to you via the `libsmi' mailing list. !! Please do not reply to this message to unsubscribe. To subscribe or !! unsubscribe, send a mail message to libsmi-request@ibr.cs.tu-bs.de. !! See http://www.ibr.cs.tu-bs.de/projects/libsmi/ for more information.