Re: TortoiseSVN (libapr_tsvn!apr_pool_create_ex+43) causes Explorer crashes
From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Sun, 16 Nov 2014 14:26:47 +0100
On 16.11.2014 13:44, André Ziegler wrote:
Ups, sorry. Haven't seen that in all that mess a stacktrace produces.
Ok, here's the important part:
0d 00000000`0386c6c0 000007fa`0fcd514a libapr_tsvn!apr_pool_create_ex(
Now, as you can see, the function
dso_pool = svn_pool_create(NULL);
and svn_pool_create calls
apr_pool_t *pool;
But with 'parent_pool' and 'allocator' set unconditionally to NULL.
You can check the source code yourself if you like.
So: your stack trace clearly shows that apr_pool_create_ex is called
My guess is that some other shell extension you've loaded corrupts the
Stefan
-- ___ oo // \\ "De Chelonian Mobile" (_,\/ \_/ \ TortoiseSVN \ \_/_\_/> The coolest interface to (Sub)version control /_/ \_\ http://tortoisesvn.net ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3091392 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].Received on 2014-11-16 14:26:44 CET |
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.