Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10.2 9/18/84; site Shasta.ARPA
Path: utzoo!linus!philabs!cmcl2!seismo!harvard!talcott!panda!genrad!decvax!decwrl!Glacier!Shasta!mann
From: mann@Shasta.ARPA
Newsgroups: net.games.hack
Subject: Bug report
Message-ID: <7682@Shasta.ARPA>
Date: Tue, 20-Aug-85 02:19:37 EDT
Article-I.D.: Shasta.7682
Posted: Tue Aug 20 02:19:37 1985
Date-Received: Fri, 23-Aug-85 06:35:24 EDT
Distribution: net
Organization: Stanford University
Lines: 37

Thought I'd pass on this bug report, to see if anyone else has seen this
problem, and perhaps fixed it.

-----
Date: 19 Aug 1985 2158-PDT (Monday)
From: Lance Berc 
To: mann
Subject: Hack crash

Hack crashed after I went down from a level that had a shop keeper
looking for me. It was in onbill.

The stack dump is:

inshop+?
obfree+14
useup+42
doread+FC4
rhack+23C
main+A02
TeamRoot+264

I was in the process of reading a scroll at the time.

Needless to say, I was in the middle of a great game (many rings,
thousands of gold pieces, 59 hit points, etc.)

Oh well.

lance
----------

The crash was in the first call to onbill() in obfree() -- the one in the
initializer for "bp".  Not sure exactly where in onbill it crashed, but the
cause was dereferencing a null or garbage pointer.

	--Tim