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

Unhandled exception when stopping apache

From: Jens Peters <jpeters7677_at_gmx.de>
Date: 2007-02-24 13:04:04 CET

Hello there.

With my apache/svn version I will get an unhandled exception when
exiting the webserver.

First things first: my setup:
Apache 2.0.59, APR 0.9.12, SVN 1.4.3, BDB 4.4.20 (incl. 4 patches), Neon
   0.26.3 (without SSPI).

Everything is compiled with VS 2005 SP1. The build itself seems to be
fine. The bdb testsuite, svn local and svn dav test suite were running
just fine, the svn test finishes without failure.

The exception I got happens during the stop of the webserver, either
stopping the service, or hitting crtl+c. This is the stacktrace and the
exact error message:

libapr.dll!run_cleanups(cleanup_t * * cref=0x00000000) Line 1960 C
libapr.dll!apr_pool_destroy(apr_pool_t * pool=0x0095aba0) Line 734 C
libapr.dll!apr_pool_destroy(apr_pool_t * pool=0x003d4d68) Line 728 +
0x6 bytes C
libapr.dll!apr_pool_terminate() Line 556 C
libapr.dll!apr_terminate() Line 215 C
Apache.exe!destroy_and_exit_process(process_rec * process=0x00000000,
int process_exit_value=0) Line 216 C
Apache.exe!__tmainCRTStartup() Line 597 + 0x17 bytes C

Unhandled exception at 0x00c06b00 in Apache.exe: 0xC0000005: Access
violation reading location 0x00c06b00.

To reproduce the exception I just have to touch a bdb repository (eg.
browsing or just doing svn up) and then stop apache. The exception does
Not happen when shutting down after touching a fsfs repository or
browsing html stuff.

Does anyone has any ideas?

Regards,
Jens

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Feb 24 13:04:50 2007

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.