1.5.0/1.5.2 Subversion + Apache crash..
From: Naeem Akhtar <naeem.akhtar_at_gmail.com>
Date: Mon, 22 Sep 2008 19:27:26 -0700 (PDT)
On Windows 2003 (Service Pack 2), 3G memory, I have a simple script
Though the same scripts crash Apache on 1.4.x release but Apache
The error message in Apache error log :
This application has requested the Runtime to terminate it in an
****
The script is (this script is being posted as sent to me - please
my $SVN="svn --username USERNAME --password PASSWORD";
$COUNTER=0;
while ($COUNTER < 100000) {
if ($exit_value != 0) {
system("$SVN $COMMIT -m \"hanoi\" $FILE");
---------------------------------------------------------------------
|
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.