From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Alex Bennee" Subject: Re: git-svn crashing perl Date: Sat, 18 Oct 2008 23:00:41 +0100 Message-ID: References: <394ab6ec0810180905t5faca9cbnc7b73267a72deddc@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: git@vger.kernel.org To: "Heinrich Nirschl" X-From: git-owner@vger.kernel.org Sun Oct 19 00:01:56 2008 connect(): Connection refused Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1KrJrv-00039u-Ow for gcvg-git-2@gmane.org; Sun, 19 Oct 2008 00:01:56 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751040AbYJRWAo (ORCPT ); Sat, 18 Oct 2008 18:00:44 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751014AbYJRWAo (ORCPT ); Sat, 18 Oct 2008 18:00:44 -0400 Received: from mail-gx0-f16.google.com ([209.85.217.16]:42377 "EHLO mail-gx0-f16.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751006AbYJRWAn (ORCPT ); Sat, 18 Oct 2008 18:00:43 -0400 Received: by gxk9 with SMTP id 9so2442893gxk.13 for ; Sat, 18 Oct 2008 15:00:42 -0700 (PDT) Received: by 10.90.69.15 with SMTP id r15mr6021738aga.64.1224367241396; Sat, 18 Oct 2008 15:00:41 -0700 (PDT) Received: by 10.90.105.11 with HTTP; Sat, 18 Oct 2008 15:00:41 -0700 (PDT) In-Reply-To: <394ab6ec0810180905t5faca9cbnc7b73267a72deddc@mail.gmail.com> Content-Disposition: inline X-Google-Sender-Auth: 05efb360cd0c7002 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Sat, Oct 18, 2008 at 5:05 PM, Heinrich Nirschl wrote: > On Sat, Oct 18, 2008 at 3:42 PM, Alex Bennee wrote: >> Hi, >> >> Doing a git-sv fetch --fetch-all is generating a SEGV in perl while I >> try and update my repo. Although I can look at the backtrace in perl >> it doesn't really tell me much. Any tips on how I can get more info? >> > > This seems to be a problem of the subversion perl bindings. See for example: > http://subversion.tigris.org/issues/show_bug.cgi?id=3007 > Looks similar. libapr certainly seems to be breaking something: Core was generated by `/usr/bin/perl /home/alex/src/git.git/install/libexec/git-core/git-svn fetch --f'. Program terminated with signal 11, Segmentation fault. #0 0x00007fd0d813c370 in ?? () (gdb) bt #0 0x00007fd0d813c370 in ?? () #1 0x00007fd0d9a52a5d in ?? () from /usr/lib/libapr-1.so.0 #2 0x00007fd0d9a53d9a in ?? () from /usr/lib/libapr-1.so.0 #3 0x00007fd0d9a54003 in ?? () from /usr/lib/libapr-1.so.0 #4 0x00007fd0d9a53d88 in ?? () from /usr/lib/libapr-1.so.0 #5 0x00007fd0d9a54003 in ?? () from /usr/lib/libapr-1.so.0 #6 0x00007fd0d9a540f3 in apr_pool_terminate () from /usr/lib/libapr-1.so.0 #7 0x00007fd0db1c6e83 in _wrap_apr_terminate () from /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux/auto/SVN/_Core/_Core.so #8 0x000000000047dbab in Perl_pp_entersub () #9 0x00000000004677fa in Perl_runops_debug () #10 0x0000000000425ae8 in Perl_call_sv () #11 0x0000000000425faa in Perl_call_list () #12 0x000000000042a0e8 in perl_destruct () #13 0x0000000000422238 in main () -- Alex, homepage: http://www.bennee.com/~alex/