Skip to content

Instantly share code, notes, and snippets.

@waTeim
Last active August 29, 2015 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save waTeim/d6de79dff15cd1f62c11 to your computer and use it in GitHub Desktop.
Save waTeim/d6de79dff15cd1f62c11 to your computer and use it in GitHub Desktop.
Oracle JVM with signal handlers disabled
jeffw@ub0:~/src/JavaCall.jl/src$ julia --handle-signals=no test.jl
Loaded /usr/lib/jvm/java-7-oracle/jre/lib/amd64/server/libjvm.so
[Dynamic-linking native method java.lang.Object.registerNatives ... JNI]
[Registering JNI native method java.lang.Object.hashCode]
[Registering JNI native method java.lang.Object.wait]
[Registering JNI native method java.lang.Object.notify]
[Registering JNI native method java.lang.Object.notifyAll]
[Registering JNI native method java.lang.Object.clone]
[Dynamic-linking native method java.lang.System.registerNatives ... JNI]
[Registering JNI native method java.lang.System.currentTimeMillis]
[Registering JNI native method java.lang.System.nanoTime]
[Registering JNI native method java.lang.System.arraycopy]
[Dynamic-linking native method java.lang.System.identityHashCode ... JNI]
[Dynamic-linking native method java.lang.Thread.registerNatives ... JNI]
[Registering JNI native method java.lang.Thread.start0]
[Registering JNI native method java.lang.Thread.stop0]
[Registering JNI native method java.lang.Thread.isAlive]
[Registering JNI native method java.lang.Thread.suspend0]
[Registering JNI native method java.lang.Thread.resume0]
[Registering JNI native method java.lang.Thread.setPriority0]
[Registering JNI native method java.lang.Thread.yield]
[Registering JNI native method java.lang.Thread.sleep]
[Registering JNI native method java.lang.Thread.currentThread]
[Registering JNI native method java.lang.Thread.countStackFrames]
[Registering JNI native method java.lang.Thread.interrupt0]
[Registering JNI native method java.lang.Thread.isInterrupted]
[Registering JNI native method java.lang.Thread.holdsLock]
[Registering JNI native method java.lang.Thread.getThreads]
[Registering JNI native method java.lang.Thread.dumpThreads]
[Registering JNI native method java.lang.Thread.setNativeName]
[Dynamic-linking native method java.security.AccessController.getStackAccessControlContext ... JNI]
[Dynamic-linking native method java.security.AccessController.getInheritedAccessControlContext ... JNI]
[Dynamic-linking native method java.lang.Class.registerNatives ... JNI]
[Registering JNI native method java.lang.Class.getName0]
[Registering JNI native method java.lang.Class.getSuperclass]
[Registering JNI native method java.lang.Class.getInterfaces]
[Registering JNI native method java.lang.Class.isInterface]
[Registering JNI native method java.lang.Class.getSigners]
[Registering JNI native method java.lang.Class.setSigners]
[Registering JNI native method java.lang.Class.isArray]
[Registering JNI native method java.lang.Class.isPrimitive]
[Registering JNI native method java.lang.Class.getComponentType]
[Registering JNI native method java.lang.Class.getModifiers]
[Registering JNI native method java.lang.Class.getDeclaredFields0]
[Registering JNI native method java.lang.Class.getDeclaredMethods0]
[Registering JNI native method java.lang.Class.getDeclaredConstructors0]
[Registering JNI native method java.lang.Class.getProtectionDomain0]
[Registering JNI native method java.lang.Class.setProtectionDomain0]
[Registering JNI native method java.lang.Class.getDeclaredClasses0]
[Registering JNI native method java.lang.Class.getDeclaringClass0]
[Registering JNI native method java.lang.Class.getGenericSignature]
[Registering JNI native method java.lang.Class.getRawAnnotations]
[Registering JNI native method java.lang.Class.getConstantPool]
[Registering JNI native method java.lang.Class.desiredAssertionStatus0]
[Registering JNI native method java.lang.Class.getEnclosingMethod0]
[Dynamic-linking native method java.lang.ClassLoader.registerNatives ... JNI]
[Registering JNI native method java.lang.ClassLoader.retrieveDirectives]
[Dynamic-linking native method java.security.AccessController.doPrivileged ... JNI]
[Dynamic-linking native method java.lang.Class.getPrimitiveClass ... JNI]
[Dynamic-linking native method java.lang.Float.floatToRawIntBits ... JNI]
[Dynamic-linking native method java.lang.Double.doubleToRawLongBits ... JNI]
[Dynamic-linking native method sun.misc.VM.initialize ... JNI]
[Dynamic-linking native method java.lang.System.initProperties ... JNI]
[Dynamic-linking native method sun.misc.Unsafe.registerNatives ... JNI]
[Registering JNI native method sun.misc.Unsafe.getLoadAverage]
[Dynamic-linking native method java.lang.Throwable.fillInStackTrace ... JNI]
[Registering JNI native method sun.misc.Unsafe.copyMemory]
[Registering JNI native method sun.misc.Unsafe.setMemory]
[Registering JNI native method sun.misc.Unsafe.defineAnonymousClass]
[Registering JNI native method sun.misc.Unsafe.shouldBeInitialized]
[Registering JNI native method sun.misc.Unsafe.getObject]
[Registering JNI native method sun.misc.Unsafe.putObject]
[Registering JNI native method sun.misc.Unsafe.getObjectVolatile]
[Registering JNI native method sun.misc.Unsafe.putObjectVolatile]
[Registering JNI native method sun.misc.Unsafe.getBoolean]
[Registering JNI native method sun.misc.Unsafe.putBoolean]
[Registering JNI native method sun.misc.Unsafe.getBooleanVolatile]
[Registering JNI native method sun.misc.Unsafe.putBooleanVolatile]
[Registering JNI native method sun.misc.Unsafe.getByte]
[Registering JNI native method sun.misc.Unsafe.putByte]
[Registering JNI native method sun.misc.Unsafe.getByteVolatile]
[Registering JNI native method sun.misc.Unsafe.putByteVolatile]
[Registering JNI native method sun.misc.Unsafe.getShort]
[Registering JNI native method sun.misc.Unsafe.putShort]
[Registering JNI native method sun.misc.Unsafe.getShortVolatile]
[Registering JNI native method sun.misc.Unsafe.putShortVolatile]
[Registering JNI native method sun.misc.Unsafe.getChar]
[Registering JNI native method sun.misc.Unsafe.putChar]
[Registering JNI native method sun.misc.Unsafe.getCharVolatile]
[Registering JNI native method sun.misc.Unsafe.putCharVolatile]
[Registering JNI native method sun.misc.Unsafe.getInt]
[Registering JNI native method sun.misc.Unsafe.putInt]
[Registering JNI native method sun.misc.Unsafe.getIntVolatile]
[Registering JNI native method sun.misc.Unsafe.putIntVolatile]
[Registering JNI native method sun.misc.Unsafe.getLong]
[Registering JNI native method sun.misc.Unsafe.putLong]
[Registering JNI native method sun.misc.Unsafe.getLongVolatile]
[Registering JNI native method sun.misc.Unsafe.putLongVolatile]
[Registering JNI native method sun.misc.Unsafe.getFloat]
[Registering JNI native method sun.misc.Unsafe.putFloat]
[Registering JNI native method sun.misc.Unsafe.getFloatVolatile]
[Registering JNI native method sun.misc.Unsafe.putFloatVolatile]
[Registering JNI native method sun.misc.Unsafe.getDouble]
[Registering JNI native method sun.misc.Unsafe.putDouble]
[Registering JNI native method sun.misc.Unsafe.getDoubleVolatile]
[Registering JNI native method sun.misc.Unsafe.putDoubleVolatile]
[Registering JNI native method sun.misc.Unsafe.getByte]
[Registering JNI native method sun.misc.Unsafe.putByte]
[Registering JNI native method sun.misc.Unsafe.getShort]
[Registering JNI native method sun.misc.Unsafe.putShort]
[Registering JNI native method sun.misc.Unsafe.getChar]
[Registering JNI native method sun.misc.Unsafe.putChar]
[Registering JNI native method sun.misc.Unsafe.getInt]
[Registering JNI native method sun.misc.Unsafe.putInt]
[Registering JNI native method sun.misc.Unsafe.getLong]
[Registering JNI native method sun.misc.Unsafe.putLong]
[Registering JNI native method sun.misc.Unsafe.getFloat]
[Registering JNI native method sun.misc.Unsafe.putFloat]
[Registering JNI native method sun.misc.Unsafe.getDouble]
[Registering JNI native method sun.misc.Unsafe.putDouble]
[Registering JNI native method sun.misc.Unsafe.getAddress]
[Registering JNI native method sun.misc.Unsafe.putAddress]
[Registering JNI native method sun.misc.Unsafe.allocateMemory]
[Registering JNI native method sun.misc.Unsafe.reallocateMemory]
[Registering JNI native method sun.misc.Unsafe.freeMemory]
[Registering JNI native method sun.misc.Unsafe.objectFieldOffset]
[Registering JNI native method sun.misc.Unsafe.staticFieldOffset]
[Registering JNI native method sun.misc.Unsafe.staticFieldBase]
[Registering JNI native method sun.misc.Unsafe.ensureClassInitialized]
[Registering JNI native method sun.misc.Unsafe.arrayBaseOffset]
[Registering JNI native method sun.misc.Unsafe.arrayIndexScale]
[Registering JNI native method sun.misc.Unsafe.addressSize]
[Registering JNI native method sun.misc.Unsafe.pageSize]
[Registering JNI native method sun.misc.Unsafe.defineClass]
[Registering JNI native method sun.misc.Unsafe.defineClass]
[Registering JNI native method sun.misc.Unsafe.allocateInstance]
[Registering JNI native method sun.misc.Unsafe.monitorEnter]
[Registering JNI native method sun.misc.Unsafe.monitorExit]
[Registering JNI native method sun.misc.Unsafe.tryMonitorEnter]
[Registering JNI native method sun.misc.Unsafe.throwException]
[Registering JNI native method sun.misc.Unsafe.compareAndSwapObject]
[Registering JNI native method sun.misc.Unsafe.compareAndSwapInt]
[Registering JNI native method sun.misc.Unsafe.compareAndSwapLong]
[Registering JNI native method sun.misc.Unsafe.putOrderedObject]
[Registering JNI native method sun.misc.Unsafe.putOrderedInt]
[Registering JNI native method sun.misc.Unsafe.putOrderedLong]
[Registering JNI native method sun.misc.Unsafe.park]
[Registering JNI native method sun.misc.Unsafe.unpark]
[Dynamic-linking native method sun.reflect.Reflection.getCallerClass ... JNI]
[Dynamic-linking native method java.lang.String.intern ... JNI]
[Dynamic-linking native method java.lang.Object.getClass ... JNI]
[Dynamic-linking native method java.lang.Class.forName0 ... JNI]
[Dynamic-linking native method sun.reflect.Reflection.getClassAccessFlags ... JNI]
[Dynamic-linking native method sun.reflect.NativeConstructorAccessorImpl.newInstance0 ... JNI]
[Dynamic-linking native method java.lang.Runtime.maxMemory ... JNI]
[Dynamic-linking native method java.io.FileInputStream.initIDs ... JNI]
[Dynamic-linking native method java.io.FileDescriptor.initIDs ... JNI]
[Dynamic-linking native method java.io.FileOutputStream.initIDs ... JNI]
[Dynamic-linking native method java.util.concurrent.atomic.AtomicLong.VMSupportsCS8 ... JNI]
[Dynamic-linking native method java.lang.Runtime.availableProcessors ... JNI]
[Dynamic-linking native method java.lang.Class.isAssignableFrom ... JNI]
[Dynamic-linking native method java.lang.System.setIn0 ... JNI]
[Dynamic-linking native method java.lang.System.setOut0 ... JNI]
[Dynamic-linking native method java.lang.System.setErr0 ... JNI]
[Dynamic-linking native method java.io.FileSystem.getFileSystem ... JNI]
[Dynamic-linking native method java.io.UnixFileSystem.initIDs ... JNI]
[Dynamic-linking native method java.lang.System.mapLibraryName ... JNI]
[Dynamic-linking native method java.io.UnixFileSystem.getBooleanAttributes0 ... JNI]
[Dynamic-linking native method java.io.UnixFileSystem.canonicalize0 ... JNI]
[Dynamic-linking native method java.lang.ClassLoader$NativeLibrary.load ... JNI]
[Dynamic-linking native method sun.misc.Signal.findSignal ... JNI]
[Dynamic-linking native method sun.misc.Signal.handle0 ... JNI]
[Dynamic-linking native method java.lang.Compiler.registerNatives ... JNI]
[Registering JNI native method java.lang.Compiler.compileClass]
[Registering JNI native method java.lang.Compiler.compileClasses]
[Registering JNI native method java.lang.Compiler.command]
[Registering JNI native method java.lang.Compiler.enable]
[Registering JNI native method java.lang.Compiler.disable]
[Dynamic-linking native method java.lang.ClassLoader$NativeLibrary.find ... JNI]
[Dynamic-linking native method java.security.AccessController.doPrivileged ... JNI]
[Dynamic-linking native method java.io.FileInputStream.open ... JNI]
[Dynamic-linking native method java.io.FileInputStream.readBytes ... JNI]
[Dynamic-linking native method java.io.FileInputStream.available ... JNI]
[Dynamic-linking native method java.lang.reflect.Array.newArray ... JNI]
[Dynamic-linking native method java.io.FileInputStream.close0 ... JNI]
[Dynamic-linking native method java.io.UnixFileSystem.list ... JNI]
[Dynamic-linking native method java.lang.ClassLoader.findLoadedClass0 ... JNI]
[Dynamic-linking native method java.lang.ClassLoader.findBootstrapClass ... JNI]
classThrowable = JavaCall.JClass{symbol("java.lang.Throwable")}(Ptr{Void} @0x00007f5338001518)
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f538549e2d7, pid=7518, tid=140005761959808
#
# JRE version: Java(TM) SE Runtime Environment (7.0_80-b15) (build 1.7.0_80-b15)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.80-b11 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# V [libjvm.so+0x64e2d7] jni_GetSuperclass+0x137
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/jeffw/src/JavaCall.jl/src/hs_err_pid7518.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Aborted
jeffw@ub0:~/src/JavaCall.jl/src$ vi hs_err_pid7518.log
julia> jcall(jlm, "Sin", jdouble, (jdouble,), pi/2)
WARNING: gc_disable() is deprecated, use gc_enable(false) instead.
in depwarn at ./deprecated.jl:62
in gc_disable at deprecated.jl:49
in jcall at /home/jeffw/.julia/v0.4/JavaCall/src/JavaCall.jl:254
while loading no file, in expression starting on line 0
[Dynamic-linking native method java.lang.ClassLoader.findLoadedClass0 ... JNI]
[Dynamic-linking native method java.lang.ClassLoader.findBootstrapClass ... JNI]
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f0611a9ec19, pid=6945, tid=139673143465856
#
# JRE version: Java(TM) SE Runtime Environment (7.0_80-b15) (build 1.7.0_80-b15)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.80-b11 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# V [libjvm.so+0x605c19] java_lang_String::utf8_length(oopDesc*)+0xd9
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/jeffw/src/hs_err_pid6945.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
#
Aborted
cat hs_err_pid7518.log
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f538549e2d7, pid=7518, tid=140005761959808
#
# JRE version: Java(TM) SE Runtime Environment (7.0_80-b15) (build 1.7.0_80-b15)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.80-b11 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# V [libjvm.so+0x64e2d7] jni_GetSuperclass+0x137
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
--------------- T H R E A D ---------------
Current thread (0x0000000001f56000): JavaThread "main" [_thread_in_native, id=7518, stack(0x00007ffff5a4d000,0x00007ffff5b4d000)]
siginfo:si_signo=SIGSEGV: si_errno=0, si_code=2 (SEGV_ACCERR), si_addr=0x00007f538549e2d5
Registers:
RAX=0x00007ffff5b4b01a, RBX=0x00007f5338001518, RCX=0x00007f538549e2d5, RDX=0x00001fd4e6ffd424
RSP=0x00007ffff5b4af20, RBP=0x00007ffff5b4b0c0, RSI=0x00007f5338001518, RDI=0x0000000001f561e8
R8 =0x00007f539e450f10, R9 =0xffffffffff5fd180, R10=0x00007f55a186afe0, R11=0x0000000000000006
R12=0x00007f55a0998230, R13=0x0000000001f561e8, R14=0x0000000001f561e8, R15=0x00007f539f03fa10
RIP=0x00007f538549e2d7, EFLAGS=0x0000000000010a13, CSGSFS=0x0000000000000033, ERR=0x0000000000000007
TRAPNO=0x000000000000000e
Top of Stack: (sp=0x00007ffff5b4af20)
0x00007ffff5b4af20: 00007f539e986b70 00007f539f053d20
0x00007ffff5b4af30: 00007f539f053d00 00007ffff5b4b018
0x00007ffff5b4af40: 0000000000000002 0000000000000002
0x00007ffff5b4af50: 00007f539dcef290 00007f539dd091d0
0x00007ffff5b4af60: 00007ffff5b4aff0 00007f55a09983f5
0x00007ffff5b4af70: 00007ffff5b4b1c0 00007f55a1919480
0x00007ffff5b4af80: 00007f539e988750 00007f55a1244a7a
0x00007ffff5b4af90: 00007f539d739330 00007ffff5b4aff0
0x00007ffff5b4afa0: 0000000000000005 00007ffff5b4b000
0x00007ffff5b4afb0: 00007ffff5b4af90 00007ffff5b4af80
0x00007ffff5b4afc0: 00007f539dd093d0 00007f55a1919480
0x00007ffff5b4afd0: 0000000000000001 00007f55a0994177
0x00007ffff5b4afe0: 0000000000000003 00007f539d88f8d0
0x00007ffff5b4aff0: 00007f539bff5090 00001fd4e6ffd424
0x00007ffff5b4b000: 00007f539e450f10 ffffffffff5fd180
0x00007ffff5b4b010: 00007ffff5b4b030 00007f559db34f0a
0x00007ffff5b4b020: 00007ffff5b4b1c0 00007f539d88f150
0x00007ffff5b4b030: 00007ffff5b4b0c0 00007f55a099831b
0x00007ffff5b4b040: 00007f539bff5090 0000000000000008
0x00007ffff5b4b050: 00007f539d8c56b0 00007f55a09ef04d
0x00007ffff5b4b060: 00007f539bff5e70 0000000001f56000
0x00007ffff5b4b070: 00007f539e220450 00007ffff5b4b1c0
0x00007ffff5b4b080: 00007f539f8e57e0 00007f55a09a16f0
0x00007ffff5b4b090: 00007ffff5b4b0c0 00007ffff5b4b1c0
0x00007ffff5b4b0a0: 00007f55a0998230 0000000001f561e8
0x00007ffff5b4b0b0: 00007f538549e360 00007f539f03fa10
0x00007ffff5b4b0c0: 00007ffff5b4b200 00007f55a1a06064
0x00007ffff5b4b0d0: 0000000600010006 00007f539f90c9a0
0x00007ffff5b4b0e0: 00007ffff5b4b201 00007f55a1a055dc
0x00007ffff5b4b0f0: 00007f539f230770 00007f539f1c9ec0
0x00007ffff5b4b100: 0000000000000032 00007ffff5b4b250
0x00007ffff5b4b110: 00007f539c016040 00007f539c008010
Instructions: (pc=0x00007f538549e2d7)
0x00007f538549e2b7: 00 48 89 df e8 f0 e8 30 00 e9 4e ff ff ff 0f 1f
0x00007f538549e2c7: 00 48 8b 05 d1 09 7c 00 48 89 da 48 c1 ea 04 8b
0x00007f538549e2d7: 00 21 d0 48 8b 15 47 c6 7b 00 48 03 02 c7 00 01
0x00007f538549e2e7: 00 00 00 eb 94 0f 1f 40 00 48 8b 05 a9 09 7c 00
Register to memory mapping:
RAX=0x00007ffff5b4b01a is pointing into the stack for thread: 0x0000000001f56000
RBX=0x00007f5338001518 is a global jni handle
RCX=0x00007f538549e2d5: <offset 0x64e2d5> in /usr/lib/jvm/java-7-oracle/jre/lib/amd64/server/libjvm.so at 0x00007f5384e50000
RDX=0x00001fd4e6ffd424 is an unknown value
RSP=0x00007ffff5b4af20 is pointing into the stack for thread: 0x0000000001f56000
RBP=0x00007ffff5b4b0c0 is pointing into the stack for thread: 0x0000000001f56000
RSI=0x00007f5338001518 is a global jni handle
RDI=0x0000000001f561e8 is an unknown value
R8 =0x00007f539e450f10 is an unknown value
R9 =0xffffffffff5fd180 is an unknown value
R10=0x00007f55a186afe0: jl_any_type+0 in /usr/local/julia-1823f8e0bb/bin/../lib/julia/libjulia.so at 0x00007f55a08bd000
R11=0x0000000000000006 is an unknown value
R12=0x00007f55a0998230: jl_apply_generic+0 in /usr/local/julia-1823f8e0bb/bin/../lib/julia/libjulia.so at 0x00007f55a08bd000
R13=0x0000000001f561e8 is an unknown value
R14=0x0000000001f561e8 is an unknown value
R15=0x00007f539f03fa10 is an unknown value
Stack: [0x00007ffff5a4d000,0x00007ffff5b4d000], sp=0x00007ffff5b4af20, free space=1015k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [libjvm.so+0x64e2d7] jni_GetSuperclass+0x137
C 0x00007f55a1a06064
C 0x00007f55a1a05523
C [libjulia.so+0xdb3f5] jl_apply_generic+0x1c5
C [libjulia.so+0x12f8e3] do_call+0xd3
C [libjulia.so+0x12ed01] eval+0xce1
C [libjulia.so+0x142158] jl_toplevel_eval_flex.part.4+0x1b8
C [libjulia.so+0x142d81] jl_parse_eval_all+0x151
C [libjulia.so+0x142fc8] jl_load+0x68
C [sys.so+0xb7e00] julia_include_702+0x40
C [libjulia.so+0xdb31b] jl_apply_generic+0xeb
C 0x00007f55a19f2b1b
C [libjulia.so+0xdb3f5] jl_apply_generic+0x1c5
C [sys.so+0x285af1] julia_process_options_19053+0xcc1
C [sys.so+0x2841ad] julia__start_19052+0x35d
C [sys.so+0x284e29] jlcall__start_19052+0x9
C [libjulia.so+0xdb31b] jl_apply_generic+0xeb
C [julia+0x1a69]
C [julia+0x163f]
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x0000000001e84800 JavaThread "Service Thread" daemon [_thread_blocked, id=7540, stack(0x00007f5379669000,0x00007f537976a000)]
0x0000000001f66800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=7539, stack(0x00007f537976a000,0x00007f537986b000)]
0x0000000001946000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=7538, stack(0x00007f537986b000,0x00007f537996c000)]
0x000000000212c000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=7537, stack(0x00007f537996c000,0x00007f5379a6d000)]
0x000000000212b000 JavaThread "Finalizer" daemon [_thread_blocked, id=7536, stack(0x00007f5379a6d000,0x00007f5379b6e000)]
0x00000000021e5800 JavaThread "Reference Handler" daemon [_thread_blocked, id=7535, stack(0x00007f5379b6e000,0x00007f5379c6f000)]
=>0x0000000001f56000 JavaThread "main" [_thread_in_native, id=7518, stack(0x00007ffff5a4d000,0x00007ffff5b4d000)]
Other Threads:
0x00000000021b7000 VMThread [stack: 0x00007f5379c6f000,0x00007f5379d70000] [id=7534]
0x0000000001ba6000 WatcherThread [stack: 0x00007f5379568000,0x00007f5379669000] [id=7541]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
PSYoungGen total 175616K, used 6041K [0x00000000eaa80000, 0x00000000f6e00000, 0x0000000100000000)
eden space 151040K, 4% used [0x00000000eaa80000,0x00000000eb066758,0x00000000f3e00000)
from space 24576K, 0% used [0x00000000f5600000,0x00000000f5600000,0x00000000f6e00000)
to space 24576K, 0% used [0x00000000f3e00000,0x00000000f3e00000,0x00000000f5600000)
ParOldGen total 399360K, used 0K [0x00000000c0000000, 0x00000000d8600000, 0x00000000eaa80000)
object space 399360K, 0% used [0x00000000c0000000,0x00000000c0000000,0x00000000d8600000)
PSPermGen total 21504K, used 2164K [0x00000000bae00000, 0x00000000bc300000, 0x00000000c0000000)
object space 21504K, 10% used [0x00000000bae00000,0x00000000bb01d218,0x00000000bc300000)
Card table byte_map: [0x00007f5380d99000,0x00007f5380fc3000] byte_map_base: 0x00007f53807c2000
Polling page: 0x00007f55a1b63000
Code Cache [0x00007f5380fc3000, 0x00007f5381233000, 0x00007f5383fc3000)
total_blobs=156 nmethods=0 adapters=126 free_code_cache=48779Kb largest_free_block=49950080
Compilation events (0 events):
No events
GC Heap History (0 events):
No events
Deoptimization events (0 events):
No events
Internal exceptions (1 events):
Event: 0.066 Thread 0x0000000001f56000 Threw 0x00000000eaa8f180 at /HUDSON/workspace/7u-2-build-linux-amd64/jdk7u80/2329/hotspot/src/share/vm/prims/jni.cpp:3991
Events (10 events):
Event: 0.097 loading class 0x0000000002254360
Event: 0.097 loading class 0x0000000002254360 done
Event: 0.097 loading class 0x0000000002260440
Event: 0.097 loading class 0x0000000002260440 done
Event: 0.097 loading class 0x0000000002218e10
Event: 0.097 loading class 0x0000000002218e10 done
Event: 0.098 Thread 0x000000000212c000 Thread added: 0x000000000212c000
Event: 0.098 Thread 0x0000000001946000 Thread added: 0x0000000001946000
Event: 0.099 Thread 0x0000000001f66800 Thread added: 0x0000000001f66800
Event: 0.099 Thread 0x0000000001e84800 Thread added: 0x0000000001e84800
Dynamic libraries:
00400000-00404000 r-xp 00000000 08:01 3803335 /usr/local/julia-1823f8e0bb/bin/julia
00604000-00605000 r--p 00004000 08:01 3803335 /usr/local/julia-1823f8e0bb/bin/julia
00605000-00606000 rw-p 00005000 08:01 3803335 /usr/local/julia-1823f8e0bb/bin/julia
01111000-0442b000 rw-p 00000000 00:00 0 [heap]
bae00000-bc300000 rw-p 00000000 00:00 0
bc300000-c0000000 rw-p 00000000 00:00 0
c0000000-d8600000 rw-p 00000000 00:00 0
d8600000-eaa80000 rw-p 00000000 00:00 0
eaa80000-f6e00000 rw-p 00000000 00:00 0
f6e00000-100000000 rw-p 00000000 00:00 0
7f5330000000-7f5330021000 rw-p 00000000 00:00 0
7f5330021000-7f5334000000 ---p 00000000 00:00 0
7f5334000000-7f5334021000 rw-p 00000000 00:00 0
7f5334021000-7f5338000000 ---p 00000000 00:00 0
7f5338000000-7f5338021000 rw-p 00000000 00:00 0
7f5338021000-7f533c000000 ---p 00000000 00:00 0
7f533c000000-7f533c021000 rw-p 00000000 00:00 0
7f533c021000-7f5340000000 ---p 00000000 00:00 0
7f5340000000-7f5340021000 rw-p 00000000 00:00 0
7f5340021000-7f5344000000 ---p 00000000 00:00 0
7f5344000000-7f5344021000 rw-p 00000000 00:00 0
7f5344021000-7f5348000000 ---p 00000000 00:00 0
7f5348000000-7f5348021000 rw-p 00000000 00:00 0
7f5348021000-7f534c000000 ---p 00000000 00:00 0
7f534c000000-7f534c021000 rw-p 00000000 00:00 0
7f534c021000-7f5350000000 ---p 00000000 00:00 0
7f5350000000-7f5350021000 rw-p 00000000 00:00 0
7f5350021000-7f5354000000 ---p 00000000 00:00 0
7f5354000000-7f5354021000 rw-p 00000000 00:00 0
7f5354021000-7f5358000000 ---p 00000000 00:00 0
7f5358000000-7f5358021000 rw-p 00000000 00:00 0
7f5358021000-7f535c000000 ---p 00000000 00:00 0
7f5360000000-7f5360021000 rw-p 00000000 00:00 0
7f5360021000-7f5364000000 ---p 00000000 00:00 0
7f5368000000-7f5368021000 rw-p 00000000 00:00 0
7f5368021000-7f536c000000 ---p 00000000 00:00 0
7f536c000000-7f536c021000 rw-p 00000000 00:00 0
7f536c021000-7f5370000000 ---p 00000000 00:00 0
7f5374000000-7f5374021000 rw-p 00000000 00:00 0
7f5374021000-7f5378000000 ---p 00000000 00:00 0
7f5379568000-7f5379569000 ---p 00000000 00:00 0
7f5379569000-7f5379669000 rw-p 00000000 00:00 0 [stack:7541]
7f5379669000-7f537966c000 ---p 00000000 00:00 0
7f537966c000-7f537976a000 rw-p 00000000 00:00 0 [stack:7540]
7f537976a000-7f537976d000 ---p 00000000 00:00 0
7f537976d000-7f537986b000 rw-p 00000000 00:00 0 [stack:7539]
7f537986b000-7f537986e000 ---p 00000000 00:00 0
7f537986e000-7f537996c000 rw-p 00000000 00:00 0 [stack:7538]
7f537996c000-7f537996f000 ---p 00000000 00:00 0
7f537996f000-7f5379a6d000 rw-p 00000000 00:00 0 [stack:7537]
7f5379a6d000-7f5379a70000 ---p 00000000 00:00 0
7f5379a70000-7f5379b6e000 rw-p 00000000 00:00 0 [stack:7536]
7f5379b6e000-7f5379b71000 ---p 00000000 00:00 0
7f5379b71000-7f5379c6f000 rw-p 00000000 00:00 0 [stack:7535]
7f5379c6f000-7f5379c70000 ---p 00000000 00:00 0
7f5379c70000-7f537c000000 rw-p 00000000 00:00 0 [stack:7534]
7f537c000000-7f537c021000 rw-p 00000000 00:00 0
7f537c021000-7f5380000000 ---p 00000000 00:00 0
7f5380052000-7f5380212000 r--s 039fb000 08:01 3414350 /usr/lib/jvm/java-7-oracle/jre/lib/rt.jar
7f5380212000-7f538043b000 rw-p 00000000 00:00 0
7f538043b000-7f538043c000 ---p 00000000 00:00 0
7f538043c000-7f538053c000 rw-p 00000000 00:00 0 [stack:7533]
7f538053c000-7f538053d000 ---p 00000000 00:00 0
7f538053d000-7f538063d000 rw-p 00000000 00:00 0 [stack:7532]
7f538063d000-7f538063e000 ---p 00000000 00:00 0
7f538063e000-7f538073e000 rw-p 00000000 00:00 0 [stack:7531]
7f538073e000-7f538073f000 ---p 00000000 00:00 0
7f538073f000-7f538083f000 rw-p 00000000 00:00 0 [stack:7530]
7f538083f000-7f5380840000 ---p 00000000 00:00 0
7f5380840000-7f5380940000 rw-p 00000000 00:00 0 [stack:7529]
7f5380940000-7f5380941000 ---p 00000000 00:00 0
7f5380941000-7f5380a41000 rw-p 00000000 00:00 0 [stack:7528]
7f5380a41000-7f5380a42000 ---p 00000000 00:00 0
7f5380a42000-7f5380b42000 rw-p 00000000 00:00 0 [stack:7527]
7f5380b42000-7f5380b43000 ---p 00000000 00:00 0
7f5380b43000-7f5380d06000 rw-p 00000000 00:00 0 [stack:7526]
7f5380d06000-7f5380d99000 rw-p 00000000 00:00 0
7f5380d99000-7f5380da4000 rw-p 00000000 00:00 0
7f5380da4000-7f5380dc2000 rw-p 00000000 00:00 0
7f5380dc2000-7f5380e85000 rw-p 00000000 00:00 0
7f5380e85000-7f5380f17000 rw-p 00000000 00:00 0
7f5380f17000-7f5380f79000 rw-p 00000000 00:00 0
7f5380f79000-7f5380fc2000 rw-p 00000000 00:00 0
7f5380fc2000-7f5380fc3000 rw-p 00000000 00:00 0
7f5380fc3000-7f5381233000 rwxp 00000000 00:00 0
7f5381233000-7f5383fc3000 rw-p 00000000 00:00 0
7f5383fc3000-7f5383fda000 r-xp 00000000 08:01 3414822 /usr/lib/jvm/java-7-oracle/jre/lib/amd64/libzip.so
7f5383fda000-7f53841da000 ---p 00017000 08:01 3414822 /usr/lib/jvm/java-7-oracle/jre/lib/amd64/libzip.so
7f53841da000-7f53841db000 rw-p 00017000 08:01 3414822 /usr/lib/jvm/java-7-oracle/jre/lib/amd64/libzip.so
7f53841db000-7f53841e6000 r-xp 00000000 08:01 1059971 /lib/x86_64-linux-gnu/libnss_files-2.19.so
7f53841e6000-7f53843e5000 ---p 0000b000 08:01 1059971 /lib/x86_64-linux-gnu/libnss_files-2.19.so
7f53843e5000-7f53843e6000 r--p 0000a000 08:01 1059971 /lib/x86_64-linux-gnu/libnss_files-2.19.so
7f53843e6000-7f53843e7000 rw-p 0000b000 08:01 1059971 /lib/x86_64-linux-gnu/libnss_files-2.19.so
7f53843e7000-7f53843f2000 r-xp 00000000 08:01 1059991 /lib/x86_64-linux-gnu/libnss_nis-2.19.so
7f53843f2000-7f53845f1000 ---p 0000b000 08:01 1059991 /lib/x86_64-linux-gnu/libnss_nis-2.19.so
7f53845f1000-7f53845f2000 r--p 0000a000 08:01 1059991 /lib/x86_64-linux-gnu/libnss_nis-2.19.so
7f53845f2000-7f53845f3000 rw-p 0000b000 08:01 1059991 /lib/x86_64-linux-gnu/libnss_nis-2.19.so
7f53845f3000-7f538460a000 r-xp 00000000 08:01 1059980 /lib/x86_64-linux-gnu/libnsl-2.19.so
7f538460a000-7f5384809000 ---p 00017000 08:01 1059980 /lib/x86_64-linux-gnu/libnsl-2.19.so
7f5384809000-7f538480a000 r--p 00016000 08:01 1059980 /lib/x86_64-linux-gnu/libnsl-2.19.so
7f538480a000-7f538480b000 rw-p 00017000 08:01 1059980 /lib/x86_64-linux-gnu/libnsl-2.19.so
7f538480b000-7f538480d000 rw-p 00000000 00:00 0
7f538480d000-7f5384816000 r-xp 00000000 08:01 1059979 /lib/x86_64-linux-gnu/libnss_compat-2.19.so
7f5384816000-7f5384a15000 ---p 00009000 08:01 1059979 /lib/x86_64-linux-gnu/libnss_compat-2.19.so
7f5384a15000-7f5384a16000 r--p 00008000 08:01 1059979 /lib/x86_64-linux-gnu/libnss_compat-2.19.so
7f5384a16000-7f5384a17000 rw-p 00009000 08:01 1059979 /lib/x86_64-linux-gnu/libnss_compat-2.19.so
7f5384a17000-7f5384a40000 r-xp 00000000 08:01 3414804 /usr/lib/jvm/java-7-oracle/jre/lib/amd64/libjava.so
7f5384a40000-7f5384c40000 ---p 00029000 08:01 3414804 /usr/lib/jvm/java-7-oracle/jre/lib/amd64/libjava.so
7f5384c40000-7f5384c42000 rw-p 00029000 08:01 3414804 /usr/lib/jvm/java-7-oracle/jre/lib/amd64/libjava.so
7f5384c42000-7f5384c4f000 r-xp 00000000 08:01 3414801 /usr/lib/jvm/java-7-oracle/jre/lib/amd64/libverify.so
7f5384c4f000-7f5384e4e000 ---p 0000d000 08:01 3414801 /usr/lib/jvm/java-7-oracle/jre/lib/amd64/libverify.so
7f5384e4e000-7f5384e50000 rw-p 0000c000 08:01 3414801 /usr/lib/jvm/java-7-oracle/jre/lib/amd64/libverify.so
7f5384e50000-7f53859c6000 r-xp 00000000 08:01 3414796 /usr/lib/jvm/java-7-oracle/jre/lib/amd64/server/libjvm.so
7f53859c6000-7f5385bc5000 ---p 00b76000 08:01 3414796 /usr/lib/jvm/java-7-oracle/jre/lib/amd64/server/libjvm.so
7f5385bc5000-7f5385c89000 rw-p 00b75000 08:01 3414796 /usr/lib/jvm/java-7-oracle/jre/lib/amd64/server/libjvm.so
7f5385c89000-7f5385cca000 rw-p 00000000 00:00 0
7f5385cca000-7f5389cca000 rw-p 00000000 00:00 0
7f5389cca000-7f538a46c000 rw-p 00000000 00:00 0
7f538a46c000-7f538a46d000 r-xp 00000000 08:01 3282057 /usr/local/julia-1823f8e0bb/lib/julia/libsuitesparse_wrapper.so
7f538a46d000-7f538a66c000 ---p 00001000 08:01 3282057 /usr/local/julia-1823f8e0bb/lib/julia/libsuitesparse_wrapper.so
7f538a66c000-7f538a66d000 r--p 00000000 08:01 3282057 /usr/local/julia-1823f8e0bb/lib/julia/libsuitesparse_wrapper.so
7f538a66d000-7f538a66e000 rw-p 00001000 08:01 3282057 /usr/local/julia-1823f8e0bb/lib/julia/libsuitesparse_wrapper.so
7f538a66e000-7f538a670000 r-xp 00000000 08:01 3282034 /usr/local/julia-1823f8e0bb/lib/julia/libsuitesparseconfig.so
7f538a670000-7f538a86f000 ---p 00002000 08:01 3282034 /usr/local/julia-1823f8e0bb/lib/julia/libsuitesparseconfig.so
7f538a86f000-7f538a870000 r--p 00001000 08:01 3282034 /usr/local/julia-1823f8e0bb/lib/julia/libsuitesparseconfig.so
7f538a870000-7f538a871000 rw-p 00002000 08:01 3282034 /usr/local/julia-1823f8e0bb/lib/julia/libsuitesparseconfig.so
7f538a871000-7f538a87c000 r-xp 00000000 08:01 3282059 /usr/local/julia-1823f8e0bb/lib/julia/libccolamd.so
7f538a87c000-7f538aa7b000 ---p 0000b000 08:01 3282059 /usr/local/julia-1823f8e0bb/lib/julia/libccolamd.so
7f538aa7b000-7f538aa7c000 r--p 0000a000 08:01 3282059 /usr/local/julia-1823f8e0bb/lib/julia/libccolamd.so
7f538aa7c000-7f538aa7d000 rw-p 0000b000 08:01 3282059 /usr/local/julia-1823f8e0bb/lib/julia/libccolamd.so
7f538aa7d000-7f538aa87000 r-xp 00000000 08:01 3282053 /usr/local/julia-1823f8e0bb/lib/julia/libcamd.so
7f538aa87000-7f538ac86000 ---p 0000a000 08:01 3282053 /usr/local/julia-1823f8e0bb/lib/julia/libcamd.so
7f538ac86000-7f538ac87000 r--p 00009000 08:01 3282053 /usr/local/julia-1823f8e0bb/lib/julia/libcamd.so
7f538ac87000-7f538ac88000 rw-p 0000a000 08:01 3282053 /usr/local/julia-1823f8e0bb/lib/julia/libcamd.so
7f538ac88000-7f538ac90000 r-xp 00000000 08:01 3282074 /usr/local/julia-1823f8e0bb/lib/julia/libamd.so
7f538ac90000-7f538ae90000 ---p 00008000 08:01 3282074 /usr/local/julia-1823f8e0bb/lib/julia/libamd.so
7f538ae90000-7f538ae91000 r--p 00008000 08:01 3282074 /usr/local/julia-1823f8e0bb/lib/julia/libamd.so
7f538ae91000-7f538ae92000 rw-p 00009000 08:01 3282074 /usr/local/julia-1823f8e0bb/lib/julia/libamd.so
7f538ae92000-7f538ae99000 r-xp 00000000 08:01 3282044 /usr/local/julia-1823f8e0bb/lib/julia/libcolamd.so
7f538ae99000-7f538b098000 ---p 00007000 08:01 3282044 /usr/local/julia-1823f8e0bb/lib/julia/libcolamd.so
7f538b098000-7f538b099000 r--p 00006000 08:01 3282044 /usr/local/julia-1823f8e0bb/lib/julia/libcolamd.so
7f538b099000-7f538b09a000 rw-p 00007000 08:01 3282044 /usr/local/julia-1823f8e0bb/lib/julia/libcolamd.so
7f538b09a000-7f538b187000 r-xp 00000000 08:01 3282019 /usr/local/julia-1823f8e0bb/lib/julia/libcholmod.so
7f538b187000-7f538b386000 ---p 000ed000 08:01 3282019 /usr/local/julia-1823f8e0bb/lib/julia/libcholmod.so
7f538b386000-7f538b387000 r--p 000ec000 08:01 3282019 /usr/local/julia-1823f8e0bb/lib/julia/libcholmod.so
7f538b387000-7f538b388000 rw-p 000ed000 08:01 3282019 /usr/local/julia-1823f8e0bb/lib/julia/libcholmod.so
7f538b388000-7f538d388000 rw-p 00000000 00:00 0
7f538d388000-7f538d389000 ---p 00000000 00:00 0
7f538d389000-7f538db89000 rw-p 00000000 00:00 0 [stack:7525]
7f538db89000-7f538db8a000 ---p 00000000 00:00 0
7f538db8a000-7f538e38a000 rw-p 00000000 00:00 0 [stack:7524]
7f538e38a000-7f538e38b000 ---p 00000000 00:00 0
7f538e38b000-7f538eb8b000 rw-p 00000000 00:00 0 [stack:7523]
7f538eb8b000-7f5392b8b000 rw-p 00000000 00:00 0
7f5392b8b000-7f5392b8c000 ---p 00000000 00:00 0
7f5392b8c000-7f539338c000 rw-p 00000000 00:00 0 [stack:7522]
7f539338c000-7f539738c000 rw-p 00000000 00:00 0
7f539738c000-7f539738d000 ---p 00000000 00:00 0
7f539738d000-7f5397b8d000 rw-p 00000000 00:00 0 [stack:7521]
7f5397b8d000-7f5397b8e000 ---p 00000000 00:00 0
7f5397b8e000-7f539838e000 rw-p 00000000 00:00 0 [stack:7520]
7f539838e000-7f539838f000 ---p 00000000 00:00 0
7f539838f000-7f5398b8f000 rw-p 00000000 00:00 0 [stack:7519]
7f5398b8f000-7f5398bca000 r-xp 00000000 08:01 786868 /usr/lib/x86_64-linux-gnu/libquadmath.so.0.0.0
7f5398bca000-7f5398dc9000 ---p 0003b000 08:01 786868 /usr/lib/x86_64-linux-gnu/libquadmath.so.0.0.0
7f5398dc9000-7f5398dca000 r--p 0003a000 08:01 786868 /usr/lib/x86_64-linux-gnu/libquadmath.so.0.0.0
7f5398dca000-7f5398dcb000 rw-p 0003b000 08:01 786868 /usr/lib/x86_64-linux-gnu/libquadmath.so.0.0.0
7f5398dcb000-7f5398ee2000 r-xp 00000000 08:01 788734 /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0
7f5398ee2000-7f53990e2000 ---p 00117000 08:01 788734 /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0
7f53990e2000-7f53990e3000 r--p 00117000 08:01 788734 /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0
7f53990e3000-7f53990e5000 rw-p 00118000 08:01 788734 /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0
7f53990e5000-7f539b113000 r-xp 00000000 08:01 3282070 /usr/local/julia-1823f8e0bb/lib/julia/libopenblas.so
7f539b113000-7f539b312000 ---p 0202e000 08:01 3282070 /usr/local/julia-1823f8e0bb/lib/julia/libopenblas.so
7f539b312000-7f539b318000 r--p 0202d000 08:01 3282070 /usr/local/julia-1823f8e0bb/lib/julia/libopenblas.so
7f539b318000-7f539b330000 rw-p 02033000 08:01 3282070 /usr/local/julia-1823f8e0bb/lib/julia/libopenblas.so
7f539b330000-7f539b444000 rw-p 00000000 00:00 0
7f539b444000-7f539b447000 r-xp 00000000 08:01 3282020 /usr/local/julia-1823f8e0bb/lib/julia/libdSFMT.so
7f539b447000-7f539b646000 ---p 00003000 08:01 3282020 /usr/local/julia-1823f8e0bb/lib/julia/libdSFMT.so
7f539b646000-7f539b647000 r--p 00002000 08:01 3282020 /usr/local/julia-1823f8e0bb/lib/julia/libdSFMT.so
7f539b647000-7f539b648000 rw-p 00003000 08:01 3282020 /usr/local/julia-1823f8e0bb/lib/julia/libdSFMT.so
7f539b648000-7f539b6a0000 r-xp 00000000 08:01 3282023 /usr/local/julia-1823f8e0bb/lib/julia/libmpfr.so.4.1.2
7f539b6a0000-7f539b89f000 ---p 00058000 08:01 3282023 /usr/local/julia-1823f8e0bb/lib/julia/libmpfr.so.4.1.2
7f539b89f000-7f539b8a1000 r--p 00057000 08:01 3282023 /usr/local/julia-1823f8e0bb/lib/julia/libmpfr.so.4.1.2
7f539b8a1000-7f539b8a2000 rw-p 00059000 08:01 3282023 /usr/local/julia-1823f8e0bb/lib/julia/libmpfr.so.4.1.2
7f539b8a2000-7f539b916000 r-xp 00000000 08:01 3282030 /usr/local/julia-1823f8e0bb/lib/julia/libgmp.so.10.2.0
7f539b916000-7f539bb15000 ---p 00074000 08:01 3282030 /usr/local/julia-1823f8e0bb/lib/julia/libgmp.so.10.2.0
7f539bb15000-7f539bb16000 r--p 00073000 08:01 3282030 /usr/local/julia-1823f8e0bb/lib/julia/libgmp.so.10.2.0
7f539bb16000-7f539bb17000 rw-p 00074000 08:01 3282030 /usr/local/julia-1823f8e0bb/lib/julia/libgmp.so.10.2.0
7f539bb17000-7f539bb84000 r-xp 00000000 08:01 3282033 /usr/local/julia-1823f8e0bb/lib/julia/libpcre2-8.so.0.1.0
7f539bb84000-7f539bd84000 ---p 0006d000 08:01 3282033 /usr/local/julia-1823f8e0bb/lib/julia/libpcre2-8.so.0.1.0
7f539bd84000-7f539bd85000 r--p 0006d000 08:01 3282033 /usr/local/julia-1823f8e0bb/lib/julia/libpcre2-8.so.0.1.0
7f539bd85000-7f539bd86000 rw-p 0006e000 08:01 3282033 /usr/local/julia-1823f8e0bb/lib/julia/libpcre2-8.so.0.1.0
7f539bddf000-7f539bde9000 rw-p 00000000 00:00 0
7f539bde9000-7f539be9f000 rw-p 00000000 00:00 0
7f539be9f000-7f539beaf000 rwxp 00000000 00:00 0
7f539beaf000-7f539bff0000 rw-p 00000000 00:00 0
7f539bff0000-7f559d004000 rw-p 00000000 00:00 0
7f559d004000-7f559da07000 rw-p 00000000 00:00 0
7f559da07000-7f559ef79000 r-xp 00000000 08:01 3282018 /usr/local/julia-1823f8e0bb/lib/julia/sys.so
7f559ef79000-7f559f179000 ---p 01572000 08:01 3282018 /usr/local/julia-1823f8e0bb/lib/julia/sys.so
7f559f179000-7f559f1a9000 r--p 01572000 08:01 3282018 /usr/local/julia-1823f8e0bb/lib/julia/sys.so
7f559f1a9000-7f559f1aa000 rw-p 015a2000 08:01 3282018 /usr/local/julia-1823f8e0bb/lib/julia/sys.so
7f559f1aa000-7f559f1cc000 rw-p 00000000 00:00 0
7f559f1cc000-7f559f495000 r--p 00000000 08:01 787576 /usr/lib/locale/locale-archive
7f559f495000-7f559f4ab000 r-xp 00000000 08:01 1049812 /lib/x86_64-linux-gnu/libgcc_s.so.1
7f559f4ab000-7f559f6aa000 ---p 00016000 08:01 1049812 /lib/x86_64-linux-gnu/libgcc_s.so.1
7f559f6aa000-7f559f6ab000 rw-p 00015000 08:01 1049812 /lib/x86_64-linux-gnu/libgcc_s.so.1
7f559f6ab000-7f559f791000 r-xp 00000000 08:01 786662 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19
7f559f791000-7f559f990000 ---p 000e6000 08:01 786662 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19
7f559f990000-7f559f998000 r--p 000e5000 08:01 786662 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19
7f559f998000-7f559f99a000 rw-p 000ed000 08:01 786662 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19
7f559f99a000-7f559f9af000 rw-p 00000000 00:00 0
7f559f9af000-7f559f9b6000 r-xp 00000000 08:01 1059988 /lib/x86_64-linux-gnu/librt-2.19.so
7f559f9b6000-7f559fbb5000 ---p 00007000 08:01 1059988 /lib/x86_64-linux-gnu/librt-2.19.so
7f559fbb5000-7f559fbb6000 r--p 00006000 08:01 1059988 /lib/x86_64-linux-gnu/librt-2.19.so
7f559fbb6000-7f559fbb7000 rw-p 00007000 08:01 1059988 /lib/x86_64-linux-gnu/librt-2.19.so
7f559fbb7000-7f559fcbc000 r-xp 00000000 08:01 1059970 /lib/x86_64-linux-gnu/libm-2.19.so
7f559fcbc000-7f559febb000 ---p 00105000 08:01 1059970 /lib/x86_64-linux-gnu/libm-2.19.so
7f559febb000-7f559febc000 r--p 00104000 08:01 1059970 /lib/x86_64-linux-gnu/libm-2.19.so
7f559febc000-7f559febd000 rw-p 00105000 08:01 1059970 /lib/x86_64-linux-gnu/libm-2.19.so
7f559febd000-7f559fed5000 r-xp 00000000 08:01 1049877 /lib/x86_64-linux-gnu/libz.so.1.2.8
7f559fed5000-7f55a00d4000 ---p 00018000 08:01 1049877 /lib/x86_64-linux-gnu/libz.so.1.2.8
7f55a00d4000-7f55a00d5000 r--p 00017000 08:01 1049877 /lib/x86_64-linux-gnu/libz.so.1.2.8
7f55a00d5000-7f55a00d6000 rw-p 00018000 08:01 1049877 /lib/x86_64-linux-gnu/libz.so.1.2.8
7f55a00d6000-7f55a00d9000 r-xp 00000000 08:01 1059974 /lib/x86_64-linux-gnu/libdl-2.19.so
7f55a00d9000-7f55a02d8000 ---p 00003000 08:01 1059974 /lib/x86_64-linux-gnu/libdl-2.19.so
7f55a02d8000-7f55a02d9000 r--p 00002000 08:01 1059974 /lib/x86_64-linux-gnu/libdl-2.19.so
7f55a02d9000-7f55a02da000 rw-p 00003000 08:01 1059974 /lib/x86_64-linux-gnu/libdl-2.19.so
7f55a02da000-7f55a0495000 r-xp 00000000 08:01 1059985 /lib/x86_64-linux-gnu/libc-2.19.so
7f55a0495000-7f55a0694000 ---p 001bb000 08:01 1059985 /lib/x86_64-linux-gnu/libc-2.19.so
7f55a0694000-7f55a0698000 r--p 001ba000 08:01 1059985 /lib/x86_64-linux-gnu/libc-2.19.so
7f55a0698000-7f55a069a000 rw-p 001be000 08:01 1059985 /lib/x86_64-linux-gnu/libc-2.19.so
7f55a069a000-7f55a069f000 rw-p 00000000 00:00 0
7f55a069f000-7f55a06b8000 r-xp 00000000 08:01 1059986 /lib/x86_64-linux-gnu/libpthread-2.19.so
7f55a06b8000-7f55a08b7000 ---p 00019000 08:01 1059986 /lib/x86_64-linux-gnu/libpthread-2.19.so
7f55a08b7000-7f55a08b8000 r--p 00018000 08:01 1059986 /lib/x86_64-linux-gnu/libpthread-2.19.so
7f55a08b8000-7f55a08b9000 rw-p 00019000 08:01 1059986 /lib/x86_64-linux-gnu/libpthread-2.19.so
7f55a08b9000-7f55a08bd000 rw-p 00000000 00:00 0
7f55a08bd000-7f55a1598000 r-xp 00000000 08:01 3282069 /usr/local/julia-1823f8e0bb/lib/julia/libjulia.so
7f55a1598000-7f55a1797000 ---p 00cdb000 08:01 3282069 /usr/local/julia-1823f8e0bb/lib/julia/libjulia.so
7f55a1797000-7f55a1838000 r--p 00cda000 08:01 3282069 /usr/local/julia-1823f8e0bb/lib/julia/libjulia.so
7f55a1838000-7f55a186b000 rw-p 00d7b000 08:01 3282069 /usr/local/julia-1823f8e0bb/lib/julia/libjulia.so
7f55a186b000-7f55a1946000 rw-p 00000000 00:00 0
7f55a1946000-7f55a1969000 r-xp 00000000 08:01 1059982 /lib/x86_64-linux-gnu/ld-2.19.so
7f55a196d000-7f55a198d000 rwxp 00000000 00:00 0
7f55a19a8000-7f55a19c9000 rw-p 00000000 00:00 0
7f55a19c9000-7f55a19e7000 rw-p 00000000 00:00 0
7f55a19e7000-7f55a19ef000 rw-s 00000000 08:01 2504470 /tmp/hsperfdata_jeffw/7518
7f55a19ef000-7f55a1a6f000 rwxp 00000000 00:00 0
7f55a1a6f000-7f55a1b5b000 rw-p 00000000 00:00 0
7f55a1b5f000-7f55a1b63000 rw-p 00000000 00:00 0
7f55a1b63000-7f55a1b64000 r--p 00000000 00:00 0
7f55a1b64000-7f55a1b68000 rw-p 00000000 00:00 0
7f55a1b68000-7f55a1b69000 r--p 00022000 08:01 1059982 /lib/x86_64-linux-gnu/ld-2.19.so
7f55a1b69000-7f55a1b6a000 rw-p 00023000 08:01 1059982 /lib/x86_64-linux-gnu/ld-2.19.so
7f55a1b6a000-7f55a1b6b000 rw-p 00000000 00:00 0
7ffff5a4d000-7ffff5a50000 ---p 00000000 00:00 0
7ffff5a51000-7ffff5b4d000 rw-p 00000000 00:00 0 [stack]
7ffff5b8c000-7ffff5b8e000 r-xp 00000000 00:00 0 [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall]
VM Arguments:
jvm_args: -Xmx1024M -verbose:jni -Xcheck:jni:trace -d64 -ea -esa
java_command: <unknown>
Launcher Type: generic
Environment Variables:
JAVA_HOME=/usr/lib/jvm/java-7-oracle
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
SHELL=/bin/bash
Signal Handlers:
SIGSEGV: [libjvm.so+0x9a3b20], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGBUS: [libjvm.so+0x9a3b20], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGFPE: [libjvm.so+0x81e740], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGPIPE: [libjvm.so+0x81e740], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGXFSZ: [libjvm.so+0x81e740], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGILL: [libjvm.so+0x81e740], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
SIGUSR2: [libjvm.so+0x81ffb0], sa_mask[0]=0x00000000, sa_flags=0x10000004
SIGHUP: [libjvm.so+0x8210d0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGINT: [libjvm.so+0x8210d0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGTERM: [libjvm.so+0x8210d0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGQUIT: [libjvm.so+0x8210d0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
--------------- S Y S T E M ---------------
OS:jessie/sid
uname:Linux 3.13.0-37-generic #64-Ubuntu SMP Mon Sep 22 21:28:38 UTC 2014 x86_64
libc:glibc 2.19 NPTL 2.19
rlimit: STACK 8192k, CORE 0k, NPROC 299689, NOFILE 4096, AS infinity
load average:0.12 0.04 0.05
/proc/meminfo:
MemTotal: 38368820 kB
MemFree: 36823504 kB
Buffers: 167364 kB
Cached: 850228 kB
SwapCached: 0 kB
Active: 793432 kB
Inactive: 363156 kB
Active(anon): 139072 kB
Inactive(anon): 280 kB
Active(file): 654360 kB
Inactive(file): 362876 kB
Unevictable: 0 kB
Mlocked: 0 kB
SwapTotal: 4193276 kB
SwapFree: 4193276 kB
Dirty: 40 kB
Writeback: 0 kB
AnonPages: 139108 kB
Mapped: 45412 kB
Shmem: 352 kB
Slab: 107668 kB
SReclaimable: 90740 kB
SUnreclaim: 16928 kB
KernelStack: 1776 kB
PageTables: 5108 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 23377684 kB
Committed_AS: 1135088 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 109268 kB
VmallocChunk: 34359623435 kB
HardwareCorrupted: 0 kB
AnonHugePages: 69632 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
HugePages_Surp: 0
Hugepagesize: 2048 kB
DirectMap4k: 19444 kB
DirectMap2M: 39043072 kB
CPU:total 8 (1 cores per cpu, 1 threads per core) family 6 model 13 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, tsc
/proc/cpuinfo:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 13
model name : QEMU Virtual CPU version 1.5.3
stepping : 3
microcode : 0x1
cpu MHz : 2931.940
cache size : 4096 KB
physical id : 0
siblings : 1
core id : 0
cpu cores : 1
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 4
wp : yes
flags : fpu de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pse36 clflush mmx fxsr sse sse2 syscall nx lm rep_good nopl pni cx16 hypervisor lahf_lm
bogomips : 5863.88
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 13
model name : QEMU Virtual CPU version 1.5.3
stepping : 3
microcode : 0x1
cpu MHz : 2931.940
cache size : 4096 KB
physical id : 1
siblings : 1
core id : 0
cpu cores : 1
apicid : 1
initial apicid : 1
fpu : yes
fpu_exception : yes
cpuid level : 4
wp : yes
flags : fpu de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pse36 clflush mmx fxsr sse sse2 syscall nx lm rep_good nopl pni cx16 hypervisor lahf_lm
bogomips : 5863.88
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 13
model name : QEMU Virtual CPU version 1.5.3
stepping : 3
microcode : 0x1
cpu MHz : 2931.940
cache size : 4096 KB
physical id : 2
siblings : 1
core id : 0
cpu cores : 1
apicid : 2
initial apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 4
wp : yes
flags : fpu de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pse36 clflush mmx fxsr sse sse2 syscall nx lm rep_good nopl pni cx16 hypervisor lahf_lm
bogomips : 5863.88
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 13
model name : QEMU Virtual CPU version 1.5.3
stepping : 3
microcode : 0x1
cpu MHz : 2931.940
cache size : 4096 KB
physical id : 3
siblings : 1
core id : 0
cpu cores : 1
apicid : 3
initial apicid : 3
fpu : yes
fpu_exception : yes
cpuid level : 4
wp : yes
flags : fpu de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pse36 clflush mmx fxsr sse sse2 syscall nx lm rep_good nopl pni cx16 hypervisor lahf_lm
bogomips : 5863.88
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
processor : 4
vendor_id : GenuineIntel
cpu family : 6
model : 13
model name : QEMU Virtual CPU version 1.5.3
stepping : 3
microcode : 0x1
cpu MHz : 2931.940
cache size : 4096 KB
physical id : 4
siblings : 1
core id : 0
cpu cores : 1
apicid : 4
initial apicid : 4
fpu : yes
fpu_exception : yes
cpuid level : 4
wp : yes
flags : fpu de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pse36 clflush mmx fxsr sse sse2 syscall nx lm rep_good nopl pni cx16 hypervisor lahf_lm
bogomips : 5863.88
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
processor : 5
vendor_id : GenuineIntel
cpu family : 6
model : 13
model name : QEMU Virtual CPU version 1.5.3
stepping : 3
microcode : 0x1
cpu MHz : 2931.940
cache size : 4096 KB
physical id : 5
siblings : 1
core id : 0
cpu cores : 1
apicid : 5
initial apicid : 5
fpu : yes
fpu_exception : yes
cpuid level : 4
wp : yes
flags : fpu de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pse36 clflush mmx fxsr sse sse2 syscall nx lm rep_good nopl pni cx16 hypervisor lahf_lm
bogomips : 5863.88
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
processor : 6
vendor_id : GenuineIntel
cpu family : 6
model : 13
model name : QEMU Virtual CPU version 1.5.3
stepping : 3
microcode : 0x1
cpu MHz : 2931.940
cache size : 4096 KB
physical id : 6
siblings : 1
core id : 0
cpu cores : 1
apicid : 6
initial apicid : 6
fpu : yes
fpu_exception : yes
cpuid level : 4
wp : yes
flags : fpu de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pse36 clflush mmx fxsr sse sse2 syscall nx lm rep_good nopl pni cx16 hypervisor lahf_lm
bogomips : 5863.88
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
processor : 7
vendor_id : GenuineIntel
cpu family : 6
model : 13
model name : QEMU Virtual CPU version 1.5.3
stepping : 3
microcode : 0x1
cpu MHz : 2931.940
cache size : 4096 KB
physical id : 7
siblings : 1
core id : 0
cpu cores : 1
apicid : 7
initial apicid : 7
fpu : yes
fpu_exception : yes
cpuid level : 4
wp : yes
flags : fpu de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pse36 clflush mmx fxsr sse sse2 syscall nx lm rep_good nopl pni cx16 hypervisor lahf_lm
bogomips : 5863.88
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
Memory: 4k page, physical 38368820k(36823504k free), swap 4193276k(4193276k free)
vm_info: Java HotSpot(TM) 64-Bit Server VM (24.80-b11) for linux-amd64 JRE (1.7.0_80-b15), built on Apr 10 2015 19:53:14 by "java_re" with gcc 4.3.0 20080428 (Red Hat 4.3.0-8)
time: Mon Jun 29 06:42:01 2015
elapsed time: 0 seconds
jeffw@ub0:~/src/JavaCall.jl/src$
jeffw@ub0:~/src/JavaCall.jl/src$ julia --handle-signals=no
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "help()" for help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.4.0-dev+10332 (2015-06-28 21:10 UTC)
_/ |\__'_|_|_|\__'_| | Commit 1823f8e* (0 days old master)
|__/ | x86_64-linux-gnu
julia> using JavaCall;
Loaded /usr/lib/jvm/java-7-oracle/jre/lib/amd64/server/libjvm.so
julia> JavaCall.init(["-Xmx1024M", "-verbose:jni","-Xcheck:jni:trace","-d64","-ea","-esa"])
[Dynamic-linking native method java.lang.Object.registerNatives ... JNI]
[Registering JNI native method java.lang.Object.hashCode]
[Registering JNI native method java.lang.Object.wait]
[Registering JNI native method java.lang.Object.notify]
[Registering JNI native method java.lang.Object.notifyAll]
[Registering JNI native method java.lang.Object.clone]
[Dynamic-linking native method java.lang.System.registerNatives ... JNI]
[Registering JNI native method java.lang.System.currentTimeMillis]
[Registering JNI native method java.lang.System.nanoTime]
[Registering JNI native method java.lang.System.arraycopy]
[Dynamic-linking native method java.lang.System.identityHashCode ... JNI]
[Dynamic-linking native method java.lang.Thread.registerNatives ... JNI]
[Registering JNI native method java.lang.Thread.start0]
[Registering JNI native method java.lang.Thread.stop0]
[Registering JNI native method java.lang.Thread.isAlive]
[Registering JNI native method java.lang.Thread.suspend0]
[Registering JNI native method java.lang.Thread.resume0]
[Registering JNI native method java.lang.Thread.setPriority0]
[Registering JNI native method java.lang.Thread.yield]
[Registering JNI native method java.lang.Thread.sleep]
[Registering JNI native method java.lang.Thread.currentThread]
[Registering JNI native method java.lang.Thread.countStackFrames]
[Registering JNI native method java.lang.Thread.interrupt0]
[Registering JNI native method java.lang.Thread.isInterrupted]
[Registering JNI native method java.lang.Thread.holdsLock]
[Registering JNI native method java.lang.Thread.getThreads]
[Registering JNI native method java.lang.Thread.dumpThreads]
[Registering JNI native method java.lang.Thread.setNativeName]
[Dynamic-linking native method java.security.AccessController.getStackAccessControlContext ... JNI]
[Dynamic-linking native method java.security.AccessController.getInheritedAccessControlContext ... JNI]
[Dynamic-linking native method java.lang.Class.registerNatives ... JNI]
[Registering JNI native method java.lang.Class.getName0]
[Registering JNI native method java.lang.Class.getSuperclass]
[Registering JNI native method java.lang.Class.getInterfaces]
[Registering JNI native method java.lang.Class.isInterface]
[Registering JNI native method java.lang.Class.getSigners]
[Registering JNI native method java.lang.Class.setSigners]
[Registering JNI native method java.lang.Class.isArray]
[Registering JNI native method java.lang.Class.isPrimitive]
[Registering JNI native method java.lang.Class.getComponentType]
[Registering JNI native method java.lang.Class.getModifiers]
[Registering JNI native method java.lang.Class.getDeclaredFields0]
[Registering JNI native method java.lang.Class.getDeclaredMethods0]
[Registering JNI native method java.lang.Class.getDeclaredConstructors0]
[Registering JNI native method java.lang.Class.getProtectionDomain0]
[Registering JNI native method java.lang.Class.setProtectionDomain0]
[Registering JNI native method java.lang.Class.getDeclaredClasses0]
[Registering JNI native method java.lang.Class.getDeclaringClass0]
[Registering JNI native method java.lang.Class.getGenericSignature]
[Registering JNI native method java.lang.Class.getRawAnnotations]
[Registering JNI native method java.lang.Class.getConstantPool]
[Registering JNI native method java.lang.Class.desiredAssertionStatus0]
[Registering JNI native method java.lang.Class.getEnclosingMethod0]
[Dynamic-linking native method java.lang.ClassLoader.registerNatives ... JNI]
[Registering JNI native method java.lang.ClassLoader.retrieveDirectives]
[Dynamic-linking native method java.security.AccessController.doPrivileged ... JNI]
[Dynamic-linking native method java.lang.Class.getPrimitiveClass ... JNI]
[Dynamic-linking native method java.lang.Float.floatToRawIntBits ... JNI]
[Dynamic-linking native method java.lang.Double.doubleToRawLongBits ... JNI]
[Dynamic-linking native method sun.misc.VM.initialize ... JNI]
[Dynamic-linking native method java.lang.System.initProperties ... JNI]
[Dynamic-linking native method sun.misc.Unsafe.registerNatives ... JNI]
[Registering JNI native method sun.misc.Unsafe.getLoadAverage]
[Dynamic-linking native method java.lang.Throwable.fillInStackTrace ... JNI]
[Registering JNI native method sun.misc.Unsafe.copyMemory]
[Registering JNI native method sun.misc.Unsafe.setMemory]
[Registering JNI native method sun.misc.Unsafe.defineAnonymousClass]
[Registering JNI native method sun.misc.Unsafe.shouldBeInitialized]
[Registering JNI native method sun.misc.Unsafe.getObject]
[Registering JNI native method sun.misc.Unsafe.putObject]
[Registering JNI native method sun.misc.Unsafe.getObjectVolatile]
[Registering JNI native method sun.misc.Unsafe.putObjectVolatile]
[Registering JNI native method sun.misc.Unsafe.getBoolean]
[Registering JNI native method sun.misc.Unsafe.putBoolean]
[Registering JNI native method sun.misc.Unsafe.getBooleanVolatile]
[Registering JNI native method sun.misc.Unsafe.putBooleanVolatile]
[Registering JNI native method sun.misc.Unsafe.getByte]
[Registering JNI native method sun.misc.Unsafe.putByte]
[Registering JNI native method sun.misc.Unsafe.getByteVolatile]
[Registering JNI native method sun.misc.Unsafe.putByteVolatile]
[Registering JNI native method sun.misc.Unsafe.getShort]
[Registering JNI native method sun.misc.Unsafe.putShort]
[Registering JNI native method sun.misc.Unsafe.getShortVolatile]
[Registering JNI native method sun.misc.Unsafe.putShortVolatile]
[Registering JNI native method sun.misc.Unsafe.getChar]
[Registering JNI native method sun.misc.Unsafe.putChar]
[Registering JNI native method sun.misc.Unsafe.getCharVolatile]
[Registering JNI native method sun.misc.Unsafe.putCharVolatile]
[Registering JNI native method sun.misc.Unsafe.getInt]
[Registering JNI native method sun.misc.Unsafe.putInt]
[Registering JNI native method sun.misc.Unsafe.getIntVolatile]
[Registering JNI native method sun.misc.Unsafe.putIntVolatile]
[Registering JNI native method sun.misc.Unsafe.getLong]
[Registering JNI native method sun.misc.Unsafe.putLong]
[Registering JNI native method sun.misc.Unsafe.getLongVolatile]
[Registering JNI native method sun.misc.Unsafe.putLongVolatile]
[Registering JNI native method sun.misc.Unsafe.getFloat]
[Registering JNI native method sun.misc.Unsafe.putFloat]
[Registering JNI native method sun.misc.Unsafe.getFloatVolatile]
[Registering JNI native method sun.misc.Unsafe.putFloatVolatile]
[Registering JNI native method sun.misc.Unsafe.getDouble]
[Registering JNI native method sun.misc.Unsafe.putDouble]
[Registering JNI native method sun.misc.Unsafe.getDoubleVolatile]
[Registering JNI native method sun.misc.Unsafe.putDoubleVolatile]
[Registering JNI native method sun.misc.Unsafe.getByte]
[Registering JNI native method sun.misc.Unsafe.putByte]
[Registering JNI native method sun.misc.Unsafe.getShort]
[Registering JNI native method sun.misc.Unsafe.putShort]
[Registering JNI native method sun.misc.Unsafe.getChar]
[Registering JNI native method sun.misc.Unsafe.putChar]
[Registering JNI native method sun.misc.Unsafe.getInt]
[Registering JNI native method sun.misc.Unsafe.putInt]
[Registering JNI native method sun.misc.Unsafe.getLong]
[Registering JNI native method sun.misc.Unsafe.putLong]
[Registering JNI native method sun.misc.Unsafe.getFloat]
[Registering JNI native method sun.misc.Unsafe.putFloat]
[Registering JNI native method sun.misc.Unsafe.getDouble]
[Registering JNI native method sun.misc.Unsafe.putDouble]
[Registering JNI native method sun.misc.Unsafe.getAddress]
[Registering JNI native method sun.misc.Unsafe.putAddress]
[Registering JNI native method sun.misc.Unsafe.allocateMemory]
[Registering JNI native method sun.misc.Unsafe.reallocateMemory]
[Registering JNI native method sun.misc.Unsafe.freeMemory]
[Registering JNI native method sun.misc.Unsafe.objectFieldOffset]
[Registering JNI native method sun.misc.Unsafe.staticFieldOffset]
[Registering JNI native method sun.misc.Unsafe.staticFieldBase]
[Registering JNI native method sun.misc.Unsafe.ensureClassInitialized]
[Registering JNI native method sun.misc.Unsafe.arrayBaseOffset]
[Registering JNI native method sun.misc.Unsafe.arrayIndexScale]
[Registering JNI native method sun.misc.Unsafe.addressSize]
[Registering JNI native method sun.misc.Unsafe.pageSize]
[Registering JNI native method sun.misc.Unsafe.defineClass]
[Registering JNI native method sun.misc.Unsafe.defineClass]
[Registering JNI native method sun.misc.Unsafe.allocateInstance]
[Registering JNI native method sun.misc.Unsafe.monitorEnter]
[Registering JNI native method sun.misc.Unsafe.monitorExit]
[Registering JNI native method sun.misc.Unsafe.tryMonitorEnter]
[Registering JNI native method sun.misc.Unsafe.throwException]
[Registering JNI native method sun.misc.Unsafe.compareAndSwapObject]
[Registering JNI native method sun.misc.Unsafe.compareAndSwapInt]
[Registering JNI native method sun.misc.Unsafe.compareAndSwapLong]
[Registering JNI native method sun.misc.Unsafe.putOrderedObject]
[Registering JNI native method sun.misc.Unsafe.putOrderedInt]
[Registering JNI native method sun.misc.Unsafe.putOrderedLong]
[Registering JNI native method sun.misc.Unsafe.park]
[Registering JNI native method sun.misc.Unsafe.unpark]
[Dynamic-linking native method sun.reflect.Reflection.getCallerClass ... JNI]
[Dynamic-linking native method java.lang.String.intern ... JNI]
[Dynamic-linking native method java.lang.Object.getClass ... JNI]
[Dynamic-linking native method java.lang.Class.forName0 ... JNI]
[Dynamic-linking native method sun.reflect.Reflection.getClassAccessFlags ... JNI]
[Dynamic-linking native method sun.reflect.NativeConstructorAccessorImpl.newInstance0 ... JNI]
[Dynamic-linking native method java.lang.Runtime.maxMemory ... JNI]
[Dynamic-linking native method java.io.FileInputStream.initIDs ... JNI]
[Dynamic-linking native method java.io.FileDescriptor.initIDs ... JNI]
[Dynamic-linking native method java.io.FileOutputStream.initIDs ... JNI]
[Dynamic-linking native method java.util.concurrent.atomic.AtomicLong.VMSupportsCS8 ... JNI]
[Dynamic-linking native method java.lang.Runtime.availableProcessors ... JNI]
[Dynamic-linking native method java.lang.Class.isAssignableFrom ... JNI]
[Dynamic-linking native method java.lang.System.setIn0 ... JNI]
[Dynamic-linking native method java.lang.System.setOut0 ... JNI]
[Dynamic-linking native method java.lang.System.setErr0 ... JNI]
[Dynamic-linking native method java.io.FileSystem.getFileSystem ... JNI]
[Dynamic-linking native method java.io.UnixFileSystem.initIDs ... JNI]
[Dynamic-linking native method java.lang.System.mapLibraryName ... JNI]
[Dynamic-linking native method java.io.UnixFileSystem.getBooleanAttributes0 ... JNI]
[Dynamic-linking native method java.io.UnixFileSystem.canonicalize0 ... JNI]
[Dynamic-linking native method java.lang.ClassLoader$NativeLibrary.load ... JNI]
[Dynamic-linking native method sun.misc.Signal.findSignal ... JNI]
[Dynamic-linking native method sun.misc.Signal.handle0 ... JNI]
[Dynamic-linking native method java.lang.Compiler.registerNatives ... JNI]
[Registering JNI native method java.lang.Compiler.compileClass]
[Registering JNI native method java.lang.Compiler.compileClasses]
[Registering JNI native method java.lang.Compiler.command]
[Registering JNI native method java.lang.Compiler.enable]
[Registering JNI native method java.lang.Compiler.disable]
[Dynamic-linking native method java.lang.ClassLoader$NativeLibrary.find ... JNI]
[Dynamic-linking native method java.security.AccessController.doPrivileged ... JNI]
[Dynamic-linking native method java.io.FileInputStream.open ... JNI]
[Dynamic-linking native method java.io.FileInputStream.readBytes ... JNI]
[Dynamic-linking native method java.io.FileInputStream.available ... JNI]
[Dynamic-linking native method java.lang.reflect.Array.newArray ... JNI]
[Dynamic-linking native method java.io.FileInputStream.close0 ... JNI]
[Dynamic-linking native method java.io.UnixFileSystem.list ... JNI]
[Dynamic-linking native method java.lang.ClassLoader.findLoadedClass0 ... JNI]
[Dynamic-linking native method java.lang.ClassLoader.findBootstrapClass ... JNI]
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fc80bfeb0aa, pid=6467, tid=140506238162816
#
# JRE version: Java(TM) SE Runtime Environment (7.0_80-b15) (build 1.7.0_80-b15)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.80-b11 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# V [libjvm.so+0x64e0aa] jni_IsAssignableFrom+0xda
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/jeffw/src/JavaCall.jl/src/hs_err_pid6467.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Aborted
jeffw@ub0:~/src/JavaCall.jl/src$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment