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

RE: build error on win32

From: Sander Striker <striker_at_apache.org>
Date: 2002-05-29 23:32:03 CEST

I'm on it.
Expect fixes tonight.

Sander

> From: Branko Cibej [mailto:brane@xbc.nu]
> Sent: 29 May 2002 23:10

> Ho hum. I think there's also a bug in apr_pool_initialize. The sequence
> there is
>
> apr_allocator_create(&global_allocator)
> apr_pool_create_ex(&global_pool, ...., global_allocator)
> apr_thread_mutex_create(&mutex, ...)
> apr_allocator_set_mutex(global_allocator, mutex)
>
> But apr_pool_create_ex will call apr_allocator_alloc on the provided
> allocator, and that will call apr_thread_mutex_lock ... on an
> uninitialized mutex, no less.
>
> At least, I /think/ that's the problem. Definitely all SVN tests on
> Windows are crashing in the mutex lock in apr_allocator_alloc, and that
> mutex definitely hasn't been initialized.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jun 1 14:23:17 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.