MOO-cows Mailing List Archive
[Prev][Next][Index][Thread]
Re: panic from $player:recycle
-
Date: Wed, 17 Apr 1996 20:39:26 PDT
-
From: slayer@kaiwan.com
-
Content-Type: text/plain; charset="us-ascii"
At 08:18 PM 4/17/96 PDT, Pavel Curtis wrote:
>slayer@kaiwan.com writes:
>> Apr 17 09:37:21: *** PANIC: Caught signal 11
>> Apr 17 09:37:21: #6:recycle (this == #1816), line 18: server panic
>> Apr 17 09:37:21: (End of traceback)
>
>I can't help with this unless either (a) you can reliably reproduce it on a
>database to which I either have or can get access, or (b) you can send me the C
>stack trace from the core file this panic should have produced.
>
> Pavel
well, i figured out what it was, it was on a lambdacore, to be sure, and I
had recycle() protected with $server_options.protect_recycle, and i had a
$bf_recycle() that looked like this:
set_task_perms(caller_perms());
return caller_perms().wizard ? recycle(@args) | $recycler:_recycle(@args);
when i typed ;recycle(me) as two non-wiz characters it panicked.
it was an older core (1oct94) that didn't check if the object is actually a
player like the newer core does.
Home |
Subject Index |
Thread Index