From users-return-24339-apmail-subversion-users-archive=subversion.apache.org@subversion.apache.org Fri Feb 5 18:39:50 2016 Return-Path: X-Original-To: apmail-subversion-users-archive@minotaur.apache.org Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0DADC18F00 for ; Fri, 5 Feb 2016 18:39:50 +0000 (UTC) Received: (qmail 57471 invoked by uid 500); 5 Feb 2016 18:39:49 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 57426 invoked by uid 500); 5 Feb 2016 18:39:49 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 57416 invoked by uid 99); 5 Feb 2016 18:39:49 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Feb 2016 18:39:49 +0000 Received: from [192.168.1.4] (p5DDB7AFB.dip0.t-ipconnect.de [93.219.122.251]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 7FB101A0379 for ; Fri, 5 Feb 2016 18:39:48 +0000 (UTC) To: users@subversion.apache.org From: Michael Osipov Subject: Subversion crashes on list with an empty format 3 repo Message-ID: <56B4EC35.30005@apache.org> Date: Fri, 5 Feb 2016 19:38:45 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hi folks, Subversion advised me to report this. The following command was performed: svn --non-interactive list file:///D:/Entwicklung/Projekte/maven-wagon/wagon-providers/wagon-scm/src/test/resources/test-repo-svn The repo is available here [1], the crash files are here [2]. The issue can always be reproduced, it does not require to run the tests with Maven on Maven Wagon. My environment is: Microsoft Windows [Version 10.0.10586] svn, version 1.9.3 (r1718519) compiled Dec 22 2015, 09:12:06 on x86_64-microsoft-windows6.2.9200 [1] https://git-wip-us.apache.org/repos/asf?p=maven-wagon.git;a=tree;f=wagon-providers/wagon-scm/src/test/resources/test-repo-svn;h=8c391643aeb6cbdce7447de8d86c5ae9b3b0c31a;hb=HEAD [2] http://home.apache.org/~michaelo/svn-crash-2016-02-05/ Michael