Re: What is wrong with this picture? (more)

Juergen Schoenwaelder (schoenw@cs.utwente.nl)
Wed, 19 Mar 1997 15:12:53 +0100

rdm@tad.micro.umn.edu said:

rdm> I'm right now running tests (make check), and I am getting a lot
rdm> messages like:

rdm> ==== Test generated error:
rdm> can not connect straps socket: no such file or directory
rdm> straps: unable to bind trap socket: Address already in use

Another process has already uses the trap socket udp:162. You have to
decide whether scotty processes of something else should get this
port. Scotty will work without, except that you will not receive any
traps/informs.

rdm> Also, I'm still getting core dumps from scotty. Here's a
rdm> backtrace from one of them:

rdm> #0 0xef5e2d3c in strcpy ()
rdm> #1 0xef525018 in DecodePDU ()

There is only one strcpy call in DecodePDU and I don't see why it
should cause a core dump. It might help to compile everything with
debugging symbols and to check which arguments for strcpy causes the
problem.
Juergen

-- 
Juergen Schoenwaelder schoenw@cs.utwente.nl http://www.cs.utwente.nl/~schoenw
Computer Science Department, University of Twente,   (Fax: +31-53-489-3247)
P.O. Box 217, NL-7500 AE Enschede, The Netherlands.  (Tel. +31-53-489-3678)
--
!! 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.