Checkpoint Problems Continue

Jefferson M. Dubrule (igor@linguist.dartmouth.edu)
Sat, 26 Jul 1997 18:14:17 -0400 (EDT)


Jay Shepherd mumbled:
> 
> This worked!

Interesting...

> 
> I changed the code to just be:
> 
> notify(#95, "CP!");
> 
> and it worked.. 
> 
> Sooo what does this mean?  Maybe someone was right when they said there is
> some sort of internal error that is happening when run by the server that
> works when you call it directly.

Unlikely.
Verbs called by the server have a few funky propertie that make
ordinary verbs blow up in interesting ways:

player => #-1
caller_perms() => #-1
caller => #-1
callers() => {}

Evalling the following may give you the proper traceback:

;;player = #-1; set_task_perms(#-1); #0:

-manta