Bug report for scotty-2.1.5 on Digital Alpha

Hans Ranke (Hans.Ranke@Regent.E-Technik.TU-Muenchen.DE)
Mon, 17 Feb 1997 19:08:46 +0100

Environment: DEC Alpha computer running Digital Unix V3.2c.
On this machine a long int has 8 bytes.

Symptom: Scotty 2.1.5 compiles without problems, but when running
snmp.test it crashes with a Memory fault.

Analysis: In tnm/snmp/tnmMD5.h the Preprocessor symbol SIZEOF_LONG
is used to determine the definition of a 4-byte-integer.
SIZEOF_LONG is defined in unix/config.h. However, when compiling
tnmMD5.o, config.h is not included.

Fix: I made scotty work for me by adding '#include <config.h>'
at the beginning of tnmMD5.h.

Greetings, Hans

Hans Ranke Hans.Ranke@regent.e-technik.tu-muenchen.de
Lehrstuhl fuer Institute of
Rechnergestuetztes Entwerfen Electronic Design Automation
Technische Universitaet Muenchen Technical University of Munich, Germany
Phone +49 89 289 23660 Fax +49 89 289 23696

--
!! This message is brought to you via the `tkined & scotty' mailing list.
!! Please do not reply to this message to unsubscribe. To subscribe or
!! unsubscribe, send a mail message to <tkined-request@ibr.cs.tu-bs.de>.
!! See http://wwwsnmp.cs.utwente.nl/~schoenw/scotty/ for more information.