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

Re: JavaHL crash on macOS 10.13.5

From: Philip Martin <philip_at_codematters.co.uk>
Date: Fri, 08 Jun 2018 22:18:23 +0100

Thomas Singer <thomas.singer_at_syntevo.com> writes:

> For adding/committing an empty file he is getting:
>
>> $ touch testfile.txt
>> $ svn add testfile.txt A testfile.txt
>> $ svn commit -m "commit test" testfile.txt Adding testfile.txt
>> Transmitting file data .svn: E175002: Commit failed (details follow):
>> svn: E175002: Unexpected HTTP status 400 'Bad Request' on
>> '/svn/Projects/!svn/txr/7198-5vq/E867%20MS%20Marin/testfile.txt'

That's a server error, there should be more details in the Apache error
log.

>>> $ svn commit -m "commit test" Test\ Commit\ File.rtf Adding Test Commit File.rtf
>>> Transmitting file data .libsvn: Out of memory - terminating application.
>>> Abort trap: 6
>>
>> Are there other, portable SVN binaries for macOS available to try
>> them, too? Maybe the problem is caused by how we build?

I don't know much about debugging on macOS. Using dtruss to trace the
commit might provide some more information.

-- 
Philip
Received on 2018-06-08 23:18:40 CEST

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.