You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "weldon washburn (JIRA)" <ji...@apache.org> on 2007/05/12 06:55:15 UTC

[jira] Commented: (HARMONY-3582) gc.Multithread smoke test hangs on Windows

    [ https://issues.apache.org/jira/browse/HARMONY-3582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12495227 ] 

weldon washburn commented on HARMONY-3582:
------------------------------------------

I tried running gc.MultiThreads on the latest svn head on my windows laptop.  I get the following error:

C:\Documents and Settings\weldon\My Documents\important\misc>c:\t_harmony\trunk\
working_vm\build\deploy\jdk\jre\bin\java -cp c:\"Documents and Settings"\weldon\
"My Documents"\important\misc;. gc.MultiThread
Uncaught exception in main:
java.lang.NoClassDefFoundError: and
Caused by: java.lang.ClassNotFoundException: and
        at java.net.URLClassLoader.findClass(URLClassLoader.java:631)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:554)
        at java.lang.ClassLoader$SystemClassLoader.loadClass(ClassLoader.java:94
2)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:311)
FAILED to invoke JVM.

I built a simple MegaJoin.java test and attached it to this JIRA.  On my windows laptop, it gives basically the same error as the above.  See below.  Does anyone see this on their laptop?  Also, both MegaJoin and also gc.MultiThreads work fine on Linux.

C:\Documents and Settings\weldon\My Documents\important\misc>c:\t_harmony\trunk\
working_vm\build\deploy\jdk\jre\bin\java -cp c:\"Documents and Settings"\weldon\
"My Documents"\important\misc;. MegaJoin
Uncaught exception in main:
java.lang.NoClassDefFoundError: and
Caused by: java.lang.ClassNotFoundException: and
        at java.net.URLClassLoader.findClass(URLClassLoader.java:631)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:554)
        at java.lang.ClassLoader$SystemClassLoader.loadClass(ClassLoader.java:94
2)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:311)
FAILED to invoke JVM.



> gc.Multithread smoke test hangs on Windows
> ------------------------------------------
>
>                 Key: HARMONY-3582
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3582
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: dual core x86 with WIndows XP SP2, 32 bits
>            Reporter: Rana Dasgupta
>         Assigned To: weldon washburn
>         Attachments: MegaJoin.java, shutdown_problem.patch, shutdown_problem2.patch, WorkerThread.java
>
>
> gc.multiTHreads repeatedly hangs during exit after printing "PASSED" on the console window. I can repro the hang in the debugger as well. Breaking in with the debugger shows a deadlock where the shutdown thread is blocked trying to acquire a critical section that was probably not cleanly released by a terminated thread. 

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