Trunk version of fossil[1] on win XP SP3 is crashing[2] consistently if I try to sync repos locally with command:
fossil sync file://c:\soft\softXAMPP.fossil -R c:\soft\bin\softXAMPP.fossil -verbose After the crash, there is file left in the "c:\soft\bin" directory with name [repository_name]-[random_numbers]-out.http[3] If it makes difference, on system is fossil run as a service[4]. Previous fossil versions(surely from [c91bafccb5] back) were syncing whith command above just fine. Thanks Peter [1] crashing fossil version fossil ver -v This is fossil version 1.30 [c6079d148e] 2014-09-13 16:10:52 UTC Compiled on Sep 14 2014 07:51:10 using mingw32-3.20-gcc-4.8.1 (32-bit) SQLite 3.8.7 2014-09-01 18:21:27 672e7387b1 Schema version 2011-04-25 19:50 zlib 1.2.8, loaded 1.2.8 [2] error message from windows event log Application Failure fossil.exe 1.30.0.0 in ntdll.dll 5.1.2600.6 055 at offset 0000100b.. [3] example of file left on filesystem after crash "softXAMPP.fossil-6584837479017455168-out.http" HTTP/1.0 200 OK Date: Sun, 14 Sep 2014 05:54:24 GMT Connection: close X-UA-Compatible: IE=edge X-Frame-Options: SAMEORIGIN Cache-control: no-cache Content-Type: text/html; charset=utf-8 Content-Length: 97 <p class="generalError">repository does not exist or is in an unreadable directory: 127.0.0.1</p> [4] fossil as a service command "C:\soft\bin\fossil.exe" server --port 8080 --notfound "soft/bin/repodefault.htm" --files-urlenc %27%2A%27 "/" _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

