On Sat, 1 Dec 2001, Christoph Reichenbach wrote:

> Hi Matt,
>
>
> On Fri, 30 Nov 2001, Matt wrote:
>
> > > > > ">heapobj 0xb7d0
> > > > > Clone AutoDoor
> > > [..]
> > >
> > > Is this the object the selector lookup fails for?
> >
> > Yes. It doesn't show me as much information as normal because I'm
> > inspecting the memory address of the object (AutoDoor) instead of by name.
>
> It _should_ display everything (except for the function selectors)...

It only appears to do that when inspecting an object by it's name. When I
specify the memory location in the original SCI debugger, it gives me a
memory dump like I sent. I can't inspect AutoDoor by name since it appears
to be a clone. When I try to inspect it by name, I get a "different"
AutoDoor.

> When did you inspect the object? Some time before the problem in the
> kernel function, or right in the last interpreter step before it happened?
> We'll need the latter; please check if the script the object belongs to is
> still loaded ('scripttable', then search for a script with a maximal
> offset less than 0xb7d0 and verify that the object is in there ('size',
> 'dissectscript')).

I'll try this after I try to get more information on the CB1 bug. (Unless
you want me to try this on PQ2 first -- let me know.)

Thanks for the help, Christoph!

--
http://www.clock.org/~matt


Reply via email to