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

Re: [TSVN] TortoiseSVN causing stack overflow

From: Will Dean <svn_at_indcomp.co.uk>
Date: 2005-03-07 09:21:11 CET

At 19:09 06/03/2005 +1100, you wrote:

>Increasing the stack space in GSview to 0.25M made the problem go
>away. I'm guessing that TortoiseSVN is storing a large amount of
>data on the stack, hence causing this problem.

I saw this problem with another product + TSVN, but frankly, I characterise
it as a bug in the other product, and indeed the authors had no idea why
the stack had been set so small and agreed it was a bug (and fixed it).

If you run the appropriate tools across something like windows\system32,
you'll find that the smallest stack size in general use is 256K. Of
course, this value is only a limit, and doesn't represent memory which is
immediately allocated at application start-up.

Personally, I don't think TSVN should make changes to avoid this
problem. (Of course, if the shell-extension only used the external cache,
it would be much simpler and probably wouldn't use nearly so much stack,
but that's another point.)

Cheers,

Will

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon Mar 7 09:22:09 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

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