MOO-cows Mailing List Archive

[Prev][Next][Index][Thread]

'Nother panic



This one wasn't directly related to tasks.  I guess I'm just going to
have to get Pavel to get me a half gig drive to hold the core file so
we can have some chance at actually debugging this.  This time the
panic dump wrote out properly so we didn't lose big.

Note that in other LambdaCore based MOO's line 5 of this verb
($object_utils:descendants) is
 5:    result = {@result, @this:descendants(x)};
It's pretty scary if list splicing or verb calling is broken!

Sep 15 12:21:06: *** PANIC: Caught signal 11
Sep 15 12:21:06: #3669:descendants descendents, line 5:  server panic
Sep 15 12:21:06: ... called from #3133:refuses_action (this == #97363), line 5
Sep 15 12:21:06: ... called from #17755:is_unlocked_for (this == #83288), line 2
Sep 15 12:21:06: ... called from #3:acceptable (this == #83288), line 2
Sep 15 12:21:06: ... called from #27777:acceptable (this == #83288), line 6
Sep 15 12:21:06: ... called from #17755:acceptable (this == #83288), line 1
Sep 15 12:21:06: ... called from #156:acceptable (this == #83288), line 2
Sep 15 12:21:06: ... called from #355:ok_destination (this == #73946), line 2
Sep 15 12:21:06: ... called from #355:should_follow (this == #73946), line 2
Sep 15 12:21:06: ... called from #355:do_follow (this == #73946), line 1
Sep 15 12:21:06: ... called from #355:maybe_follow (this == #73946), line 4
Sep 15 12:21:06: (End of traceback)
Sep 15 12:21:06: PANIC-DUMPING on lambda.db.new.PANIC ...
...
Sep 15 12:57:54: PANIC-DUMPING on lambda.db.new.PANIC finished


Follow-Ups:

Home | Subject Index | Thread Index