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

Re: vdelta

From: Justin Erenkrantz <jerenkrantz_at_ebuilt.com>
Date: 2002-01-09 08:10:38 CET

On Wed, Jan 09, 2002 at 04:35:06PM +1100, Malcolm Smith wrote:
> APR_DECLARE(void *) apr_palloc(apr_pool_t *pool, apr_size_t size)
> {
> node_t *active, *node;
> void *mem;
> char *endp;
>
> size = APR_ALIGN_DEFAULT(size);
> active = pool->active; <<<---- stop over this causes exception
>
> Have a done something wrong ?

I bet the pool is NULL. This is most likely someone missing an
apr_pool_create call and passing a NULL pool to apr_palloc.

Do you have a stacktrace?

(I'm not at all familiar with the "vdelta" code, so...) -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:55 2006

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.