Re: Scotty Seg V in kvm_open

Juergen Schoenwaelder (schoenw@ibr.cs.tu-bs.de)
Tue, 6 Feb 1996 23:03:01 +0100

Hi!

mta@fmrco.com (Michael Askew) said:

Michael> Has anybody seen this before?

> Core file is from "scotty".
> Program terminated with signal 11, Segmentation fault.
> (gdb) where
> #0 kvm_setproc ()
> #1 getProcStatus (...) (...) (0x31c28)
> #2 snmp_get_procinfo (...) (...) (0x30618)
> #3 Tcl_Eval (...) (...) (0x69e2c)

There is no procedure snmp_get_procinfo() in the scotty sources...

> #1 getProcStatus (interp=(struct Tcl_Interp *) 0x404960, callback=(char *) 0xf7fff04a "procinfo_callback") (snmpAgent.c:812)
> 812 "na.daemon");

Interesting. My version of snmpAgent.c is about 777 lines and this is
line 812 :-). Looks like you are using a very special scotty version
with added features. Please find out who wrote this code - I can't
help you here.

Juergen