[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: coredump! What am I doing wrong?

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2004-05-23 21:01:49 CEST

Nicolás Lichtmaier wrote:
>
>>> I'm experimenting with subversion's client library, and it dumps core
>>> if I don't apply this patch. Am I doing something wrong?
>>> (cfg is NULL and the program crashes when trying to put it into a
>>> hastable).
>>
>>
>> I think you just answered you own question. :-)
>>
> Why? Where? I'm only doing this:
>
> SVN_ERR(svn_client_log(targets, &start, &head, TRUE, FALSE,
> &log_receiver, NULL, ctx, pool));
>
> Should I call something before this?

The 'config' member of your 'ctx' is NULL. That's what it's trying to use.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun May 23 21:02:07 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.