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

Re: Crashes whilst importing from a repository dump

From: Evgeny Kotkov <evgeny.kotkov_at_visualsvn.com>
Date: Wed, 22 Jul 2015 18:59:08 +0300

Stefan Hett <stefan_at_egosoft.com> writes:

> Looks like the dumps are from a VisualSVN Server compiled version. Did you
> try contacting their support? Without the PDBs from their compiled version
> it's a bit difficult for other users like me to check the crash out...

Here is a proper stacktrace of the crash, reassembled with debug symbols:

 libapr-1.dll!allocator_free(apr_allocator_t *allocator, apr_memnode_t *node)
    at apr/memory/unix/apr_pools.c:381
 libsvn_ra-1.dll!serf_headers_destroy_and_data(serf_bucket_t *bucket)
    at serf/buckets/headers_buckets.c:245
 libsvn_ra-1.dll!serf_response_destroy_and_data(serf_bucket_t *bucket)
    at serf/buckets/response_buckets.c:117
 libsvn_ra-1.dll!clean_resp(void * data)
    at serf/outgoing.c:54
 libapr-1.dll!apr_pool_destroy(apr_pool_t *pool)
    at apr/memory/unix/apr_pools.c:814
 libapr-1.dll!apr_pool_destroy(apr_pool_t *pool)
    at apr/memory/unix/apr_pools.c:811
 libapr-1.dll!apr_pool_destroy(apr_pool_t *pool)
    at apr/memory/unix/apr_pools.c:811
 libapr-1.dll!apr_pool_destroy(apr_pool_t *pool)
    at apr/memory/unix/apr_pools.c:811
 libsvn_subr-1.dll!svn_cmdline_handle_exit_error(...)
    at subversion/subversion/libsvn_subr/cmdline.c:422
 ...

Looks like a pool lifetime issue to me; perhaps similar to the one that
was discussed and fixed in [1].

[1] https://groups.google.com/d/msg/serf-dev/gOn9HTUN98U/pz0_AqdrmJYJ

Regards,
Evgeny Kotkov
Received on 2015-07-22 17:59:48 CEST

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

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