[jira] Created: (DERBY-4290) suites.All hangs on phoneME/cvm - caused by cvm/phoneME error

View: New views
12 Messages — Rating Filter:   Alert me  

[jira] Created: (DERBY-4290) suites.All hangs on phoneME/cvm - caused by cvm/phoneME error

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

suites.All hangs on phoneME/cvm - caused by cvm/phoneME error
-------------------------------------------------------------

                 Key: DERBY-4290
                 URL: https://issues.apache.org/jira/browse/DERBY-4290
             Project: Derby
          Issue Type: Improvement
          Components: Test
    Affects Versions: 10.6.0.0
         Environment: OS:
Linux .... 32bits
Linux 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 GNU/Linux

JVM:
Product: phoneME Advanced (phoneme_advanced_mr2-b116)
Profile: Foundation Profile Specification 1.1
JVM:     CVM phoneme_advanced_mr2-b116 (interpreter loop)

            Reporter: Ole Solberg
            Assignee: Ole Solberg


Since 783408 2009-06-10 18:02:38 MEST suites.All hangs on phoneME/cvm.

The problem appears to be a hardcoded limitation in  phoneME/cvm: 'java.lang.InternalError: Number of class names exceeds vm limit.'
In addition the cvm vm just hangs instead of aborting, causing the test to hang.

Until this may be fixed in phoneME/cvm I suggest to create and run independent subsuites of suites.AllPackages when testing on phoneME/cvm.


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


[jira] Commented: (DERBY-4290) suites.All hangs on phoneME/cvm - caused by cvm/phoneME error

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ https://issues.apache.org/jira/browse/DERBY-4290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12724020#action_12724020 ]

Ole Solberg commented on DERBY-4290:
------------------------------------

It turns out I get the same problem even when running the testsuite that triggers this failure on its own!
The testsuite is org.apache.derbyTesting.functionTests.tests.lang.OrderByAndSortAvoidance.

So instead of splitting up suites.AllPackages when testing on phoneME/cvm, we should temporarily disable this test on phoneME/cvm.
From logs at http://people.apache.org/~myrnavl/derby_test_results/main/windows/index.html I see that the testsuite is ok on weme6.1.

/usr/local/java/cvm/bin/cvm  -Xgc:youngGen=5M -Xmn256M -XunlimitedGCRoots -DderbyTesting.oldReleasePath=/usr/local/share/java/derby/lib -Dderby.tests.trace=true -cp ..... junit.textui.TestRunner org.apache.derbyTesting.functionTests.tests.lang.OrderByAndSortAvoidance
.
testForcedIndexUseForWrongOrder used 48822 ms .
testWithNoOptimizerOverrides used 50300 ms .
testForceSortWithOptimizerOverrides used 53377 ms .
testAdditionalOrderByCases used 57617 ms .
testDerby4240OrderByCase used 34930 ms EEE
Time: 247.998
There were 3 errors:
1) testDerby4240OrderByCase(org.apache.derbyTesting.functionTests.tests.lang.OrderByAndSortAvoidance)java.lang.InternalError: Number of class names exceeds vm limit.
        at java.lang.ClassLoader.findLoadedClass0(Native Method)
        at java.lang.ClassLoader.findLoadedClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.util.ResourceBundle.loadBundle(Unknown Source)
        at java.util.ResourceBundle.findBundle(Unknown Source)
        at java.util.ResourceBundle.getBundleImpl(Unknown Source)
        at java.util.ResourceBundle.getBundle(Unknown Source)
        at org.apache.derby.iapi.services.i18n.MessageService.getBundleWithEnDefault(Unknown Source)
        at org.apache.derby.iapi.services.i18n.MessageService.getBundleForLocale(Unknown Source)
        at org.apache.derby.impl.services.monitor.BaseMonitor.getBundle(Unknown Source)
        at org.apache.derby.iapi.services.i18n.MessageService.getBundle(Unknown Source)
        at org.apache.derby.iapi.services.i18n.MessageService.getCompleteMessage(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.EmbedStatement.execute(Unknown Source)
        at org.apache.derby.impl.jdbc.EmbedStatement.executeUpdate(Unknown Source)
        at org.apache.derbyTesting.functionTests.tests.lang.OrderByAndSortAvoidance.setUp(Unknown Source)
        at org.apache.derbyTesting.junit.BaseTestCase.runBare(Unknown Source)
        at junit.extensions.TestDecorator.basicRun(Unknown Source)
        at junit.extensions.TestSetup$1.protect(Unknown Source)
        at junit.extensions.TestSetup.run(Unknown Source)
        at org.apache.derbyTesting.junit.BaseTestSetup.run(Unknown Source)
        at sun.misc.CVM.runMain(Unknown Source)


> suites.All hangs on phoneME/cvm - caused by cvm/phoneME error
> -------------------------------------------------------------
>
>                 Key: DERBY-4290
>                 URL: https://issues.apache.org/jira/browse/DERBY-4290
>             Project: Derby
>          Issue Type: Improvement
>          Components: Test
>    Affects Versions: 10.6.0.0
>         Environment: OS:
> Linux .... 32bits
> Linux 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 GNU/Linux
> JVM:
> Product: phoneME Advanced (phoneme_advanced_mr2-b116)
> Profile: Foundation Profile Specification 1.1
> JVM:     CVM phoneme_advanced_mr2-b116 (interpreter loop)
>            Reporter: Ole Solberg
>            Assignee: Ole Solberg
>
> Since 783408 2009-06-10 18:02:38 MEST suites.All hangs on phoneME/cvm.
> The problem appears to be a hardcoded limitation in  phoneME/cvm: 'java.lang.InternalError: Number of class names exceeds vm limit.'
> In addition the cvm vm just hangs instead of aborting, causing the test to hang.
> Until this may be fixed in phoneME/cvm I suggest to create and run independent subsuites of suites.AllPackages when testing on phoneME/cvm.

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


[jira] Updated: (DERBY-4290) suites.All hangs on phoneME/cvm - caused by cvm/phoneME error

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

Ole Solberg updated DERBY-4290:
-------------------------------

    Attachment: DERBY-4290_stat.txt
                DERBY-4290_diff.txt

DERBY-4290_diff.txt - Patch to bypass org.apache.derbyTesting.functionTests.tests.lang.OrderByAndSortAvoidance on phoneME/cvm.

There is a fix for PhoneME/cvm  which should be ready soon.


Even though there is a fix for phoneME coming, we should probably also investigate whether this is triggered by Derby not releasing classes soon enough.

> suites.All hangs on phoneME/cvm - caused by cvm/phoneME error
> -------------------------------------------------------------
>
>                 Key: DERBY-4290
>                 URL: https://issues.apache.org/jira/browse/DERBY-4290
>             Project: Derby
>          Issue Type: Improvement
>          Components: Test
>    Affects Versions: 10.6.0.0
>         Environment: OS:
> Linux .... 32bits
> Linux 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 GNU/Linux
> JVM:
> Product: phoneME Advanced (phoneme_advanced_mr2-b116)
> Profile: Foundation Profile Specification 1.1
> JVM:     CVM phoneme_advanced_mr2-b116 (interpreter loop)
>            Reporter: Ole Solberg
>            Assignee: Ole Solberg
>         Attachments: DERBY-4290_diff.txt, DERBY-4290_stat.txt
>
>
> Since 783408 2009-06-10 18:02:38 MEST suites.All hangs on phoneME/cvm.
> The problem appears to be a hardcoded limitation in  phoneME/cvm: 'java.lang.InternalError: Number of class names exceeds vm limit.'
> In addition the cvm vm just hangs instead of aborting, causing the test to hang.
> Until this may be fixed in phoneME/cvm I suggest to create and run independent subsuites of suites.AllPackages when testing on phoneME/cvm.

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


[jira] Issue Comment Edited: (DERBY-4290) suites.All hangs on phoneME/cvm - caused by cvm/phoneME error

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ https://issues.apache.org/jira/browse/DERBY-4290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12724514#action_12724514 ]

Ole Solberg edited comment on DERBY-4290 at 6/26/09 6:22 AM:
-------------------------------------------------------------

DERBY-4290_diff.txt - Patch to bypass org.apache.derbyTesting.functionTests.tests.lang.OrderByAndSortAvoidance on phoneME/cvm.

There is a fix for PhoneME/cvm  which should be available soon.


Even though there is a fix for phoneME coming, we should probably also investigate whether this is triggered by Derby not releasing classes soon enough.

      was (Author: olesolberg):
    DERBY-4290_diff.txt - Patch to bypass org.apache.derbyTesting.functionTests.tests.lang.OrderByAndSortAvoidance on phoneME/cvm.

There is a fix for PhoneME/cvm  which should be ready soon.


Even though there is a fix for phoneME coming, we should probably also investigate whether this is triggered by Derby not releasing classes soon enough.
 

> suites.All hangs on phoneME/cvm - caused by cvm/phoneME error
> -------------------------------------------------------------
>
>                 Key: DERBY-4290
>                 URL: https://issues.apache.org/jira/browse/DERBY-4290
>             Project: Derby
>          Issue Type: Improvement
>          Components: Test
>    Affects Versions: 10.6.0.0
>         Environment: OS:
> Linux .... 32bits
> Linux 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 GNU/Linux
> JVM:
> Product: phoneME Advanced (phoneme_advanced_mr2-b116)
> Profile: Foundation Profile Specification 1.1
> JVM:     CVM phoneme_advanced_mr2-b116 (interpreter loop)
>            Reporter: Ole Solberg
>            Assignee: Ole Solberg
>         Attachments: DERBY-4290_diff.txt, DERBY-4290_stat.txt
>
>
> Since 783408 2009-06-10 18:02:38 MEST suites.All hangs on phoneME/cvm.
> The problem appears to be a hardcoded limitation in  phoneME/cvm: 'java.lang.InternalError: Number of class names exceeds vm limit.'
> In addition the cvm vm just hangs instead of aborting, causing the test to hang.
> Until this may be fixed in phoneME/cvm I suggest to create and run independent subsuites of suites.AllPackages when testing on phoneME/cvm.

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


[jira] Updated: (DERBY-4290) suites.All hangs on phoneME/cvm - caused by cvm/phoneME error

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

Ole Solberg updated DERBY-4290:
-------------------------------

    Issue & fix info: [Patch Available]

suites.All ran with the known failures(Tests run: 4209,  Failures: 1,  Errors: 20) on phoneME/CVM (where OrderByAndSortAvoidance now is bypassed)
and
without failures on Sun Java VM (where OrderByAndSortAvoidance is run).

I intend to commit the patch later today/tomorrow.


> suites.All hangs on phoneME/cvm - caused by cvm/phoneME error
> -------------------------------------------------------------
>
>                 Key: DERBY-4290
>                 URL: https://issues.apache.org/jira/browse/DERBY-4290
>             Project: Derby
>          Issue Type: Improvement
>          Components: Test
>    Affects Versions: 10.6.0.0
>         Environment: OS:
> Linux .... 32bits
> Linux 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 GNU/Linux
> JVM:
> Product: phoneME Advanced (phoneme_advanced_mr2-b116)
> Profile: Foundation Profile Specification 1.1
> JVM:     CVM phoneme_advanced_mr2-b116 (interpreter loop)
>            Reporter: Ole Solberg
>            Assignee: Ole Solberg
>         Attachments: DERBY-4290_diff.txt, DERBY-4290_stat.txt
>
>
> Since 783408 2009-06-10 18:02:38 MEST suites.All hangs on phoneME/cvm.
> The problem appears to be a hardcoded limitation in  phoneME/cvm: 'java.lang.InternalError: Number of class names exceeds vm limit.'
> In addition the cvm vm just hangs instead of aborting, causing the test to hang.
> Until this may be fixed in phoneME/cvm I suggest to create and run independent subsuites of suites.AllPackages when testing on phoneME/cvm.

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


[jira] Commented: (DERBY-4290) suites.All hangs on phoneME/cvm - caused by cvm/phoneME error

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ https://issues.apache.org/jira/browse/DERBY-4290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12726020#action_12726020 ]

Knut Anders Hatlen commented on DERBY-4290:
-------------------------------------------

The patch looks fine to me. Could you also add a reference to this JIRA issue in the comment so that it's easier for others to find out why it was disabled?

> suites.All hangs on phoneME/cvm - caused by cvm/phoneME error
> -------------------------------------------------------------
>
>                 Key: DERBY-4290
>                 URL: https://issues.apache.org/jira/browse/DERBY-4290
>             Project: Derby
>          Issue Type: Improvement
>          Components: Test
>    Affects Versions: 10.6.0.0
>         Environment: OS:
> Linux .... 32bits
> Linux 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 GNU/Linux
> JVM:
> Product: phoneME Advanced (phoneme_advanced_mr2-b116)
> Profile: Foundation Profile Specification 1.1
> JVM:     CVM phoneme_advanced_mr2-b116 (interpreter loop)
>            Reporter: Ole Solberg
>            Assignee: Ole Solberg
>         Attachments: DERBY-4290_diff.txt, DERBY-4290_stat.txt
>
>
> Since 783408 2009-06-10 18:02:38 MEST suites.All hangs on phoneME/cvm.
> The problem appears to be a hardcoded limitation in  phoneME/cvm: 'java.lang.InternalError: Number of class names exceeds vm limit.'
> In addition the cvm vm just hangs instead of aborting, causing the test to hang.
> Until this may be fixed in phoneME/cvm I suggest to create and run independent subsuites of suites.AllPackages when testing on phoneME/cvm.

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


[jira] Updated: (DERBY-4290) suites.All hangs on phoneME/cvm - caused by cvm/phoneME error

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

Ole Solberg updated DERBY-4290:
-------------------------------

    Attachment: DERBY-4290b_stat.txt
                DERBY-4290b_diff.txt

Added ref to this JIRA in the comment.

> suites.All hangs on phoneME/cvm - caused by cvm/phoneME error
> -------------------------------------------------------------
>
>                 Key: DERBY-4290
>                 URL: https://issues.apache.org/jira/browse/DERBY-4290
>             Project: Derby
>          Issue Type: Improvement
>          Components: Test
>    Affects Versions: 10.6.0.0
>         Environment: OS:
> Linux .... 32bits
> Linux 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 GNU/Linux
> JVM:
> Product: phoneME Advanced (phoneme_advanced_mr2-b116)
> Profile: Foundation Profile Specification 1.1
> JVM:     CVM phoneme_advanced_mr2-b116 (interpreter loop)
>            Reporter: Ole Solberg
>            Assignee: Ole Solberg
>         Attachments: DERBY-4290_diff.txt, DERBY-4290_stat.txt, DERBY-4290b_diff.txt, DERBY-4290b_stat.txt
>
>
> Since 783408 2009-06-10 18:02:38 MEST suites.All hangs on phoneME/cvm.
> The problem appears to be a hardcoded limitation in  phoneME/cvm: 'java.lang.InternalError: Number of class names exceeds vm limit.'
> In addition the cvm vm just hangs instead of aborting, causing the test to hang.
> Until this may be fixed in phoneME/cvm I suggest to create and run independent subsuites of suites.AllPackages when testing on phoneME/cvm.

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


[jira] Updated: (DERBY-4290) suites.All hangs on phoneME/cvm - caused by cvm/phoneME error

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

Ole Solberg updated DERBY-4290:
-------------------------------

    Issue & fix info:   (was: [Patch Available])

DERBY-4290b was committed to trunk with revision 790489.

> suites.All hangs on phoneME/cvm - caused by cvm/phoneME error
> -------------------------------------------------------------
>
>                 Key: DERBY-4290
>                 URL: https://issues.apache.org/jira/browse/DERBY-4290
>             Project: Derby
>          Issue Type: Improvement
>          Components: Test
>    Affects Versions: 10.6.0.0
>         Environment: OS:
> Linux .... 32bits
> Linux 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 GNU/Linux
> JVM:
> Product: phoneME Advanced (phoneme_advanced_mr2-b116)
> Profile: Foundation Profile Specification 1.1
> JVM:     CVM phoneme_advanced_mr2-b116 (interpreter loop)
>            Reporter: Ole Solberg
>            Assignee: Ole Solberg
>         Attachments: DERBY-4290_diff.txt, DERBY-4290_stat.txt, DERBY-4290b_diff.txt, DERBY-4290b_stat.txt
>
>
> Since 783408 2009-06-10 18:02:38 MEST suites.All hangs on phoneME/cvm.
> The problem appears to be a hardcoded limitation in  phoneME/cvm: 'java.lang.InternalError: Number of class names exceeds vm limit.'
> In addition the cvm vm just hangs instead of aborting, causing the test to hang.
> Until this may be fixed in phoneME/cvm I suggest to create and run independent subsuites of suites.AllPackages when testing on phoneME/cvm.

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


[jira] Closed: (DERBY-4290) suites.All hangs on phoneME/cvm - caused by cvm/phoneME error

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

Ole Solberg closed DERBY-4290.
------------------------------

    Resolution: Fixed

> suites.All hangs on phoneME/cvm - caused by cvm/phoneME error
> -------------------------------------------------------------
>
>                 Key: DERBY-4290
>                 URL: https://issues.apache.org/jira/browse/DERBY-4290
>             Project: Derby
>          Issue Type: Improvement
>          Components: Test
>    Affects Versions: 10.6.0.0
>         Environment: OS:
> Linux .... 32bits
> Linux 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 GNU/Linux
> JVM:
> Product: phoneME Advanced (phoneme_advanced_mr2-b116)
> Profile: Foundation Profile Specification 1.1
> JVM:     CVM phoneme_advanced_mr2-b116 (interpreter loop)
>            Reporter: Ole Solberg
>            Assignee: Ole Solberg
>         Attachments: DERBY-4290_diff.txt, DERBY-4290_stat.txt, DERBY-4290b_diff.txt, DERBY-4290b_stat.txt
>
>
> Since 783408 2009-06-10 18:02:38 MEST suites.All hangs on phoneME/cvm.
> The problem appears to be a hardcoded limitation in  phoneME/cvm: 'java.lang.InternalError: Number of class names exceeds vm limit.'
> In addition the cvm vm just hangs instead of aborting, causing the test to hang.
> Until this may be fixed in phoneME/cvm I suggest to create and run independent subsuites of suites.AllPackages when testing on phoneME/cvm.

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


[jira] Commented: (DERBY-4290) suites.All hangs on phoneME/cvm - caused by cvm/phoneME error

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ https://issues.apache.org/jira/browse/DERBY-4290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12772955#action_12772955 ]

Ole Solberg commented on DERBY-4290:
------------------------------------

790489 backported to 10.5 with revision 832349.

> suites.All hangs on phoneME/cvm - caused by cvm/phoneME error
> -------------------------------------------------------------
>
>                 Key: DERBY-4290
>                 URL: https://issues.apache.org/jira/browse/DERBY-4290
>             Project: Derby
>          Issue Type: Improvement
>          Components: Test
>    Affects Versions: 10.6.0.0
>         Environment: OS:
> Linux .... 32bits
> Linux 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 GNU/Linux
> JVM:
> Product: phoneME Advanced (phoneme_advanced_mr2-b116)
> Profile: Foundation Profile Specification 1.1
> JVM:     CVM phoneme_advanced_mr2-b116 (interpreter loop)
>            Reporter: Ole Solberg
>            Assignee: Ole Solberg
>         Attachments: DERBY-4290_diff.txt, DERBY-4290_stat.txt, DERBY-4290b_diff.txt, DERBY-4290b_stat.txt
>
>
> Since 783408 2009-06-10 18:02:38 MEST suites.All hangs on phoneME/cvm.
> The problem appears to be a hardcoded limitation in  phoneME/cvm: 'java.lang.InternalError: Number of class names exceeds vm limit.'
> In addition the cvm vm just hangs instead of aborting, causing the test to hang.
> Until this may be fixed in phoneME/cvm I suggest to create and run independent subsuites of suites.AllPackages when testing on phoneME/cvm.

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


[jira] Updated: (DERBY-4290) suites.All hangs on phoneME/cvm - caused by cvm/phoneME error

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

Ole Solberg updated DERBY-4290:
-------------------------------

    Affects Version/s: 10.5.3.1

> suites.All hangs on phoneME/cvm - caused by cvm/phoneME error
> -------------------------------------------------------------
>
>                 Key: DERBY-4290
>                 URL: https://issues.apache.org/jira/browse/DERBY-4290
>             Project: Derby
>          Issue Type: Improvement
>          Components: Test
>    Affects Versions: 10.5.3.1, 10.6.0.0
>         Environment: OS:
> Linux .... 32bits
> Linux 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 GNU/Linux
> JVM:
> Product: phoneME Advanced (phoneme_advanced_mr2-b116)
> Profile: Foundation Profile Specification 1.1
> JVM:     CVM phoneme_advanced_mr2-b116 (interpreter loop)
>            Reporter: Ole Solberg
>            Assignee: Ole Solberg
>         Attachments: DERBY-4290_diff.txt, DERBY-4290_stat.txt, DERBY-4290b_diff.txt, DERBY-4290b_stat.txt
>
>
> Since 783408 2009-06-10 18:02:38 MEST suites.All hangs on phoneME/cvm.
> The problem appears to be a hardcoded limitation in  phoneME/cvm: 'java.lang.InternalError: Number of class names exceeds vm limit.'
> In addition the cvm vm just hangs instead of aborting, causing the test to hang.
> Until this may be fixed in phoneME/cvm I suggest to create and run independent subsuites of suites.AllPackages when testing on phoneME/cvm.

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


[jira] Updated: (DERBY-4290) suites.All hangs on phoneME/cvm - caused by cvm/phoneME error

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

Kathey Marsden updated DERBY-4290:
----------------------------------

    Fix Version/s: 10.6.0.0

> suites.All hangs on phoneME/cvm - caused by cvm/phoneME error
> -------------------------------------------------------------
>
>                 Key: DERBY-4290
>                 URL: https://issues.apache.org/jira/browse/DERBY-4290
>             Project: Derby
>          Issue Type: Improvement
>          Components: Test
>    Affects Versions: 10.5.3.1, 10.6.0.0
>         Environment: OS:
> Linux .... 32bits
> Linux 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 GNU/Linux
> JVM:
> Product: phoneME Advanced (phoneme_advanced_mr2-b116)
> Profile: Foundation Profile Specification 1.1
> JVM:     CVM phoneme_advanced_mr2-b116 (interpreter loop)
>            Reporter: Ole Solberg
>            Assignee: Ole Solberg
>             Fix For: 10.6.0.0
>
>         Attachments: DERBY-4290_diff.txt, DERBY-4290_stat.txt, DERBY-4290b_diff.txt, DERBY-4290b_stat.txt
>
>
> Since 783408 2009-06-10 18:02:38 MEST suites.All hangs on phoneME/cvm.
> The problem appears to be a hardcoded limitation in  phoneME/cvm: 'java.lang.InternalError: Number of class names exceeds vm limit.'
> In addition the cvm vm just hangs instead of aborting, causing the test to hang.
> Until this may be fixed in phoneME/cvm I suggest to create and run independent subsuites of suites.AllPackages when testing on phoneME/cvm.

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