From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1732 invoked by alias); 20 Aug 2015 21:22:13 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 1723 invoked by uid 89); 20 Aug 2015 21:22:12 -0000 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 Received: from mailrelay102.isp.belgacom.be (HELO mailrelay102.isp.belgacom.be) (195.238.20.129) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 20 Aug 2015 21:22:11 +0000 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 Received: from 101.34-128-109.adsl-dyn.isp.belgacom.be (HELO ayoka.intern) ([109.128.34.101]) by relay.skynet.be with ESMTP; 20 Aug 2015 23:22:09 +0200 Date: Thu, 20 Aug 2015 21:22:00 -0000 From: Sam Geeraerts To: cygwin@cygwin.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 X-SW-Source: 2015-08/txt/msg00349.txt.bz2 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