Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8025348 | 8 | Dmitriy Samersoff | P4 | Resolved | Fixed | b109 |
This failure was spotted in the 2013-08-29 RT_Baseline nightly.
JDK: Java(TM) SE Runtime Environment 1.8.0 b104 (1.8.0-ea-fastdebug-b104)
VM: Java HotSpot(TM) 64-Bit Server VM 25.0 b48 (25.0-b48-internal-201308291753.dsamerso.hotspot-fastdebug)
runtime/InitialThreadOverflow/testme.sh
This test failed due to the following:
+ [ x/usr/bin/gcc == x ]
[: 1: x/usr/bin/gcc: unexpected operator
+ CFLAGS=-m64
+ LD_LIBRARY_PATH=.:/export/local/aurora/sandbox/sca/vmsqe/jdk/nightly/fastdebug/rt_baseline/linux-amd64/jre/lib/amd64/server:/usr/lib:
+ export LD_LIBRARY_PATH
+ cp /export/local/aurora/sandbox/sca/vmsqe/testbase/jtreg/nightly/rt_baseline/JT_HS/test/runtime/InitialThreadOverflow/invoke.cxx .
+ cp /export/local/aurora/sandbox/results/workDir/classes/runtime/InitialThreadOverflow/DoOverflow.class .
+ echo Compilation flag:
+ /usr/bin/gcc -DLINUX -m64 -o invoke -I/export/local/aurora/sandbox/sca/vmsqe/jdk/nightly/fastdebug/rt_baseline/linux-amd64/include -I/export/local/aurora/sandbox/sca/vmsqe/jdk/nightly/fastdebug/rt_baseline/linux-amd64/include/linux -L/export/local/aurora/sandbox/sca/vmsqe/jdk/nightly/fastdebug/rt_baseline/linux-amd64/jre/lib/amd64/server -ljvm -lpthread invoke.cxx
/tmp/cc3rh8WH.o:(.eh_frame+0x12): undefined reference to `__gxx_personality_v0'
collect2: ld returned 1 exit status
+ ./invoke
/export/local/aurora/sandbox/sca/vmsqe/testbase/jtreg/nightly/rt_baseline/JT_HS/test/runtime/InitialThreadOverflow/testme.sh: 1: ./invoke: not found
+ exit 127
result: Failed. Execution failed: exit code 127
I see several issues with this test:
+ [ x/usr/bin/gcc == x ]
[: 1: x/usr/bin/gcc: unexpected operator
/tmp/cc3rh8WH.o:(.eh_frame+0x12): undefined reference to `__gxx_personality_v0'
/export/local/aurora/sandbox/sca/vmsqe/testbase/jtreg/nightly/rt_baseline/JT_HS/test/runtime/InitialThreadOverflow/testme.sh: 1: ./invoke: not found
This test failed on 4 configs so far.
JDK: Java(TM) SE Runtime Environment 1.8.0 b104 (1.8.0-ea-fastdebug-b104)
VM: Java HotSpot(TM) 64-Bit Server VM 25.0 b48 (25.0-b48-internal-201308291753.dsamerso.hotspot-fastdebug)
runtime/InitialThreadOverflow/testme.sh
This test failed due to the following:
+ [ x/usr/bin/gcc == x ]
[: 1: x/usr/bin/gcc: unexpected operator
+ CFLAGS=-m64
+ LD_LIBRARY_PATH=.:/export/local/aurora/sandbox/sca/vmsqe/jdk/nightly/fastdebug/rt_baseline/linux-amd64/jre/lib/amd64/server:/usr/lib:
+ export LD_LIBRARY_PATH
+ cp /export/local/aurora/sandbox/sca/vmsqe/testbase/jtreg/nightly/rt_baseline/JT_HS/test/runtime/InitialThreadOverflow/invoke.cxx .
+ cp /export/local/aurora/sandbox/results/workDir/classes/runtime/InitialThreadOverflow/DoOverflow.class .
+ echo Compilation flag:
+ /usr/bin/gcc -DLINUX -m64 -o invoke -I/export/local/aurora/sandbox/sca/vmsqe/jdk/nightly/fastdebug/rt_baseline/linux-amd64/include -I/export/local/aurora/sandbox/sca/vmsqe/jdk/nightly/fastdebug/rt_baseline/linux-amd64/include/linux -L/export/local/aurora/sandbox/sca/vmsqe/jdk/nightly/fastdebug/rt_baseline/linux-amd64/jre/lib/amd64/server -ljvm -lpthread invoke.cxx
/tmp/cc3rh8WH.o:(.eh_frame+0x12): undefined reference to `__gxx_personality_v0'
collect2: ld returned 1 exit status
+ ./invoke
/export/local/aurora/sandbox/sca/vmsqe/testbase/jtreg/nightly/rt_baseline/JT_HS/test/runtime/InitialThreadOverflow/testme.sh: 1: ./invoke: not found
+ exit 127
result: Failed. Execution failed: exit code 127
I see several issues with this test:
+ [ x/usr/bin/gcc == x ]
[: 1: x/usr/bin/gcc: unexpected operator
/tmp/cc3rh8WH.o:(.eh_frame+0x12): undefined reference to `__gxx_personality_v0'
/export/local/aurora/sandbox/sca/vmsqe/testbase/jtreg/nightly/rt_baseline/JT_HS/test/runtime/InitialThreadOverflow/testme.sh: 1: ./invoke: not found
This test failed on 4 configs so far.
- backported by
-
JDK-8025348 runtime/InitialThreadOverflow/testme.sh fails
-
- Resolved
-
- relates to
-
JDK-8009062 poor performance of JNI AttachCurrentThread after fix for 7017193
-
- Closed
-