FreeBSD Bugzilla – Attachment 165095 Details for
Bug 205229
java/openjdk8 possible unsatisfied link of getSystemCpuLoad()
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Stacktrace of selfpatched build that returns 0 instead of -1
stacktrace_crash_with_selfpatched_build_1.8.0_66-b17.txt (text/plain), 31.92 KB, created by
Tobias Feldhaus
on 2016-01-05 08:40:40 UTC
(
hide
)
Description:
Stacktrace of selfpatched build that returns 0 instead of -1
Filename:
MIME Type:
Creator:
Tobias Feldhaus
Created:
2016-01-05 08:40:40 UTC
Size:
31.92 KB
patch
obsolete
># ># A fatal error has been detected by the Java Runtime Environment: ># ># Internal Error (os_bsd.cpp:4321), pid=99679, tid=101611 ># Error: Unimplemented() ># ># JRE version: OpenJDK Runtime Environment (8.0_66-b17) (build 1.8.0_66-b17) ># Java VM: OpenJDK 64-Bit Server VM (25.66-b17 mixed mode bsd-amd64 compressed oops) ># Core dump written. Default location: /usr/home/deploy/presto/presto-main/java.core ># ># If you would like to submit a bug report, please visit: ># http://bugreport.java.com/bugreport/crash.jsp ># > >--------------- T H R E A D --------------- > >Current thread (0x000000080344a800): JavaThread "pool-3-thread-2" [_thread_in_vm, id=101611, stack(0x00007fffddada000,0x00007fffddbda000)] > >Stack: [0x00007fffddada000,0x00007fffddbda000], sp=0x00007fffddbd8570, free space=1017k >Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) >V [libjvm.so+0x909950] JVM_handle_bsd_signal+0x156af0 >V [libjvm.so+0x466feb] +0x276273 >V [libjvm.so+0x7b209c] JVM_FindSignal+0x19f2fc >V [libjvm.so+0x736017] JVM_FindSignal+0x123277 >j sun.management.ThreadImpl.getThreadUserCpuTime0(J)J+0 >j sun.management.ThreadImpl.getCurrentThreadUserTime()J+8 >j com.facebook.presto.operator.OperatorContext.currentThreadUserTime()J+23 >j com.facebook.presto.operator.OperatorContext.startIntervalTimer()V+26 >j com.facebook.presto.operator.Driver.processInternal()Lcom/google/common/util/concurrent/ListenableFuture;+233 >j com.facebook.presto.operator.Driver.process()Lcom/google/common/util/concurrent/ListenableFuture;+62 >j com.facebook.presto.testing.LocalQueryRunner.execute(Lcom/facebook/presto/Session;Ljava/lang/String;)Lcom/facebook/presto/testing/MaterializedResult;+95 >j com.facebook.presto.testing.LocalQueryRunner.execute(Ljava/lang/String;)Lcom/facebook/presto/testing/MaterializedResult;+6 >j com.facebook.presto.operator.scalar.FunctionAssertions.executeProjectionWithAll(Ljava/lang/String;Lcom/facebook/presto/spi/type/Type;Lcom/facebook/presto/Session;Lcom/facebook/presto/sql/gen/ExpressionCompiler;)Ljava/util/List;+60 >j com.facebook.presto.operator.scalar.FunctionAssertions.selectUniqueValue(Ljava/lang/String;Lcom/facebook/presto/spi/type/Type;Lcom/facebook/presto/Session;Lcom/facebook/presto/sql/gen/ExpressionCompiler;)Ljava/lang/Object;+6 >j com.facebook.presto.operator.scalar.FunctionAssertions.selectSingleValue(Ljava/lang/String;Lcom/facebook/presto/spi/type/Type;Lcom/facebook/presto/sql/gen/ExpressionCompiler;)Ljava/lang/Object;+8 >j com.facebook.presto.operator.scalar.FunctionAssertions.assertFunction(Ljava/lang/String;Lcom/facebook/presto/spi/type/Type;Ljava/lang/Object;)V+43 >j com.facebook.presto.type.BooleanOperatorsTest.assertFunction(Ljava/lang/String;Lcom/facebook/presto/spi/type/Type;Ljava/lang/Object;)V+7 >j com.facebook.presto.type.BooleanOperatorsTest.testBetween()V+10 >v ~StubRoutines::call_stub >V [libjvm.so+0x59d72b] AsyncGetCallTrace+0xcaa0b >V [libjvm.so+0x80e821] JVM_handle_bsd_signal+0x5b9c1 >V [libjvm.so+0x80f58d] JVM_handle_bsd_signal+0x5c72d >V [libjvm.so+0x60f780] JVM_InvokeMethod+0x2c0 >J 6051 sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (0 bytes) @ 0x00000008045478c5 [0x00000008045477c0+0x105] >j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+100 >J 4452 C1 sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (10 bytes) @ 0x000000080448c244 [0x000000080448c100+0x144] >J 4572 C1 java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (62 bytes) @ 0x00000008047bcaa4 [0x00000008047bc660+0x444] >J 7041 C1 org.testng.internal.MethodInvocationHelper.invokeMethod(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (239 bytes) @ 0x0000000803f61c0c [0x0000000803f5f0c0+0x2b4c] >j org.testng.internal.Invoker.invokeMethod(Ljava/lang/Object;Lorg/testng/ITestNGMethod;[Ljava/lang/Object;ILorg/testng/xml/XmlSuite;Ljava/util/Map;Lorg/testng/ITestClass;[Lorg/testng/ITestNGMethod;[Lorg/testng/ITestNGMethod;Lorg/testng/internal/ConfigurationGroupMethods;Lorg/testng/internal/Invoker$FailureContext;)Lorg/testng/ITestResult;+278 >j org.testng.internal.Invoker.invokeTestMethod(Ljava/lang/Object;Lorg/testng/ITestNGMethod;[Ljava/lang/Object;ILorg/testng/xml/XmlSuite;Ljava/util/Map;Lorg/testng/ITestClass;[Lorg/testng/ITestNGMethod;[Lorg/testng/ITestNGMethod;Lorg/testng/internal/ConfigurationGroupMethods;Lorg/testng/internal/Invoker$FailureContext;)Lorg/testng/ITestResult;+29 >j org.testng.internal.Invoker.invokeTestMethods(Lorg/testng/ITestNGMethod;Lorg/testng/xml/XmlSuite;Ljava/util/Map;Lorg/testng/internal/ConfigurationGroupMethods;Ljava/lang/Object;Lorg/testng/ITestContext;)Ljava/util/List;+675 >j org.testng.internal.TestMethodWorker.invokeTestMethods(Lorg/testng/ITestNGMethod;Ljava/lang/Object;Lorg/testng/ITestContext;)V+19 >j org.testng.internal.TestMethodWorker.run()V+60 >j java.util.concurrent.ThreadPoolExecutor.runWorker(Ljava/util/concurrent/ThreadPoolExecutor$Worker;)V+95 >j java.util.concurrent.ThreadPoolExecutor$Worker.run()V+5 >j java.lang.Thread.run()V+11 >v ~StubRoutines::call_stub >V [libjvm.so+0x59d72b] AsyncGetCallTrace+0xcaa0b >V [libjvm.so+0x59c173] AsyncGetCallTrace+0xc9453 >V [libjvm.so+0x59c3ac] AsyncGetCallTrace+0xc968c >V [libjvm.so+0x608b2e] JVM_StartThread+0x36e >V [libjvm.so+0x8b13a0] JVM_handle_bsd_signal+0xfe540 >V [libjvm.so+0x7ad0ef] JVM_FindSignal+0x19a34f >C [libthr.so.3+0x87c5] operator->+0x725 >C 0x0000000000000000 > >Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) >j sun.management.ThreadImpl.getThreadUserCpuTime0(J)J+0 >j sun.management.ThreadImpl.getCurrentThreadUserTime()J+8 >j com.facebook.presto.operator.OperatorContext.currentThreadUserTime()J+23 >j com.facebook.presto.operator.OperatorContext.startIntervalTimer()V+26 >j com.facebook.presto.operator.Driver.processInternal()Lcom/google/common/util/concurrent/ListenableFuture;+233 >j com.facebook.presto.operator.Driver.process()Lcom/google/common/util/concurrent/ListenableFuture;+62 >j com.facebook.presto.testing.LocalQueryRunner.execute(Lcom/facebook/presto/Session;Ljava/lang/String;)Lcom/facebook/presto/testing/MaterializedResult;+95 >j com.facebook.presto.testing.LocalQueryRunner.execute(Ljava/lang/String;)Lcom/facebook/presto/testing/MaterializedResult;+6 >j com.facebook.presto.operator.scalar.FunctionAssertions.executeProjectionWithAll(Ljava/lang/String;Lcom/facebook/presto/spi/type/Type;Lcom/facebook/presto/Session;Lcom/facebook/presto/sql/gen/ExpressionCompiler;)Ljava/util/List;+60 >j com.facebook.presto.operator.scalar.FunctionAssertions.selectUniqueValue(Ljava/lang/String;Lcom/facebook/presto/spi/type/Type;Lcom/facebook/presto/Session;Lcom/facebook/presto/sql/gen/ExpressionCompiler;)Ljava/lang/Object;+6 >j com.facebook.presto.operator.scalar.FunctionAssertions.selectSingleValue(Ljava/lang/String;Lcom/facebook/presto/spi/type/Type;Lcom/facebook/presto/sql/gen/ExpressionCompiler;)Ljava/lang/Object;+8 >j com.facebook.presto.operator.scalar.FunctionAssertions.assertFunction(Ljava/lang/String;Lcom/facebook/presto/spi/type/Type;Ljava/lang/Object;)V+43 >j com.facebook.presto.type.BooleanOperatorsTest.assertFunction(Ljava/lang/String;Lcom/facebook/presto/spi/type/Type;Ljava/lang/Object;)V+7 >j com.facebook.presto.type.BooleanOperatorsTest.testBetween()V+10 >v ~StubRoutines::call_stub >J 6051 sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (0 bytes) @ 0x000000080454784f [0x00000008045477c0+0x8f] >j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+100 >J 4452 C1 sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (10 bytes) @ 0x000000080448c244 [0x000000080448c100+0x144] >J 4572 C1 java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (62 bytes) @ 0x00000008047bcaa4 [0x00000008047bc660+0x444] >J 7041 C1 org.testng.internal.MethodInvocationHelper.invokeMethod(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (239 bytes) @ 0x0000000803f61c0c [0x0000000803f5f0c0+0x2b4c] >j org.testng.internal.Invoker.invokeMethod(Ljava/lang/Object;Lorg/testng/ITestNGMethod;[Ljava/lang/Object;ILorg/testng/xml/XmlSuite;Ljava/util/Map;Lorg/testng/ITestClass;[Lorg/testng/ITestNGMethod;[Lorg/testng/ITestNGMethod;Lorg/testng/internal/ConfigurationGroupMethods;Lorg/testng/internal/Invoker$FailureContext;)Lorg/testng/ITestResult;+278 >j org.testng.internal.Invoker.invokeTestMethod(Ljava/lang/Object;Lorg/testng/ITestNGMethod;[Ljava/lang/Object;ILorg/testng/xml/XmlSuite;Ljava/util/Map;Lorg/testng/ITestClass;[Lorg/testng/ITestNGMethod;[Lorg/testng/ITestNGMethod;Lorg/testng/internal/ConfigurationGroupMethods;Lorg/testng/internal/Invoker$FailureContext;)Lorg/testng/ITestResult;+29 >j org.testng.internal.Invoker.invokeTestMethods(Lorg/testng/ITestNGMethod;Lorg/testng/xml/XmlSuite;Ljava/util/Map;Lorg/testng/internal/ConfigurationGroupMethods;Ljava/lang/Object;Lorg/testng/ITestContext;)Ljava/util/List;+675 >j org.testng.internal.TestMethodWorker.invokeTestMethods(Lorg/testng/ITestNGMethod;Ljava/lang/Object;Lorg/testng/ITestContext;)V+19 >j org.testng.internal.TestMethodWorker.run()V+60 >j java.util.concurrent.ThreadPoolExecutor.runWorker(Ljava/util/concurrent/ThreadPoolExecutor$Worker;)V+95 >j java.util.concurrent.ThreadPoolExecutor$Worker.run()V+5 >j java.lang.Thread.run()V+11 >v ~StubRoutines::call_stub > >--------------- P R O C E S S --------------- > >Java Threads: ( => current thread ) > 0x00000008d9858000 JavaThread "local-query-runner-0" daemon [_thread_blocked, id=101612, stack(0x00007fffdd9d9000,0x00007fffddad9000)] >=>0x000000080344a800 JavaThread "pool-3-thread-2" [_thread_in_vm, id=101611, stack(0x00007fffddada000,0x00007fffddbda000)] > 0x000000080344a000 JavaThread "pool-3-thread-1" [_thread_in_Java, id=101610, stack(0x00007fffddbdb000,0x00007fffddcdb000)] > 0x0000000803449000 JavaThread "SplitRunner-15-26" [_thread_blocked, id=101609, stack(0x00007fffddcdc000,0x00007fffddddc000)] > 0x0000000803448800 JavaThread "SplitRunner-14-25" [_thread_blocked, id=101608, stack(0x00007fffddddd000,0x00007fffddedd000)] > 0x0000000803447800 JavaThread "SplitRunner-13-24" [_thread_blocked, id=101607, stack(0x00007fffddede000,0x00007fffddfde000)] > 0x0000000803447000 JavaThread "SplitRunner-12-23" [_thread_blocked, id=101606, stack(0x00007fffddfdf000,0x00007fffde0df000)] > 0x0000000803446000 JavaThread "SplitRunner-11-22" [_thread_blocked, id=101605, stack(0x00007fffde0e0000,0x00007fffde1e0000)] > 0x0000000803445800 JavaThread "SplitRunner-10-21" [_thread_blocked, id=101604, stack(0x00007fffde1e1000,0x00007fffde2e1000)] > 0x000000080343c800 JavaThread "SplitRunner-9-20" [_thread_blocked, id=101602, stack(0x00007fffde2e2000,0x00007fffde3e2000)] > 0x000000080343e000 JavaThread "SplitRunner-8-19" [_thread_blocked, id=101601, stack(0x00007fffde3e3000,0x00007fffde4e3000)] > 0x0000000803444800 JavaThread "SplitRunner-7-18" [_thread_blocked, id=101597, stack(0x00007fffde4e4000,0x00007fffde5e4000)] > 0x0000000803444000 JavaThread "SplitRunner-6-17" [_thread_blocked, id=101592, stack(0x00007fffde5e5000,0x00007fffde6e5000)] > 0x0000000803443000 JavaThread "SplitRunner-5-16" [_thread_blocked, id=101591, stack(0x00007fffde6e6000,0x00007fffde7e6000)] > 0x0000000803442800 JavaThread "SplitRunner-4-15" [_thread_blocked, id=101587, stack(0x00007fffde7e7000,0x00007fffde8e7000)] > 0x0000000803441800 JavaThread "SplitRunner-3-14" [_thread_blocked, id=101583, stack(0x00007fffde8e8000,0x00007fffde9e8000)] > 0x0000000803441000 JavaThread "SplitRunner-2-13" [_thread_blocked, id=101582, stack(0x00007fffde9e9000,0x00007fffdeae9000)] > 0x0000000803440000 JavaThread "SplitRunner-1-12" [_thread_blocked, id=101578, stack(0x00007fffdeaea000,0x00007fffdebea000)] > 0x000000080343f800 JavaThread "SplitRunner-0-11" [_thread_blocked, id=101576, stack(0x00007fffdebeb000,0x00007fffdeceb000)] > 0x0000000803438000 JavaThread "Service Thread" daemon [_thread_blocked, id=101573, stack(0x00007fffdeded000,0x00007fffdeeed000)] > 0x0000000803437000 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=101570, stack(0x00007fffdeeee000,0x00007fffdefee000)] > 0x0000000803436800 JavaThread "C2 CompilerThread2" daemon [_thread_in_native, id=101569, stack(0x00007fffdefef000,0x00007fffdf0ef000)] > 0x0000000803435800 JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=101567, stack(0x00007fffdf0f0000,0x00007fffdf1f0000)] > 0x0000000803435000 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=101566, stack(0x00007fffdf1f1000,0x00007fffdf2f1000)] > 0x0000000803434000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=101565, stack(0x00007fffdf2f2000,0x00007fffdf3f2000)] > 0x0000000803433800 JavaThread "Finalizer" daemon [_thread_blocked, id=101564, stack(0x00007fffdf3f3000,0x00007fffdf4f3000)] > 0x0000000803432800 JavaThread "Reference Handler" daemon [_thread_blocked, id=101563, stack(0x00007fffdf4f4000,0x00007fffdf5f4000)] > 0x0000000803431000 JavaThread "main" [_thread_blocked, id=101225, stack(0x00007fffdfefe000,0x00007fffdfffe000)] > >Other Threads: > 0x00000008034ef800 VMThread [stack: 0x00007fffdf5f5000,0x00007fffdf6f5000] [id=101562] > 0x00000008034f0800 WatcherThread [stack: 0x00007fffdecec000,0x00007fffdedec000] [id=101574] > >VM state:not at safepoint (normal execution) > >VM Mutex/Monitor currently owned by a thread: None > >Heap: > PSYoungGen total 663040K, used 245987K [0x0000000868b80000, 0x0000000893600000, 0x0000000893600000) > eden space 625664K, 39% used [0x0000000868b80000,0x0000000877bb8e88,0x000000088ee80000) > from space 37376K, 0% used [0x0000000891180000,0x0000000891180000,0x0000000893600000) > to space 35840K, 0% used [0x000000088ee80000,0x000000088ee80000,0x0000000891180000) > ParOldGen total 1398272K, used 83795K [0x0000000813600000, 0x0000000868b80000, 0x0000000868b80000) > object space 1398272K, 5% used [0x0000000813600000,0x00000008187d4e78,0x0000000868b80000) > Metaspace used 49610K, capacity 62606K, committed 62848K, reserved 1101824K > class space used 7106K, capacity 9559K, committed 9600K, reserved 1048576K > >Card table byte_map: [0x0000000893600000,0x0000000893a01000] byte_map_base: 0x000000088f565000 > >Marking Bits: (ParMarkBitMap*) 0x000000080299c708 > Begin Bits: [0x0000000893cac000, 0x0000000895cac000) > End Bits: [0x0000000895cac000, 0x0000000897cac000) > >Polling page: 0x000000080064f000 > >CodeCache: size=245760Kb used=19403Kb max_used=19403Kb free=226356Kb > bounds [0x0000000803e41000, 0x0000000805151000, 0x0000000812e41000] > total_blobs=6211 nmethods=5684 adapters=439 > compilation: enabled > >Compilation events (10 events): >Event: 31.634 Thread 0x0000000803437000 7553 3 java.lang.invoke.InnerClassLambdaMetafactory::getParameterSize (27 bytes) >Event: 31.635 Thread 0x0000000803437000 nmethod 7553 0x0000000805145b50 code [0x0000000805145cc0, 0x0000000805145ef0] >Event: 31.645 Thread 0x0000000803437000 7554 3 java.lang.invoke.MethodHandles$Lookup::resolveOrFail (39 bytes) >Event: 31.647 Thread 0x0000000803437000 nmethod 7554 0x0000000805145f50 code [0x0000000805146160, 0x00000008051470a8] >Event: 31.657 Thread 0x0000000803437000 7555 3 java.util.stream.ReduceOps$3::getOpFlags (28 bytes) >Event: 31.658 Thread 0x0000000803437000 nmethod 7555 0x0000000805147490 code [0x0000000805147620, 0x0000000805147948] >Event: 31.676 Thread 0x0000000803437000 7558 3 org.objectweb.asm.Frame::a (43 bytes) >Event: 31.676 Thread 0x0000000803437000 nmethod 7558 0x0000000805147a50 code [0x0000000805147bc0, 0x0000000805147dd0] >Event: 31.676 Thread 0x0000000803437000 7559 3 org.objectweb.asm.Frame::a (306 bytes) >Event: 31.677 Thread 0x0000000803437000 nmethod 7559 0x0000000805147ed0 code [0x00000008051480c0, 0x0000000805148be8] > >GC Heap History (10 events): >Event: 29.118 GC heap before >{Heap before GC invocations=37 (full 2): > PSYoungGen total 655360K, used 614223K [0x0000000868b80000, 0x0000000893600000, 0x0000000893600000) > eden space 609792K, 100% used [0x0000000868b80000,0x000000088df00000,0x000000088df00000) > from space 45568K, 9% used [0x0000000890980000,0x0000000890dd3cc8,0x0000000893600000) > to space 43520K, 0% used [0x000000088df00000,0x000000088df00000,0x0000000890980000) > ParOldGen total 1398272K, used 83718K [0x0000000813600000, 0x0000000868b80000, 0x0000000868b80000) > object space 1398272K, 5% used [0x0000000813600000,0x00000008187c1b70,0x0000000868b80000) > Metaspace used 45871K, capacity 58656K, committed 58752K, reserved 1099776K > class space used 6587K, capacity 9005K, committed 9088K, reserved 1048576K >Event: 29.120 GC heap after >Heap after GC invocations=37 (full 2): > PSYoungGen total 653312K, used 6271K [0x0000000868b80000, 0x0000000893600000, 0x0000000893600000) > eden space 609792K, 0% used [0x0000000868b80000,0x0000000868b80000,0x000000088df00000) > from space 43520K, 14% used [0x000000088df00000,0x000000088e51fc00,0x0000000890980000) > to space 41472K, 0% used [0x0000000890d80000,0x0000000890d80000,0x0000000893600000) > ParOldGen total 1398272K, used 83726K [0x0000000813600000, 0x0000000868b80000, 0x0000000868b80000) > object space 1398272K, 5% used [0x0000000813600000,0x00000008187c3b70,0x0000000868b80000) > Metaspace used 45871K, capacity 58656K, committed 58752K, reserved 1099776K > class space used 6587K, capacity 9005K, committed 9088K, reserved 1048576K >} >Event: 29.753 GC heap before >{Heap before GC invocations=38 (full 2): > PSYoungGen total 653312K, used 616063K [0x0000000868b80000, 0x0000000893600000, 0x0000000893600000) > eden space 609792K, 100% used [0x0000000868b80000,0x000000088df00000,0x000000088df00000) > from space 43520K, 14% used [0x000000088df00000,0x000000088e51fc00,0x0000000890980000) > to space 41472K, 0% used [0x0000000890d80000,0x0000000890d80000,0x0000000893600000) > ParOldGen total 1398272K, used 83726K [0x0000000813600000, 0x0000000868b80000, 0x0000000868b80000) > object space 1398272K, 5% used [0x0000000813600000,0x00000008187c3b70,0x0000000868b80000) > Metaspace used 45871K, capacity 58656K, committed 58752K, reserved 1099776K > class space used 6587K, capacity 9005K, committed 9088K, reserved 1048576K >Event: 29.756 GC heap after >Heap after GC invocations=38 (full 2): > PSYoungGen total 659456K, used 6062K [0x0000000868b80000, 0x0000000893600000, 0x0000000893600000) > eden space 617984K, 0% used [0x0000000868b80000,0x0000000868b80000,0x000000088e700000) > from space 41472K, 14% used [0x0000000890d80000,0x000000089136b8a0,0x0000000893600000) > to space 39424K, 0% used [0x000000088e700000,0x000000088e700000,0x0000000890d80000) > ParOldGen total 1398272K, used 83734K [0x0000000813600000, 0x0000000868b80000, 0x0000000868b80000) > object space 1398272K, 5% used [0x0000000813600000,0x00000008187c5b70,0x0000000868b80000) > Metaspace used 45871K, capacity 58656K, committed 58752K, reserved 1099776K > class space used 6587K, capacity 9005K, committed 9088K, reserved 1048576K >} >Event: 30.188 GC heap before >{Heap before GC invocations=39 (full 2): > PSYoungGen total 659456K, used 624046K [0x0000000868b80000, 0x0000000893600000, 0x0000000893600000) > eden space 617984K, 100% used [0x0000000868b80000,0x000000088e700000,0x000000088e700000) > from space 41472K, 14% used [0x0000000890d80000,0x000000089136b8a0,0x0000000893600000) > to space 39424K, 0% used [0x000000088e700000,0x000000088e700000,0x0000000890d80000) > ParOldGen total 1398272K, used 83734K [0x0000000813600000, 0x0000000868b80000, 0x0000000868b80000) > object space 1398272K, 5% used [0x0000000813600000,0x00000008187c5b70,0x0000000868b80000) > Metaspace used 45871K, capacity 58656K, committed 58752K, reserved 1099776K > class space used 6587K, capacity 9005K, committed 9088K, reserved 1048576K >Event: 30.191 GC heap after >Heap after GC invocations=39 (full 2): > PSYoungGen total 657408K, used 6916K [0x0000000868b80000, 0x0000000893600000, 0x0000000893600000) > eden space 617984K, 0% used [0x0000000868b80000,0x0000000868b80000,0x000000088e700000) > from space 39424K, 17% used [0x000000088e700000,0x000000088edc1068,0x0000000890d80000) > to space 37376K, 0% used [0x0000000891180000,0x0000000891180000,0x0000000893600000) > ParOldGen total 1398272K, used 83742K [0x0000000813600000, 0x0000000868b80000, 0x0000000868b80000) > object space 1398272K, 5% used [0x0000000813600000,0x00000008187c7b70,0x0000000868b80000) > Metaspace used 45871K, capacity 58656K, committed 58752K, reserved 1099776K > class space used 6587K, capacity 9005K, committed 9088K, reserved 1048576K >} >Event: 30.684 GC heap before >{Heap before GC invocations=40 (full 2): > PSYoungGen total 657408K, used 585984K [0x0000000868b80000, 0x0000000893600000, 0x0000000893600000) > eden space 617984K, 93% used [0x0000000868b80000,0x000000088c0ff228,0x000000088e700000) > from space 39424K, 17% used [0x000000088e700000,0x000000088edc1068,0x0000000890d80000) > to space 37376K, 0% used [0x0000000891180000,0x0000000891180000,0x0000000893600000) > ParOldGen total 1398272K, used 83742K [0x0000000813600000, 0x0000000868b80000, 0x0000000868b80000) > object space 1398272K, 5% used [0x0000000813600000,0x00000008187c7b70,0x0000000868b80000) > Metaspace used 46226K, capacity 59110K, committed 59160K, reserved 1099776K > class space used 6628K, capacity 9062K, committed 9088K, reserved 1048576K >Event: 30.700 GC heap after >Heap after GC invocations=40 (full 2): > PSYoungGen total 663040K, used 3002K [0x0000000868b80000, 0x0000000893600000, 0x0000000893600000) > eden space 625664K, 0% used [0x0000000868b80000,0x0000000868b80000,0x000000088ee80000) > from space 37376K, 8% used [0x0000000891180000,0x000000089146e9e8,0x0000000893600000) > to space 35840K, 0% used [0x000000088ee80000,0x000000088ee80000,0x0000000891180000) > ParOldGen total 1398272K, used 83766K [0x0000000813600000, 0x0000000868b80000, 0x0000000868b80000) > object space 1398272K, 5% used [0x0000000813600000,0x00000008187cdb70,0x0000000868b80000) > Metaspace used 46226K, capacity 59110K, committed 59160K, reserved 1099776K > class space used 6628K, capacity 9062K, committed 9088K, reserved 1048576K >} >Event: 30.700 GC heap before >{Heap before GC invocations=41 (full 3): > PSYoungGen total 663040K, used 3002K [0x0000000868b80000, 0x0000000893600000, 0x0000000893600000) > eden space 625664K, 0% used [0x0000000868b80000,0x0000000868b80000,0x000000088ee80000) > from space 37376K, 8% used [0x0000000891180000,0x000000089146e9e8,0x0000000893600000) > to space 35840K, 0% used [0x000000088ee80000,0x000000088ee80000,0x0000000891180000) > ParOldGen total 1398272K, used 83766K [0x0000000813600000, 0x0000000868b80000, 0x0000000868b80000) > object space 1398272K, 5% used [0x0000000813600000,0x00000008187cdb70,0x0000000868b80000) > Metaspace used 46226K, capacity 59110K, committed 59160K, reserved 1099776K > class space used 6628K, capacity 9062K, committed 9088K, reserved 1048576K >Event: 31.356 GC heap after >Heap after GC invocations=41 (full 3): > PSYoungGen total 663040K, used 0K [0x0000000868b80000, 0x0000000893600000, 0x0000000893600000) > eden space 625664K, 0% used [0x0000000868b80000,0x0000000868b80000,0x000000088ee80000) > from space 37376K, 0% used [0x0000000891180000,0x0000000891180000,0x0000000893600000) > to space 35840K, 0% used [0x000000088ee80000,0x000000088ee80000,0x0000000891180000) > ParOldGen total 1398272K, used 83795K [0x0000000813600000, 0x0000000868b80000, 0x0000000868b80000) > object space 1398272K, 5% used [0x0000000813600000,0x00000008187d4e78,0x0000000868b80000) > Metaspace used 46033K, capacity 58798K, committed 59160K, reserved 1099776K > class space used 6594K, capacity 8998K, committed 9088K, reserved 1048576K >} > >Deoptimization events (10 events): >Event: 31.657 Thread 0x000000080344a800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000008048b8994 method=java.util.stream.ReferencePipeline.collect(Ljava/util/stream/Collector;)Ljava/lang/Object; @ 118 >Event: 31.668 Thread 0x000000080344a800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000804cdf700 method=com.google.common.base.Equivalence$Equals.doHash(Ljava/lang/Object;)I @ 1 >Event: 31.674 Thread 0x000000080344a800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000804f90a20 method=com.facebook.presto.byteCode.expression.ReturnByteCodeExpression.returnOpCode(Lcom/facebook/presto/byteCode/ParameterizedType;)Lcom/facebook/presto/byteCode/OpCode; @ 41 >Event: 31.676 Thread 0x000000080344a800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000804ca5adc method=org.objectweb.asm.Frame.a()I @ 4 >Event: 31.676 Thread 0x000000080344a800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000804c914b8 method=org.objectweb.asm.Frame.a()I @ 4 >Event: 31.676 Thread 0x000000080344a800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000008040b9db0 method=org.objectweb.asm.Frame.a(Lorg/objectweb/asm/ClassWriter;I[II)Z @ 36 >Event: 31.689 Thread 0x000000080344a800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000804995ea0 method=com.google.common.collect.Lists$TransformingRandomAccessList.size()I @ 4 >Event: 31.689 Thread 0x000000080344a800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000000080475db18 method=com.google.common.collect.Lists$TransformingRandomAccessList.listIterator(I)Ljava/util/ListIterator; @ 10 >Event: 31.690 Thread 0x000000080344a800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000804995ea0 method=com.google.common.collect.Lists$TransformingRandomAccessList.size()I @ 4 >Event: 31.690 Thread 0x000000080344a800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000000080475db18 method=com.google.common.collect.Lists$TransformingRandomAccessList.listIterator(I)Ljava/util/ListIterator; @ 10 > >Internal exceptions (10 events): >Event: 1.210 Thread 0x0000000803431000 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.write(Lcom/facebook/presto/spi/type/Type;Lcom/facebook/presto/operator/aggregation/state/BlockState;Lcom/facebook/presto/spi/block/BlockBuilder;)V> (0x0000000870b1ab70) thrown at [/var/ports/bas >Event: 1.661 Thread 0x0000000803431000 Exception <a 'java/lang/IncompatibleClassChangeError': Found class java.lang.Object, but interface was expected> (0x00000008743d8c78) thrown at [/var/ports/basejail/usr/ports/java/openjdk8/work/openjdk/hotspot/src/share/vm/interpreter/linkResolver.cpp, li >Event: 2.052 Thread 0x0000000803431000 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.lambda$identity$7(Ljava/lang/Object;)Ljava/lang/Object;> (0x000000086b8dc5a8) thrown at [/var/ports/basejail/usr/ports/java/openjdk8/work/openjdk/hotspot/src/share/vm/interpreter/linkResolver.cp >Event: 4.367 Thread 0x0000000803431000 Implicit null exception at 0x0000000804057445 to 0x00000008040577ad >Event: 8.124 Thread 0x0000000803431000 Implicit null exception at 0x0000000804345604 to 0x000000080434587d >Event: 13.325 Thread 0x000000080344a800 Implicit null exception at 0x000000080459cc6f to 0x000000080459cd1d >Event: 13.325 Thread 0x000000080344a000 Implicit null exception at 0x000000080459cc6f to 0x000000080459cd1d >Event: 13.332 Thread 0x000000080344a800 Implicit null exception at 0x0000000804672e2f to 0x0000000804672edd >Event: 15.567 Thread 0x000000080344a000 Implicit null exception at 0x0000000804d37f80 to 0x0000000804d386e1 >Event: 31.570 Thread 0x000000080344a800 Exception <a 'java/lang/IncompatibleClassChangeError': Found class java.lang.Object, but interface was expected> (0x000000087261cbb8) thrown at [/var/ports/basejail/usr/ports/java/openjdk8/work/openjdk/hotspot/src/share/vm/interpreter/linkResolver.cpp, li > >Events (10 events): >Event: 31.690 Thread 0x000000080344a800 DEOPT PACKING pc=0x000000080475db18 sp=0x00007fffddbd8550 >Event: 31.690 Thread 0x000000080344a800 DEOPT UNPACKING pc=0x0000000803e45f69 sp=0x00007fffddbd8458 mode 2 >Event: 31.691 loading class com/facebook/presto/operator/Driver >Event: 31.691 loading class com/facebook/presto/operator/Driver done >Event: 31.692 loading class com/facebook/presto/operator/Driver$State >Event: 31.692 loading class com/facebook/presto/operator/Driver$State done >Event: 31.693 loading class com/facebook/presto/operator/DeleteOperator >Event: 31.693 loading class com/facebook/presto/operator/DeleteOperator done >Event: 31.693 loading class com/facebook/presto/operator/Driver$DriverLockResult >Event: 31.693 loading class com/facebook/presto/operator/Driver$DriverLockResult done > > >Dynamic libraries: >0x0000000000400000 /usr/local/openjdk8/jre/bin/java >0x000000080081f000 /usr/local/openjdk8/jre/bin/../lib/amd64/jli/libjli.so >0x0000000800a2c000 /lib/libz.so.6 >0x0000000800c42000 /lib/libthr.so.3 >0x0000000800e66000 /lib/libc.so.7 >0x0000000801c00000 /usr/local/openjdk8/jre/lib/amd64/server/libjvm.so >0x00000008029c1000 /lib/libm.so.5 >0x0000000802bea000 /usr/lib/libc++.so.1 >0x0000000802ea9000 /lib/libcxxrt.so.1 >0x00000008030c5000 /lib/libgcc_s.so.1 >0x0000000803800000 /usr/local/openjdk8/jre/lib/amd64/libverify.so >0x0000000803a0f000 /usr/local/openjdk8/jre/lib/amd64/libjava.so >0x0000000803c39000 /usr/local/openjdk8/jre/lib/amd64/libzip.so >0x00000008e0800000 /usr/local/openjdk8/jre/lib/amd64/libmanagement.so >0x00000008e1400000 /usr/local/openjdk8/jre/lib/amd64/libnet.so >0x00000008e7800000 /usr/local/openjdk8/jre/lib/amd64/libnio.so >0x0000000800600000 /libexec/ld-elf.so.1 > >VM Arguments: >jvm_args: -Duser.timezone=Asia/Katmandu -Xmx2g -Xms2g -XX:OnOutOfMemoryError=kill -9 %p -XX:+HeapDumpOnOutOfMemoryError >java_command: /usr/home/deploy/presto/presto-main/target/surefire/surefirebooter6914289390921341922.jar /usr/home/deploy/presto/presto-main/target/surefire/surefire3843876233029320441tmp /usr/home/deploy/presto/presto-main/target/surefire/surefire_21538124642755981190tmp >java_class_path (initial): /usr/home/deploy/presto/presto-main/target/surefire/surefirebooter6914289390921341922.jar >Launcher Type: SUN_STANDARD > >Environment Variables: >JAVA_HOME=/usr/local/openjdk8 >PATH=/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/home/deploy/bin >SHELL=/usr/local/bin/zsh > >Signal Handlers: >SIGSEGV: [libjvm.so+0x90a550], sa_mask[0]=11111111111111111111111111111110, sa_flags=SA_RESTART|SA_SIGINFO >SIGBUS: [libjvm.so+0x90a550], sa_mask[0]=11111111111111111111111111111110, sa_flags=SA_RESTART|SA_SIGINFO >SIGFPE: [libjvm.so+0x7b0040], sa_mask[0]=11111111111111111111111111111110, sa_flags=SA_RESTART|SA_SIGINFO >SIGPIPE: [libjvm.so+0x7b0040], sa_mask[0]=11111111111111111111111111111110, sa_flags=SA_RESTART|SA_SIGINFO >SIGXFSZ: [libjvm.so+0x7b0040], sa_mask[0]=11111111111111111111111111111110, sa_flags=SA_RESTART|SA_SIGINFO >SIGILL: [libjvm.so+0x7b0040], sa_mask[0]=11111111111111111111111111111110, sa_flags=SA_RESTART|SA_SIGINFO >SIGUSR1: SIG_DFL, sa_mask[0]=00000000000000000000000000000000, sa_flags=SA_RESTART >SIGUSR2: [libjvm.so+0x7b0a60], sa_mask[0]=00100000000000000000000000000000, sa_flags=SA_RESTART|SA_SIGINFO >SIGHUP: [libjvm.so+0x7ae5b0], sa_mask[0]=11111111111111111111111111111110, sa_flags=SA_RESTART|SA_SIGINFO >SIGINT: [libjvm.so+0x7ae5b0], sa_mask[0]=11111111111111111111111111111110, sa_flags=SA_RESTART|SA_SIGINFO >SIGTERM: [libjvm.so+0x7ae5b0], sa_mask[0]=11111111111111111111111111111110, sa_flags=SA_RESTART|SA_SIGINFO >SIGQUIT: [libjvm.so+0x7ae5b0], sa_mask[0]=11111111111111111111111111111110, sa_flags=SA_RESTART|SA_SIGINFO > > >--------------- S Y S T E M --------------- > >OS:BSD >uname:FreeBSD 10.2-RELEASE FreeBSD 10.2-RELEASE #0 r286666: Wed Aug 12 15:26:37 UTC 2015 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >rlimit: STACK 524288k, CORE infinity, NPROC 34290, NOFILE 942129, AS infinity >load average:3.26 3.36 1.86 > >CPU:total 8 (4 cores per cpu, 2 threads per core) family 6 model 58 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, aes, clmul, erms, ht, tsc, tscinvbit, tscinv > >Memory: 4k page, physical 33498144k(6416644k free), swap 0k(0k free) > >vm_info: OpenJDK 64-Bit Server VM (25.66-b17) for bsd-amd64 JRE (1.8.0_66-b17), built on Jan 5 2016 08:22:08 by "root" with gcc 4.2.1 Compatible FreeBSD Clang 3.4.1 (tags/RELEASE_34/dot1-final 208032) > >time: Tue Jan 5 08:27:28 2016 >elapsed time: 31 seconds (0d 0h 0m 31s)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 205229
:
164087
|
165000
| 165095