Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7414F9918 for ; Tue, 28 Feb 2012 05:05:11 +0000 (UTC) Received: (qmail 14933 invoked by uid 500); 28 Feb 2012 05:05:10 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 14883 invoked by uid 500); 28 Feb 2012 05:05:10 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 14868 invoked by uid 99); 28 Feb 2012 05:05:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Feb 2012 05:05:10 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Feb 2012 05:05:08 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id AD00933D6B0 for ; Tue, 28 Feb 2012 05:04:48 +0000 (UTC) Date: Tue, 28 Feb 2012 05:04:48 +0000 (UTC) From: "Jonathan Ellis (Created) (JIRA)" To: commits@cassandra.apache.org Message-ID: <308316135.26631.1330405488709.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (CASSANDRA-3970) JVM crash in streamingTransferTest on Windows MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org JVM crash in streamingTransferTest on Windows --------------------------------------------- Key: CASSANDRA-3970 URL: https://issues.apache.org/jira/browse/CASSANDRA-3970 Project: Cassandra Issue Type: Bug Components: Tests Reporter: Jonathan Ellis Fix For: 1.1.0 {noformat} $ ant test -Dtest.name=StreamingTransferTest ... [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest [junit] # [junit] # A fatal error has been detected by the Java Runtime Environment: [junit] # [junit] # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000006da5ccca, pid=95744, tid=94924 [junit] # [junit] # JRE version: 6.0_27-b07 [junit] # Java VM: Java HotSpot(TM) 64-Bit Server VM (20.2-b06 mixed mode windows-amd64 compressed oops) [junit] # Problematic frame: [junit] # V [jvm.dll+0x1cccca] [junit] # [junit] # An error report file with more information is saved as: [junit] # c:\Users\Jonathan\projects\cassandra\git\hs_err_pid95744.log [junit] # [junit] # If you would like to submit a bug report, please visit: [junit] # http://java.sun.com/webapps/bugreport/crash.jsp [junit] # [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec [junit] [junit] Testcase: org.apache.cassandra.streaming.StreamingTransferTest:testTransferTable: Caused an ERROR [junit] Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until the VM exit. [junit] junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until the VM exit. [junit] [junit] [junit] Test org.apache.cassandra.streaming.StreamingTransferTest FAILED (crashed) {noformat} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira