X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=eYq x6A6XUmFgmDXyh1vbTVA/DyzjgNFFuZR4GvqucEnj3+KiwNE43xM20RdiSBabvyP OXVLfzRhtBsDKAow6uSy5rzmFNZ2Eg/mZ6O/r82rnOyBpRI/ifHrsyrDPZ9Ame5D DgOct24/IQjYDnAmc76vzBwzqc7QumUR+3xhcQMw= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:mime-version :content-type:content-transfer-encoding; s=default; bh=10+VRAlQ4 aOiLMbwT5Py8X7o2ps=; b=vS6dV08x7k+FTMhsojqjD/gtJMzMj/yPPjc01Tvu3 r1BXNJK8h82/L6w0yzygQ7iigUzGLoDN+dpDFvw+0kAebfjP7WqkxiHKW2/0xxVI mT9EUTCy3uQyJWPPKt/hWCx+CzKvdFEz5RxH2EN6uPYqhMaAKDH1vH5epH/0kMXJ ww= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.4 required=5.0 tests=AWL,BAYES_40,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 X-HELO: mailrelay102.isp.belgacom.be X-Belgacom-Dynamic: yes X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=d6O4W030xngO5QkzyDOul/vmjwC4sFqcTOV5kZr+d1k= c=1 sm=2 a=dOR4cTjJAAAA:8 a=mV9VRH-2AAAA:8 a=OYCcoxR2CJJtygREhWgA:9 a=CjuIK1q_8ugA:10 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2DaBQDSQ9ZV/2UigG1dgxsfNWm9VwEJgXeCQ4JZgh05FAEBAQEBAQGBCkEFhB4cXw8EISqIaQEIqj6mJo5AgTAiaQKEEwWHGgiGbIZePXCEFYU5gi4DgV8xmCsmgUoMgik8NIENgT4BAQE Date: Thu, 20 Aug 2015 23:22:03 +0200 From: Sam Geeraerts To: cygwin AT cygwin DOT com Subject: Subversion crashes Message-ID: <20150820232203.28729ee1@ayoka.intern> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes My Subversion crashes when I run a command that connects to the server. It worked at least until a few weeks ago. I'm not sure which version I had then. Output is as follows. $ svn co --username anonsvn https://smlnj-gforge.cs.uchicago.edu/svn/smlnj/admin test Authentication realm: Document repository Password for 'anonsvn': ******* assertion "svn_dirent_is_canonical(base, pool)" failed: file "/usr/src/packages/subversion/subversion-1.8.14-1.i686/src/subversion-1.8.14/subversion/libsvn_subr/dirent_uri.c", line 1053, function: svn_dirent_join_many Aborted (geheugendump gemaakt) $ svn --version svn, version 1.8.14 (r1692801) compiled Aug 15 2015, 13:20:35 on i686-pc-cygwin Copyright (C) 2015 The Apache Software Foundation. This software consists of contributions made by many people; see the NOTICE file for more information. Subversion is open source software, see http://subversion.apache.org/ The following repository access (RA) modules are available: * ra_svn : Module for accessing a repository using the svn network protocol. - with Cyrus SASL authentication - handles 'svn' scheme * ra_local : Module for accessing a repository on local disk. - handles 'file' scheme * ra_serf : Module for accessing a repository via WebDAV protocol using serf. - using serf 1.3.8 - handles 'http' scheme - handles 'https' scheme -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple