[Xapian-devel] xapian csharp bindings crash

Olly Betts olly at survex.com
Thu Jul 7 12:03:00 BST 2011


On Thu, Jul 07, 2011 at 01:01:23PM +0200, Greg wrote:
> On Thu, Jul 7, 2011 at 12:37 PM, Olly Betts <olly at survex.com> wrote:
> > On Thu, Jul 07, 2011 at 11:29:14AM +0200, Greg wrote:
> >> result = (bool)Xapian_MSetIterator_equals((Xapian::MSetIterator const
> >> *)arg1,(Xapian::MSetIterator const &)*arg2);
> >
> > If you can get this up in an interactive debugger, then it might be
> > interesting to see what *arg1 and *arg2 look like.
> I actually have a debugger open right now, they both point to the same
> memory location namely 0x00000000`0268b8f0 which doesn't mean much to
> me.

By *arg1 and *arg2 I mean the results of dereferencing the pointers,
not the values of the pointers themselves.

Cheers,
    Olly



More information about the Xapian-devel mailing list