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 394B910CB1 for ; Thu, 22 Jan 2015 12:32:07 +0000 (UTC) Received: (qmail 78231 invoked by uid 500); 22 Jan 2015 12:32:03 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 78195 invoked by uid 500); 22 Jan 2015 12:32:03 -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 78170 invoked by uid 99); 22 Jan 2015 12:32:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jan 2015 12:32:00 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gcvsu-users@m.gmane.org designates 80.91.229.3 as permitted sender) Received: from [80.91.229.3] (HELO plane.gmane.org) (80.91.229.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jan 2015 12:31:35 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YEGv7-0000dr-1x for users@subversion.apache.org; Thu, 22 Jan 2015 13:31:33 +0100 Received: from smtp.crayon.com ([213.236.211.20]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 Jan 2015 13:31:33 +0100 Received: from maw by smtp.crayon.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 Jan 2015 13:31:33 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: users@subversion.apache.org From: Martin Wam Subject: Re: Fwd: Possible bug in subversion Date: Thu, 22 Jan 2015 12:31:26 +0000 (UTC) Lines: 56 Message-ID: References: <5FC025D9-AEAE-4A58-8D89-71D2895DA0D5@ryandesign.com> <87mw5cqreb.fsf@ntlworld.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 213.236.211.20 (Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.99 Safari/537.36) X-Virus-Checked: Checked by ClamAV on apache.org Philip Martin wandisco.com> writes: > > Martin Wam esito.no> writes: > > > We are also experiencing the same issues on AIX 7.1 (having tried all > > versions from 1.8.5 to 1.8.10). A backtrace from the coredump shows: > > > > Core was generated by `svn'. > > Program terminated with signal SIGSEGV, Segmentation fault. > > #0 0xd82f169c in apr_palloc () from /usr/local/apr/lib/libapr-1.so > > (gdb) bt > > #0 0xd82f169c in apr_palloc () from /usr/local/apr/lib/libapr-1.so > > #1 0xd83165dc in apr_mmap_create () from /usr/local/apr/lib/libapr- 1.so > > #2 0xd6ad9030 in serf_bucket_file_create () from /usr/lib/libserf- 1.so > > #3 0xd806ae00 in create_update_report_body () from > > /usr/lib/libsvn_ra_serf-1.so > > #4 0xd805c5a4 in setup_request () from /usr/lib/libsvn_ra_serf-1.so > > #5 0xd805c520 in setup_request_cb () from /usr/lib/libsvn_ra_serf- 1.so > > #6 0xd6ad2f14 in write_to_connection () from /usr/lib/libserf-1.so > > #7 0xd6ad3d6c in serf.process_connection () from /usr/lib/libserf- 1.so > > #8 0xd6ad227c in serf_event_trigger () from /usr/lib/libserf-1.so > > #9 0xd6ad2158 in serf_context_run () from /usr/lib/libserf-1.so > > #10 0xd806a83c in finish_report () from /usr/lib/libsvn_ra_serf-1.so > > #11 0xd7ed6c24 in svn_wc_crawl_revisions5 () from /usr/lib/libsvn_wc- > > 1.so > > #12 0xd7e857b0 in update_internal () from /usr/lib/libsvn_client- 1.so > > #13 0xd7e85fd8 in svn_client.update_internal () from > > /usr/lib/libsvn_client-1.so > > #14 0xd7e84f30 in svn_client.checkout_internal () from > > /usr/lib/libsvn_client-1.so > > #15 0xd7e85060 in svn_client_checkout3 () from /usr/lib/libsvn_client- > > 1.so > > That looks as if it could be a problem with APR's mmap support on AIX. > Which version of APR are you using? Did you build the APR binaries > yourself? Did whoever built the binaries run the APR regression tests? > We are using apr version 1.5.1-1 downloaded from perzl.org[1]. An earlier version, 1.4.8-1, gives the same results. We have also tried building the binaries ourself. We do get a few test failures running them locally, however they do not seem to be related to the above issue. [1]: http://www.perzl.org/aix/index.php?n=Main.Apr