You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "chuanshenglu (JIRA)" <ji...@apache.org> on 2009/12/10 09:49:18 UTC

[jira] Closed: (HARMONY-6398) [java6][classlib][luni] Patch for JIRA HARMONY-6368 will cause Harmony SQL testcases to fail.

     [ https://issues.apache.org/jira/browse/HARMONY-6398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

chuanshenglu closed HARMONY-6398.
---------------------------------

    Resolution: Cannot Reproduce

Cannot be reproduced on the latest source.

> [java6][classlib][luni] Patch for JIRA HARMONY-6368 will cause Harmony SQL testcases to fail.
> ---------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6398
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6398
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: Windows XP SP2, x86.
> Red Hat Enterprise Linux ( kernel 2.6.18-8.el5), i686.
>            Reporter: chuanshenglu
>
> Patch for JIRA HARMONY-6368 will cause Harmony SQL testcases fail.
> It seems to be a infinite loop or something similar, which will exhaust all the memory.
> One of the stack traces is here:
> Java exception: ': java.lang.OutOfMemoryError'.
> java.sql.SQLException: Java exception: ': java.lang.OutOfMemoryError'.
> at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)
> at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source)
> at org.apache.derby.impl.jdbc.Util.javaException(Unknown Source)
> at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
> at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
> at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
> at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getPreparedQueryUsingSystemTables(Unknown Source)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getPreparedQuery(Unknown Source)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getPreparedQuery(Unknown Source)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getTables(Unknown Source)
> at org.apache.harmony.sql.tests.internal.rowset.CachedRowSetTestCase.setUp(CachedRowSetTestCase.java:65)
> Caused by: java.sql.SQLException: Java exception: ': java.lang.OutOfMemoryError'.
> at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
> at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)
> Caused by: java.lang.OutOfMemoryError
> at java.io.BufferedInputStream.fillbuf(BufferedInputStream.java:153)
> at java.io.BufferedInputStream.read(BufferedInputStream.java:319)
> at java.io.InputStreamReader.read(InputStreamReader.java:256)
> at java.io.BufferedReader.fillbuf(BufferedReader.java:107)
> at java.io.BufferedReader.read(BufferedReader.java:208)
> at java.util.Properties.load(Properties.java:399)
> at java.util.Properties.load(Properties.java:279)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.PBloadQueryDescriptions(Unknown Source)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.run(Unknown Source)
> at java.security.AccessController.doPrivileged(AccessController.java:186)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.loadQueryDescriptions(Unknown Source)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getQueryDescriptions(Unknown Source)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.