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

Re: svn_client_status woes

From: Justin Erenkrantz <jerenkrantz_at_apache.org>
Date: 2002-08-11 00:10:55 CEST

On Sat, Aug 10, 2002 at 03:03:48PM -0700, Brent R. Matzelle wrote:
> Here is the backtrace produced from gdb:
>
> #0 0x40092190 in apr_palloc (pool=0x0, size=32) at apr_pools.c:613
> #1 0x400865cb in apr_hash_make (pool=0x0) at apr_hash.c:135
> #2 0x4003bb61 in svn_client_status (statushash=0xbfffebac,
> youngest=0xbfffebb0, path=0x81235ac "/home/brent/.bash_logout",
> auth_baton=0x8105d70, descend=0, get_all=1, update=0, pool=0x0)
> at subversion/libsvn_client/status.c:151

apr_hash_make is getting passed with a NULL pool parameter. That
is your culprit. -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Aug 11 00:11:27 2002

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.