Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 30275200B38 for ; Fri, 8 Jul 2016 10:59:04 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2E943160A5A; Fri, 8 Jul 2016 08:59:04 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 72A0B160A58 for ; Fri, 8 Jul 2016 10:59:03 +0200 (CEST) Received: (qmail 48529 invoked by uid 500); 8 Jul 2016 08:59:02 -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 48519 invoked by uid 99); 8 Jul 2016 08:59:01 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jul 2016 08:59:01 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 804241A1398 for ; Fri, 8 Jul 2016 08:59:01 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1 X-Spam-Level: * X-Spam-Status: No, score=1 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 1vDR01Z3-tC6 for ; Fri, 8 Jul 2016 08:58:59 +0000 (UTC) Received: from mx0.elegosoft.com (mx0.elegosoft.com [78.47.87.163]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 69C575FB6F for ; Fri, 8 Jul 2016 08:58:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mx0.elegosoft.com (Postfix) with ESMTP id 9D33216C793 for ; Fri, 8 Jul 2016 10:58:49 +0200 (CEST) Received: from mx0.elegosoft.com ([127.0.0.1]) by localhost (mx0.elegosoft.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qyHKmiBSxERF for ; Fri, 8 Jul 2016 10:58:49 +0200 (CEST) Received: from [10.10.10.184] (unknown [10.10.10.184]) by mx0.elegosoft.com (Postfix) with ESMTPSA id 7E22FDE04D for ; Fri, 8 Jul 2016 10:58:49 +0200 (CEST) To: users@subversion.apache.org From: Walter Klust Subject: JavaHL: JNIError: bad C++ this Message-ID: <76a58dde-35e6-998c-6bc4-3d3da486d262@elego.de> Date: Fri, 8 Jul 2016 10:58:48 +0200 User-Agent: Mozilla/5.0 (Windows NT 5.2; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit archived-at: Fri, 08 Jul 2016 08:59:04 -0000 Hello, I have an interesting problem concerning JavaHL: - Windows 7, JRE 8u66, Eclipse 4.2.1, Subclipse 1.8.22, JavaHL 1.8.10 - a changeset of around 2000 files; roughly 50% modified and 50% deleted (probably to a large refactoring) - on trying to commit the changes eclipse pops up a message after a short time: "Internal error occured during SVNCommit", "bad C++ this" - in the eclipse logs a stacktrace was found: org.apache.subversion.javahl.JNIError: bad C++ this at org.apache.subversion.javahl.SVNClient.dispose(Native Method) at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.dispose(AbstractJhlClientAdapter.java:3007) at org.tigris.subversion.subclipse.core.SVNClientManager.returnSVNClient(SVNClientManager.java:162) at org.tigris.subversion.subclipse.ui.operations.CommitOperation.execute(CommitOperation.java:113) at org.tigris.subversion.subclipse.ui.operations.SVNOperation.run(SVNOperation.java:90) at org.eclipse.team.internal.ui.actions.JobRunnableContext.run(JobRunnableContext.java:144) at org.eclipse.team.internal.ui.actions.JobRunnableContext$ResourceJob.runInWorkspace(JobRunnableContext.java:72) at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53) - this error does not occur when trying to commit a subset of the changes, e.g. any 2 of 4 subdirectories can be comitted successfully but not all 4 together. It looks to me like a quantity problem; something like an internal buffer overflow due to the large changeset. I tried to reproduce this with a similar number of modified/deleted files but had no success so far. Any ideas how to analyze this problem further ? kind regards -- Walter Klust