-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
1.2.0
-
None
-
sparc
-
solaris_2.6
When we try to run Java 3D on JDK 1.2 we get some lock errors from AWT.
Here is the errors:
AWT lock error (../../../../src/solaris/native/sun/awt/awt_Frame.c,1200) (last held by ../../../../src/solaris/native/sun/awt/awt_MToolkit.c,967) 1
AWT notify all error (../../../../src/solaris/native/sun/awt/awt_MToolkit.c,177,2)
AWT unlock error (../../../../src/solaris/native/sun/awt/awt_Frame.c,1379,1)
This happens on a build of about a week ago.
To reproduce the problem:
You need OpenGL 1.1 installed on your system. Then,
% cd /net/mickey/export/home1/runner/java3d
% setenv JAVAHOME `jdk1.2 location`
% source SOURCE_ME
% cd test/HelloUniverse
% java_g HelloUniverse
If you have any problems running this, let me know.
Here is the errors:
AWT lock error (../../../../src/solaris/native/sun/awt/awt_Frame.c,1200) (last held by ../../../../src/solaris/native/sun/awt/awt_MToolkit.c,967) 1
AWT notify all error (../../../../src/solaris/native/sun/awt/awt_MToolkit.c,177,2)
AWT unlock error (../../../../src/solaris/native/sun/awt/awt_Frame.c,1379,1)
This happens on a build of about a week ago.
To reproduce the problem:
You need OpenGL 1.1 installed on your system. Then,
% cd /net/mickey/export/home1/runner/java3d
% setenv JAVAHOME `jdk1.2 location`
% source SOURCE_ME
% cd test/HelloUniverse
% java_g HelloUniverse
If you have any problems running this, let me know.
- duplicates
-
JDK-4074297 AWT_LOCK is recursively acquired
-
- Closed
-