Denial of service using SVNServe on WinXp
From: Ayende Rahien <ayende_at_gmail.com>
Date: 2005-05-13 03:43:29 CEST
Here is the scenario, I've a WinXP Pro computer that I used to run SVN &
After investigating a little bit, I found out that after a while, it seems
@echo off
set /a Count = 1
:start
echo Trying for the #%Count%
Set /A Count=%Count%+1
svn log -v -r "{2005-04-29T17:03:05Z}:{2005-05-01T06:30:16Z}" --xml
if errorlevel = 1 goto exit
goto start
:exit
I run this thingie, and at iteration 1200 - 1500, I get a machine shutdown!
I mean a hard shutdown, the kind where you need to push the power button to
I've no idea what is causing this, but I'm able to reproduce it reliably.
There is nothing else that runs on this machine, btw.
Any ideas ??
|
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.