Community
Participate
Working Groups
Build ID: TPTP-4.7.2-201012121900 JRE: IBM 1.6.0 Test cases: Platform.Execution.Probekit.JVMTI.Linuxia32.testsuite Platform.Execution.ProbeKit.JVMTI.testsuite They both have the same error append at the end in the output file: java.lang.Exception: Stack Dump at SystemProperty_probe$Probe_0._beforeCall(SystemProperty_probe.java:32) at com.sample.test.CodeFlow.main(CodeFlow.java:118) [CodeFlow] Wow, that's a lot of arguments!
Sam, Is this a regressoin from TPTP 4.7.1? Paul, Please take a look.
The same error occurred when I ran it on build ID: TPTP-4.7.1 with java IBM 1.6.0 for both SystemProperty test case in Platform.Execution.Probekit.JVMTI.Linuxia32.testsuite Platform.Execution.ProbeKit.JVMTI.testsuite Here is the output: [CodeFlow] Finally in Conditions() [CodeFlow] Exception will be thrown [CodeFlow] Exception handled [CodeFlow] java.lang.Exception: Test exception [CodeFlow] This time we won't catch it [CodeFlow] Finally in Exceptions() [CodeFlow] Caught exception in main Found [Hello!] in com/sample/test/CodeFlow.manyargs (arg[8]) Probe Exception:java.lang.Exception: Stack Dump java.lang.Exception: Stack Dump at SystemProperty_probe$Probe_0._beforeCall(SystemProperty_probe.java:32) at com.sample.test.CodeFlow.main(CodeFlow.java:118) [CodeFlow] Wow, that's a lot of arguments!
The stack trace is thrown by the probe when the -DPROBE.FINDVAR.DUMPSTACK JVM argument is provided. I suspect that this argument was left in the launch configuration when originally tested. Tested using TPTP-4.7.2-201012291900 without problem. Closing