You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2015/12/09 14:19:51 UTC

svn commit: r1718851 - /subversion/branches/ra-git/subversion/libsvn_subr/cmdline.c

Author: rhuijben
Date: Wed Dec  9 13:19:51 2015
New Revision: 1718851

URL: http://svn.apache.org/viewvc?rev=1718851&view=rev
Log:
On the ra-git branch: Revert r1718850.

Modified:
    subversion/branches/ra-git/subversion/libsvn_subr/cmdline.c

Modified: subversion/branches/ra-git/subversion/libsvn_subr/cmdline.c
URL: http://svn.apache.org/viewvc/subversion/branches/ra-git/subversion/libsvn_subr/cmdline.c?rev=1718851&r1=1718850&r2=1718851&view=diff
==============================================================================
--- subversion/branches/ra-git/subversion/libsvn_subr/cmdline.c (original)
+++ subversion/branches/ra-git/subversion/libsvn_subr/cmdline.c Wed Dec  9 13:19:51 2015
@@ -149,13 +149,9 @@ svn_cmdline_init(const char *progname, F
 #ifdef SVN_USE_WIN32_CRASHHANDLER
   if (!getenv("SVN_CMDLINE_DISABLE_CRASH_HANDLER"))
     {
-      ULONG stackGuarantee = 4096;
       /* Attach (but don't load) the crash handler */
       SetUnhandledExceptionFilter(svn__unhandled_exception_filter);
 
-      /* Guarantee 4 KB of stack in exception filter (for stack overflow) */
-      SetThreadStackGuarantee(&stackGuarantee); 
-
 #if _MSC_VER >= 1400
       /* ### This should work for VC++ 2002 (=1300) and later */
       /* Show the abort message on STDERR instead of a dialog to allow