Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8F69510363 for ; Fri, 8 Aug 2014 15:31:12 +0000 (UTC) Received: (qmail 17039 invoked by uid 500); 8 Aug 2014 15:31:12 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 17006 invoked by uid 500); 8 Aug 2014 15:31:12 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 16983 invoked by uid 99); 8 Aug 2014 15:31:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Aug 2014 15:31:12 +0000 Date: Fri, 8 Aug 2014 15:31:11 +0000 (UTC) From: "Dag H. Wanvik (JIRA)" To: derby-dev@db.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DERBY-6699) Error in PredicatePushdownTest.test_predicatePushdown MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DERBY-6699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dag H. Wanvik updated DERBY-6699: --------------------------------- Attachment: derby-6699-diagnostics.diff Uploading a diagnostics patch for this issue to be able to see what's on the stacks when this happens. [^derby-6699-diagnostics.diff]. > Error in PredicatePushdownTest.test_predicatePushdown > ----------------------------------------------------- > > Key: DERBY-6699 > URL: https://issues.apache.org/jira/browse/DERBY-6699 > Project: Derby > Issue Type: Bug > Components: Test > Affects Versions: 10.11.1.1 > Reporter: Rick Hillegas > Attachments: derby-6699-diagnostics.diff > > > The following error was seen in the nightly tests on the 10.11 branch on Solaris_sparc_jdk8: http://download.java.net/javadesktop/derby/request_5594365/ > {noformat} > java.sql.SQLException: Java exception: 'ASSERT FAILED ByteCode Conditional then/else stack depths differ then:1 else: 2: org.apache.derby.shared.common.sanity.AssertFailure'. > at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(SQLExceptionFactory.java:107) > at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(SQLExceptionFactory.java:133) > at org.apache.derby.impl.jdbc.Util.seeNextException(Util.java:255) > at org.apache.derby.impl.jdbc.Util.javaException(Util.java:277) > at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(TransactionResourceImpl.java:437) > at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(TransactionResourceImpl.java:353) > at org.apache.derby.impl.jdbc.EmbedConnection.handleException(EmbedConnection.java:2396) > at org.apache.derby.impl.jdbc.ConnectionChild.handleException(ConnectionChild.java:82) > at org.apache.derby.impl.jdbc.EmbedStatement.execute(EmbedStatement.java:691) > at org.apache.derby.impl.jdbc.EmbedStatement.executeQuery(EmbedStatement.java:147) > at org.apache.derbyTesting.functionTests.tests.lang.PredicatePushdownTest.test_predicatePushdown(PredicatePushdownTest.java:770) > at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:118) > at org.apache.derbyTesting.junit.BaseJDBCTestCase.runBareOverridable(BaseJDBCTestCase.java:440) > at org.apache.derbyTesting.junit.BaseJDBCTestCase.runBare(BaseJDBCTestCase.java:457) > at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24) > at junit.extensions.TestSetup$1.protect(TestSetup.java:21) > at junit.extensions.TestSetup.run(TestSetup.java:25) > at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57) > at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24) > at junit.extensions.TestSetup$1.protect(TestSetup.java:21) > at junit.extensions.TestSetup.run(TestSetup.java:25) > Caused by: ERROR XJ001: Java exception: 'ASSERT FAILED ByteCode Conditional then/else stack depths differ then:1 else: 2: org.apache.derby.shared.common.sanity.AssertFailure'. > at org.apache.derby.iapi.error.StandardException.newException(StandardException.java:290) > at org.apache.derby.impl.jdbc.SQLExceptionFactory.wrapArgsForTransportAcrossDRDA(SQLExceptionFactory.java:162) > at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(SQLExceptionFactory.java:74) > Caused by: org.apache.derby.shared.common.sanity.AssertFailure: ASSERT FAILED ByteCode Conditional then/else stack depths differ then:1 else: 2 > at org.apache.derby.shared.common.sanity.SanityManager.THROWASSERT(SanityManager.java:162) > at org.apache.derby.shared.common.sanity.SanityManager.THROWASSERT(SanityManager.java:147) > at org.apache.derby.impl.services.bytecode.Conditional.end(Conditional.java:210) > at org.apache.derby.impl.services.bytecode.BCMethod.completeConditional(BCMethod.java:1055) > at org.apache.derby.impl.sql.compile.StaticMethodCallNode.generateExpression(StaticMethodCallNode.java:1334) > at org.apache.derby.impl.sql.compile.JavaToSQLValueNode.generateExpression(JavaToSQLValueNode.java:160) > at org.apache.derby.impl.sql.compile.ResultColumn.generateExpression(ResultColumn.java:1061) > at org.apache.derby.impl.sql.compile.ResultColumnList.generateEvaluatedRow(ResultColumnList.java:1458) > at org.apache.derby.impl.sql.compile.ResultColumnList.generateCore(ResultColumnList.java:1195) > at org.apache.derby.impl.sql.compile.ProjectRestrictNode.generateMinion(ProjectRestrictNode.java:1539) > at org.apache.derby.impl.sql.compile.ProjectRestrictNode.generate(ProjectRestrictNode.java:1319) > at org.apache.derby.impl.sql.compile.UnionNode.generate(UnionNode.java:654) > at org.apache.derby.impl.sql.compile.NormalizeResultSetNode.generate(NormalizeResultSetNode.java:644) > at org.apache.derby.impl.sql.compile.ProjectRestrictNode.generateMinion(ProjectRestrictNode.java:1367) > at org.apache.derby.impl.sql.compile.ProjectRestrictNode.generate(ProjectRestrictNode.java:1319) > at org.apache.derby.impl.sql.compile.DistinctNode.generate(DistinctNode.java:288) > at org.apache.derby.impl.sql.compile.ProjectRestrictNode.generateMinion(ProjectRestrictNode.java:1464) > at org.apache.derby.impl.sql.compile.ProjectRestrictNode.generate(ProjectRestrictNode.java:1319) > at org.apache.derby.impl.sql.compile.ProjectRestrictNode.generateMinion(ProjectRestrictNode.java:1367) > at org.apache.derby.impl.sql.compile.ProjectRestrictNode.generate(ProjectRestrictNode.java:1319) > at org.apache.derby.impl.sql.compile.JoinNode.getJoinArguments(JoinNode.java:1648) > at org.apache.derby.impl.sql.compile.JoinNode.generateCore(JoinNode.java:1624) > at org.apache.derby.impl.sql.compile.JoinNode.generateCore(JoinNode.java:1561) > at org.apache.derby.impl.sql.compile.HalfOuterJoinNode.generate(HalfOuterJoinNode.java:786) > at org.apache.derby.impl.sql.compile.ProjectRestrictNode.generateMinion(ProjectRestrictNode.java:1367) > at org.apache.derby.impl.sql.compile.ProjectRestrictNode.generate(ProjectRestrictNode.java:1319) > at org.apache.derby.impl.sql.compile.ProjectRestrictNode.generateMinion(ProjectRestrictNode.java:1464) > at org.apache.derby.impl.sql.compile.ProjectRestrictNode.generate(ProjectRestrictNode.java:1319) > at org.apache.derby.impl.sql.compile.ScrollInsensitiveResultSetNode.generate(ScrollInsensitiveResultSetNode.java:86) > at org.apache.derby.impl.sql.compile.CursorNode.generate(CursorNode.java:640) > at org.apache.derby.impl.sql.compile.StatementNode.generate(StatementNode.java:317) > at org.apache.derby.impl.sql.GenericStatement.prepMinion(GenericStatement.java:549) > at org.apache.derby.impl.sql.GenericStatement.prepare(GenericStatement.java:99) > at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(GenericLanguageConnectionContext.java:1114) > at org.apache.derby.impl.jdbc.EmbedStatement.execute(EmbedStatement.java:683) > {noformat} -- This message was sent by Atlassian JIRA (v6.2#6252)