Hi, I'm attempting to build Inline::Java 0.52 on a SuSE enterprise 10 machine with Sun's jdk1.5.0. The "make test" step always hangs during t/10_2_shared_start.t :
Perl version is 5.008008 Inline version is 0.44 Inline::Java version is 0.52 J2SDK version is 1.5.0_14, from /usr/java/jdk1.5.0_14 CLASSPATH is <empty> t/01_init................ok t/02_primitives..........ok t/02_primitives_1_4......ok t/03_objects.............ok t/04_members.............ok t/05_arrays..............ok t/06_static..............ok t/07_polymorph...........ok t/08_study...............ok t/09_usages..............ok t/10_1_shared_alone......ok t/10_2_shared_start......1/3 If I try to run this test alone using "make test TEST_FILES=t/10_2_shared_start.t", it still hangs. However, it succeeds if I then do "perl -Mblib t/10_2_shared_start.t". If I move t/10_2_shared_start.t out of the way, t/10_3_shared_use.t starts failing because it expected t/10_2_shared_start.t to start something, apparently. So there are a lot of interdependencies here that make it hard to figure out what's going on. My best guess is that Inline::Java::i_am_JVM_owner() is where it's hanging. -Ken