Vanilla List Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [VANILLA-LIST:3224] Slot 0 Phasers have not recharged



On Thu, 15 Jun 2000, James Cameron wrote:
> Curious problem has appeared on continuum the last week or so.

What has happened to the server run on continuum since before this started
happening.  ie. when was the last time it was recompiled?  It is really
strange that this has never occurred for years, and then all of a sudden it
starts to happen to continuum.  I would think a recent code change is almost
certainly responsible.  If the struct before it in memory was used in an off
by one manner, an assignment to planets[MAXPLANETS].?? instead of stopping
at planets[MAXPLANETS-1], it would overwrite the phaser[0] structure.