JNA crash

Hi,
I am currently working on a project using a C (MSVC) DLL trhough JNI and I want to switch to JNA but I experience some problems, some functions just make the VM to crash.
eg:
The C prototype from the header:
short STDCALL SERVERRemoteControlRequest (short session_id, char devId, long t_offset, short Forced, short *Accept, short *Token);My JNA interface:
public interface LibNexus extends Library {
     LibNexus INSTANCE = (LibNexus) Native.loadLibrary("NexusSDK", LibNexus.class);
     LibNexus SYNC_INSTANCE = (LibNexus) Native.synchronizedLibrary(INSTANCE);
        short SERVERRemoteControlRequest (short sessionId, char devId, long t_offset, short Forced, ShortByReference Accept, ShortByReference Token);
}The code leading to VM crash:
ShortByReference Accept = new ShortByReference();
ShortByReference Token = new ShortByReference();
ret = lib.SERVERRemoteControlRequest((short)0, (char)0, 1L, (short)0, Accept, Token);Here is what I get when I run it:
# An unexpected error has been detected by Java Runtime Environment:
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x030460fd, pid=3200, tid=2864
# Java VM: Java HotSpot(TM) Client VM (10.0-b19 mixed mode, sharing windows-x86)
# Problematic frame:
# C  [NexusSDK.dll+0x60fd]
# An error report file with more information is saved as:
# C:\Documents and Settings\bboucher\Bureau\Ben\workspace\jnexus\hs_err_pid3200.log
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#I just put one example but there are many functions that crash the VM, while many functions work perfectly.
Is it possible that some functions from a DLL just don't work with JNA while others do ? (All functions are doing fine with JNI).

>
The C prototype from the header:
short STDCALL SERVERRemoteControlRequest (short session_id, char devId, long t_offset, short Forced, short *Accept, short *Token);My JNA interface:
public interface LibNexus extends Library {
     LibNexus INSTANCE = (LibNexus) Native.loadLibrary("NexusSDK", LibNexus.class);
     LibNexus SYNC_INSTANCE = (LibNexus) Native.synchronizedLibrary(INSTANCE);
short SERVERRemoteControlRequest (short sessionId, char devId, long t_offset, short Forced, ShortByReference Accept, ShortByReference Token);
According to the FAQ from the JNA home page, you need to check your calling convention and parameter sizes. Based on the documentation for calling convention and type mapping:
1) STDCALL ==> "StdCallLibrary", not Library
2) native long ==> "NativeLong" or "int" on Windows (32 bits), not Java long (64 bits)
3) native char ==> Java byte
4) there is a mailing list devoted to these sorts of questions, users AT jna DOT dev DOT java DOT net.

Similar Messages

  • Java Hot Spot crashes when trying to start a desktop swing app

    I am trying to start a desktop app and it crashes almost immediately
    The system is SUSE SLES11, jdk1.6.0_18 64bit
    Since I can run other java apps (Eclipse being one of them) there must be something specific about this app.
    Any suggestions?
    Thanx
    # A fatal error has been detected by the Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0x00007f42c8797c03, pid=20891, tid=139924794349904
    # JRE version: 6.0_18-b07
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (16.0-b13 mixed mode linux-amd64 )
    # Problematic frame:
    # C [libc.so.6+0x30c03] catgets+0x23
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/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 (0x0000000040112800): JavaThread "main" [_thread_in_native, id=20892, stack(0x00007f42c7999000,0x00007f42c7a9a000)]
    Stack: [0x00007f42c7999000,0x00007f42c7a9a000], sp=0x00007f42c7a98308, free space=3fc0000000000000018k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [libc.so.6+0x30c03] catgets+0x23
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j sun.awt.motif.MWindowPeer.pCreate(Lsun/awt/motif/MComponentPeer;Ljava/lang/String;)V+0
    j sun.awt.motif.MWindowPeer.create(Lsun/awt/motif/MComponentPeer;)V+12
    j sun.awt.motif.MComponentPeer.init(Ljava/awt/Component;)V+31
    j sun.awt.motif.MWindowPeer.init(Ljava/awt/Window;)V+102
    j sun.awt.motif.MFramePeer.<init>(Ljava/awt/Frame;)V+159
    j sun.awt.motif.MToolkit.createFrame(Ljava/awt/Frame;)Ljava/awt/peer/FramePeer;+5
    j java.awt.Frame.addNotify()V+20
    j java.awt.Window.pack()V+28
    j riskscape.tools.asset.modtool.AssetModificationTool.main([Ljava/lang/String;)V+9
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x00007f425842c000 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=20916, stack(0x00007f4250f24000,0x00007f4251025000)]
    0x00007f4258414800 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=20915, stack(0x00007f4251025000,0x00007f4251126000)]
    0x00007f4258413800 JavaThread "AWT-Shutdown" [_thread_blocked, id=20914, stack(0x00007f4256bf6000,0x00007f4256cf7000)]
    0x00007f4258132800 JavaThread "AWT-Motif" daemon [_thread_blocked, id=20910, stack(0x00007f4256af5000,0x00007f4256bf6000)]
    0x00007f42580f0000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=20908, stack(0x00007f4257312000,0x00007f4257413000)]
    0x00007f4258001800 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=20905, stack(0x00007f425d540000,0x00007f425d641000)]
    0x000000004019d000 JavaThread "CompilerThread1" daemon [_thread_blocked, id=20904, stack(0x00007f425d641000,0x00007f425d742000)]
    0x0000000040198000 JavaThread "CompilerThread0" daemon [_thread_blocked, id=20903, stack(0x00007f425d742000,0x00007f425d843000)]
    0x0000000040196000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=20902, stack(0x00007f425d843000,0x00007f425d944000)]
    0x0000000040176000 JavaThread "Finalizer" daemon [_thread_blocked, id=20901, stack(0x00007f425d983000,0x00007f425da84000)]
    0x000000004016e800 JavaThread "Reference Handler" daemon [_thread_blocked, id=20900, stack(0x00007f425da84000,0x00007f425db85000)]
    =>0x0000000040112800 JavaThread "main" [_thread_in_native, id=20892, stack(0x00007f42c7999000,0x00007f42c7a9a000)]
    Other Threads:
    0x000000004016a000 VMThread [stack: 0x00007f425db85000,0x00007f425dc86000] [id=20899]
    0x00007f4258004000 WatcherThread [stack: 0x00007f425d43f000,0x00007f425d540000] [id=20906]
    VM state:not at safepoint (normal execution)
    Dynamic libraries:
    40000000-40009000 r-xp 00000000 ca:03 462743 /usr/java/jdk1.6.0_18/bin/java
    40108000-4010a000 rwxp 00008000 ca:03 462743 /usr/java/jdk1.6.0_18/bin/java
    4010a000-40aa4000 rwxp 4010a000 00:00 0 [heap]
    7f4257491000-7f4257590000 ---p 0007e000 ca:03 561199 /usr/java/jdk1.6.0_18/jre/lib/amd64/libfontmanager.so
    7f4257590000-7f42575a6000 rwxp 0007d000 ca:03 561199 /usr/java/jdk1.6.0_18/jre/lib/amd64/libfontmanager.so
    7f42575a6000-7f42575b7000 rwxp 7f42575a6000 00:00 0
    7f42575b7000-7f42575d2000 r-xp 00000000 ca:03 346506 /usr/lib64/libxcb.so.1.0.0
    7f42575d2000-7f42577d1000 ---p 0001b000 ca:03 346506 /usr/lib64/libxcb.so.1.0.0
    7f42577d1000-7f42577d2000 r-xp 0001a000 ca:03 346506 /usr/lib64/libxcb.so.1.0.0
    7f42577d2000-7f42577d3000 rwxp 0001b000 ca:03 346506 /usr/lib64/libxcb.so.1.0.0
    7f42577d3000-7f42577d4000 r-xp 00000000 ca:03 346496 /usr/lib64/libxcb-xlib.so.0.0.0
    7f42577d4000-7f42579d3000 ---p 00001000 ca:03 346496 /usr/lib64/libxcb-xlib.so.0.0.0
    7f42579d3000-7f42579d4000 r-xp 00000000 ca:03 346496 /usr/lib64/libxcb-xlib.so.0.0.0
    7f42579d4000-7f42579d5000 rwxp 00001000 ca:03 346496 /usr/lib64/libxcb-xlib.so.0.0.0
    7f42579d5000-7f42579ec000 r-xp 00000000 ca:03 346273 /usr/lib64/libICE.so.6.3.0
    7f42579ec000-7f4257bec000 ---p 00017000 ca:03 346273 /usr/lib64/libICE.so.6.3.0
    7f4257bec000-7f4257bed000 r-xp 00017000 ca:03 346273 /usr/lib64/libICE.so.6.3.0
    7f4257bed000-7f4257bee000 rwxp 00018000 ca:03 346273 /usr/lib64/libICE.so.6.3.0
    7f4257bee000-7f4257bf2000 rwxp 7f4257bee000 00:00 0
    7f4257bf2000-7f4257bf6000 r-xp 00000000 ca:03 229486 /lib64/libuuid.so.1.2
    7f4257bf6000-7f4257df5000 ---p 00004000 ca:03 229486 /lib64/libuuid.so.1.2
    7f4257df5000-7f4257df6000 r-xp 00003000 ca:03 229486 /lib64/libuuid.so.1.2
    7f4257df6000-7f4257df7000 rwxp 00004000 ca:03 229486 /lib64/libuuid.so.1.2
    7f4257df7000-7f4257dff000 r-xp 00000000 ca:03 346874 /usr/lib64/libSM.so.6.0.0
    7f4257dff000-7f4257ffe000 ---p 00008000 ca:03 346874 /usr/lib64/libSM.so.6.0.0
    7f4257ffe000-7f4257fff000 r-xp 00007000 ca:03 346874 /usr/lib64/libSM.so.6.0.0
    7f4257fff000-7f4258000000 rwxp 00008000 ca:03 346874 /usr/lib64/libSM.so.6.0.0
    7f4258000000-7f4258691000 rwxp 7f4258000000 00:00 0
    7f4258691000-7f425c000000 ---p 7f4258691000 00:00 0
    7f425c006000-7f425c034000 r-xs 00000000 ca:02 16974 /var/cache/fontconfig/8d4af663993b81a124ee82e610bb31f9-x86-64.cache-2
    7f425c034000-7f425c035000 r-xp 00000000 ca:03 442807 /usr/lib/locale/en_US.utf8/LC_NUMERIC
    7f425c035000-7f425c036000 r-xp 00000000 ca:03 436723 /usr/lib/locale/en_US.utf8/LC_TIME
    7f425c036000-7f425c037000 r-xp 00000000 ca:03 436710 /usr/lib/locale/en_US.utf8/LC_MONETARY
    7f425c037000-7f425c038000 r-xp 00000000 ca:03 442801 /usr/lib/locale/en_US.utf8/LC_MESSAGES/SYS_LC_MESSAGES
    7f425c038000-7f425c039000 r-xp 00000000 ca:03 442774 /usr/lib/locale/en_US.utf8/LC_PAPER
    7f425c039000-7f425c03a000 r-xp 00000000 ca:03 442784 /usr/lib/locale/en_US.utf8/LC_NAME
    7f425c03a000-7f425c03b000 r-xp 00000000 ca:03 434252 /usr/lib/locale/en_US.utf8/LC_ADDRESS
    7f425c03b000-7f425c03c000 r-xp 00000000 ca:03 442761 /usr/lib/locale/en_US.utf8/LC_TELEPHONE
    7f425c03c000-7f425c03f000 r-xs 000cb000 ca:03 583167 /usr/java/jdk1.6.0_18/jre/lib/ext/localedata.jar
    7f425c03f000-7f425c046000 r-xs 00111000 ca:03 561268 /usr/java/jdk1.6.0_18/jre/lib/resources.jar
    7f425c046000-7f425c04d000 r-xs 00050000 ca:03 27461 /home/turekg/dev/java/workspace/riskscapej/lib/log4j-1.2.14.jar
    7f425c04d000-7f425c04f000 r-xs 0000a000 ca:03 27432 /home/turekg/dev/java/workspace/riskscapej/lib/jumbletree-uibits.jar
    7f425c04f000-7f425c053000 r-xs 00035000 ca:03 27972 /home/turekg/dev/java/workspace/riskscapej/lib/gol-spatial.jar
    7f425c053000-7f425c067000 r-xs 00127000 ca:03 27527 /home/turekg/dev/java/workspace/riskscapej/lib/ant.jar
    7f425c067000-7f425c06a000 r-xs 0001b000 ca:03 10131 /home/turekg/dev/apps/eclipse/plugins/org.junit_3.8.2.v20090203-1005/junit.jar
    7f425c06a000-7f425c07e000 r-xs 001bd000 ca:03 27528 /home/turekg/dev/java/workspace/riskscapej/lib/jai_core.jar
    7f425c07e000-7f425c080000 r-xp 00000000 ca:03 346271 /usr/lib64/libXau.so.6.0.0
    7f425c080000-7f425c280000 ---p 00002000 ca:03 346271 /usr/lib64/libXau.so.6.0.0
    7f425c280000-7f425c281000 r-xp 00002000 ca:03 346271 /usr/lib64/libXau.so.6.0.0
    7f425c281000-7f425c282000 rwxp 00003000 ca:03 346271 /usr/lib64/libXau.so.6.0.0
    7f425c282000-7f425c28b000 r-xp 00000000 ca:03 32968 /usr/lib64/libXi.so.6.0.0
    7f425c28b000-7f425c48a000 ---p 00009000 ca:03 32968 /usr/lib64/libXi.so.6.0.0
    7f425c48a000-7f425c48b000 r-xp 00008000 ca:03 32968 /usr/lib64/libXi.so.6.0.0
    7f425c48b000-7f425c48c000 rwxp 00009000 ca:03 32968 /usr/lib64/libXi.so.6.0.0
    7f425c48c000-7f425c5c3000 r-xp 00000000 ca:03 347532 /usr/lib64/libX11.so.6.2.0
    7f425c5c3000-7f425c7c3000 ---p 00137000 ca:03 347532 /usr/lib64/libX11.so.6.2.0
    7f425c7c3000-7f425c7c4000 r-xp 00137000 ca:03 347532 /usr/lib64/libX11.so.6.2.0
    7f425c7c4000-7f425c7c9000 rwxp 00138000 ca:03 347532 /usr/lib64/libX11.so.6.2.0
    7f425c7c9000-7f425c828000 r-xp 00000000 ca:03 32780 /usr/lib64/libXt.so.6.0.0
    7f425c828000-7f425ca28000 ---p 0005f000 ca:03 32780 /usr/lib64/libXt.so.6.0.0
    7f425ca28000-7f425ca29000 r-xp 0005f000 ca:03 32780 /usr/lib64/libXt.so.6.0.0
    7f425ca29000-7f425ca2e000 rwxp 00060000 ca:03 32780 /usr/lib64/libXt.so.6.0.0
    7f425ca2e000-7f425ca2f000 rwxp 7f425ca2e000 00:00 0
    7f425ca2f000-7f425ca40000 r-xp 00000000 ca:03 32786 /usr/lib64/libXext.so.6.4.0
    7f425ca40000-7f425cc3f000 ---p 00011000 ca:03 32786 /usr/lib64/libXext.so.6.4.0
    7f425cc3f000-7f425cc40000 r-xp 00010000 ca:03 32786 /usr/lib64/libXext.so.6.4.0
    7f425cc40000-7f425cc41000 rwxp 00011000 ca:03 32786 /usr/lib64/libXext.so.6.4.0
    7f425cc41000-7f425cc46000 r-xp 00000000 ca:03 32978 /usr/lib64/libXtst.so.6.1.0
    7f425cc46000-7f425ce46000 ---p 00005000 ca:03 32978 /usr/lib64/libXtst.so.6.1.0
    7f425ce46000-7f425ce47000 r-xp 00005000 ca:03 32978 /usr/lib64/libXtst.so.6.1.0
    7f425ce47000-7f425ce48000 rwxp 00006000 ca:03 32978 /usr/lib64/libXtst.so.6.1.0
    7f425ce48000-7f425ce49000 r-xp 00000000 ca:03 444731 /usr/lib/locale/en_US.utf8/LC_MEASUREMENT
    7f425ce49000-7f425ce4d000 r-xs 0003c000 ca:03 28170 /home/turekg/dev/java/workspace/riskscapej/lib/jai_codec.jar
    7f425ce4d000-7f425ce4f000 r-xs 00002000 ca:03 27526 /home/turekg/dev/java/workspace/riskscapej/lib/jumbletree-utils.jar
    7f425ce4f000-7f425ce56000 r-xs 00054000 ca:03 204905 /home/turekg/dev/java/workspace/riskscapej/testlib/abbot.jar
    7f425ce56000-7f425ce5a000 r-xs 00023000 ca:03 27825 /home/turekg/dev/java/workspace/riskscapej/lib/PBTransform.jar
    7f425ce5a000-7f425ce74000 r-xs 00125000 ca:03 28031 /home/turekg/dev/java/workspace/riskscapej/lib/jide-oss-2.7.3.jar
    7f425ce74000-7f425ce7d000 r-xs 0007a000 ca:03 26853 /home/turekg/dev/java/workspace/riskscapej/lib/jh.jar
    7f425ce7d000-7f425d0e4000 r-xp 00000000 ca:03 561231 /usr/java/jdk1.6.0_18/jre/lib/amd64/motif21/libmawt.so
    7f425d0e4000-7f425d1e5000 ---p 00267000 ca:03 561231 /usr/java/jdk1.6.0_18/jre/lib/amd64/motif21/libmawt.so
    7f425d1e5000-7f425d239000 rwxp 00268000 ca:03 561231 /usr/java/jdk1.6.0_18/jre/lib/amd64/motif21/libmawt.so
    7f425d239000-7f425d23c000 rwxp 7f425d239000 00:00 0
    7f425d23c000-7f425d2ce000 r-xp 00000000 ca:03 561194 /usr/java/jdk1.6.0_18/jre/lib/amd64/libawt.so
    7f425d2ce000-7f425d3cd000 ---p 00092000 ca:03 561194 /usr/java/jdk1.6.0_18/jre/lib/amd64/libawt.so
    7f425d3cd000-7f425d3e6000 rwxp 00091000 ca:03 561194 /usr/java/jdk1.6.0_18/jre/lib/amd64/libawt.so
    7f425d3e6000-7f425d40b000 rwxp 7f425d3e6000 00:00 0
    7f425d40b000-7f425d424000 r-xs 0012e000 ca:03 28072 /home/turekg/dev/java/workspace/riskscapej/lib/swingx.jar
    7f425d424000-7f425d432000 r-xs 00171000 ca:03 28030 /home/turekg/dev/java/workspace/riskscapej/lib/ecj.jar
    7f425d432000-7f425d43f000 r-xs 000fa000 ca:03 28168 /home/turekg/dev/java/workspace/riskscapej/lib/jfreechart-1.0.1.jar
    7f425d43f000-7f425d440000 ---p 7f425d43f000 00:00 0
    7f425d440000-7f425d540000 rwxp 7f425d440000 00:00 0
    7f425d540000-7f425d543000 ---p 7f425d540000 00:00 0
    7f425d543000-7f425d641000 rwxp 7f425d543000 00:00 0
    7f425d641000-7f425d644000 ---p 7f425d641000 00:00 0
    7f425d644000-7f425d742000 rwxp 7f425d644000 00:00 0
    7f425d742000-7f425d745000 ---p 7f425d742000 00:00 0
    7f425d745000-7f425d843000 rwxp 7f425d745000 00:00 0
    7f425d843000-7f425d846000 ---p 7f425d843000 00:00 0
    7f425d846000-7f425d944000 rwxp 7f425d846000 00:00 0
    7f425d944000-7f425d983000 r-xp 00000000 ca:03 442819 /usr/lib/locale/en_US.utf8/LC_CTYPE
    7f425d983000-7f425d986000 ---p 7f425d983000 00:00 0
    7f425d986000-7f425da84000 rwxp 7f425d986000 00:00 0
    7f425da84000-7f425da87000 ---p 7f425da84000 00:00 0
    7f425da87000-7f425db85000 rwxp 7f425da87000 00:00 0
    7f425db85000-7f425db86000 ---p 7f425db85000 00:00 0
    7f425db86000-7f425df89000 rwxp 7f425db86000 00:00 0
    7f425df89000-7f425e11f000 r-xs 02fc6000 ca:03 561271 /usr/java/jdk1.6.0_18/jre/lib/rt.jar
    7f425e11f000-7f425e120000 ---p 7f425e11f000 00:00 0
    7f425e120000-7f425e220000 rwxp 7f425e120000 00:00 0
    7f425e220000-7f425e221000 ---p 7f425e220000 00:00 0
    7f425e221000-7f425e342000 rwxp 7f425e221000 00:00 0
    7f425e342000-7f425e523000 rwxp 7f425e342000 00:00 0
    7f425e523000-7f425e52e000 rwxp 7f425e523000 00:00 0
    7f425e52e000-7f425e54d000 rwxp 7f425e52e000 00:00 0
    7f425e54d000-7f425e56e000 rwxp 7f425e54d000 00:00 0
    7f425e56e000-7f425e74e000 rwxp 7f425e56e000 00:00 0
    7f425e74e000-7f425e76b000 rwxp 7f425e74e000 00:00 0
    7f425e76b000-7f425e84f000 rwxp 7f425e76b000 00:00 0
    7f425e84f000-7f425fd40000 rwxp 7f425e84f000 00:00 0
    7f425fd40000-7f4263c50000 rwxp 7f425fd40000 00:00 0
    7f4263c50000-7f4267c80000 rwxp 7f4263c50000 00:00 0
    7f4267c80000-7f42a3f00000 rwxp 7f4267c80000 00:00 0
    7f42a3f00000-7f42a7720000 rwxp 7f42a3f00000 00:00 0
    7f42a7720000-7f42c4050000 rwxp 7f42a7720000 00:00 0
    7f42c4050000-7f42c4051000 r-xp 00000000 ca:03 436709 /usr/lib/locale/en_US.utf8/LC_IDENTIFICATION
    7f42c4051000-7f42c4053000 r-xs 0000a000 ca:03 28169 /home/turekg/dev/java/workspace/riskscapej/lib/jxlayer.jar
    7f42c4053000-7f42c4056000 r-xs 00013000 ca:03 561257 /usr/java/jdk1.6.0_18/jre/lib/jce.jar
    7f42c4056000-7f42c405b000 r-xs 00038000 ca:03 28082 /home/turekg/dev/java/workspace/riskscapej/lib/jna-examples.jar
    7f42c405b000-7f42c4065000 rwxp 7f42c405b000 00:00 0
    7f42c4065000-7f42c411b000 rwxp 7f42c4065000 00:00 0
    7f42c411b000-7f42c438b000 rwxp 7f42c411b000 00:00 0
    7f42c438b000-7f42c711b000 rwxp 7f42c438b000 00:00 0
    7f42c711b000-7f42c7129000 r-xp 00000000 ca:03 561229 /usr/java/jdk1.6.0_18/jre/lib/amd64/libzip.so
    7f42c7129000-7f42c722b000 ---p 0000e000 ca:03 561229 /usr/java/jdk1.6.0_18/jre/lib/amd64/libzip.so
    7f42c722b000-7f42c722e000 rwxp 00010000 ca:03 561229 /usr/java/jdk1.6.0_18/jre/lib/amd64/libzip.so
    7f42c722e000-7f42c722f000 rwxp 7f42c722e000 00:00 0
    7f42c722f000-7f42c7236000 r-xp 00000000 ca:03 581681 /usr/java/jdk1.6.0_18/jre/lib/amd64/native_threads/libhpi.so
    7f42c7236000-7f42c7337000 ---p 00007000 ca:03 581681 /usr/java/jdk1.6.0_18/jre/lib/amd64/native_threads/libhpi.so
    7f42c7337000-7f42c7339000 rwxp 00008000 ca:03 581681 /usr/java/jdk1.6.0_18/jre/lib/amd64/native_threads/libhpi.so
    7f42c7339000-7f42c733a000 rwxp 7f42c7339000 00:00 0
    7f42c733a000-7f42c734f000 r-xp 00000000 ca:03 229395 /lib64/libnsl-2.9.so
    7f42c734f000-7f42c754e000 ---p 00015000 ca:03 229395 /lib64/libnsl-2.9.so
    7f42c754e000-7f42c754f000 r-xp 00014000 ca:03 229395 /lib64/libnsl-2.9.so
    7f42c754f000-7f42c7550000 rwxp 00015000 ca:03 229395 /lib64/libnsl-2.9.so
    7f42c7550000-7f42c7552000 rwxp 7f42c7550000 00:00 0
    7f42c7552000-7f42c757b000 r-xp 00000000 ca:03 561207 /usr/java/jdk1.6.0_18/jre/lib/amd64/libjava.so
    7f42c757b000-7f42c767a000 ---p 00029000 ca:03 561207 /usr/java/jdk1.6.0_18/jre/lib/amd64/libjava.so
    7f42c767a000-7f42c7681000 rwxp 00028000 ca:03 561207 /usr/java/jdk1.6.0_18/jre/lib/amd64/libjava.so
    7f42c7681000-7f42c768e000 r-xp 00000000 ca:03 561228 /usr/java/jdk1.6.0_18/jre/lib/amd64/libverify.so
    7f42c768e000-7f42c778d000 ---p 0000d000 ca:03 561228 /usr/java/jdk1.6.0_18/jre/lib/amd64/libverify.so
    7f42c778d000-7f42c7790000 rwxp 0000c000 ca:03 561228 /usr/java/jdk1.6.0_18/jre/lib/amd64/libverify.so
    7f42c7790000-7f42c7798000 r-xp 00000000 ca:03 229414 /lib64/librt-2.9.so
    7f42c7798000-7f42c7997000 ---p 00008000 ca:03 229414 /lib64/librt-2.9.so
    7f42c7997000-7f42c7998000 r-xp 00007000 ca:03 229414 /lib64/librt-2.9.so
    7f42c7998000-7f42c7999000 rwxp 00008000 ca:03 229414 /lib64/librt-2.9.so
    7f42c7999000-7f42c799c000 ---p 7f42c7999000 00:00 0
    7f42c799c000-7f42c7a9a000 rwxp 7f42c799c000 00:00 0
    7f42c7a9a000-7f42c7aef000 r-xp 00000000 ca:03 229392 /lib64/libm-2.9.so
    7f42c7aef000-7f42c7cee000 ---p 00055000 ca:03 229392 /lib64/libm-2.9.so
    7f42c7cee000-7f42c7cef000 r-xp 00054000 ca:03 229392 /lib64/libm-2.9.so
    7f42c7cef000-7f42c7cf0000 rwxp 00055000 ca:03 229392 /lib64/libm-2.9.so
    7f42c7cf0000-7f42c84a4000 r-xp 00000000 ca:03 581685 /usr/java/jdk1.6.0_18/jre/lib/amd64/server/libjvm.so
    7f42c84a4000-7f42c85a4000 ---p 007b4000 ca:03 581685 /usr/java/jdk1.6.0_18/jre/lib/amd64/server/libjvm.so
    7f42c85a4000-7f42c872e000 rwxp 007b4000 ca:03 581685 /usr/java/jdk1.6.0_18/jre/lib/amd64/server/libjvm.so
    7f42c872e000-7f42c8767000 rwxp 7f42c872e000 00:00 0
    7f42c8767000-7f42c88b6000 r-xp 00000000 ca:03 229384 /lib64/libc-2.9.so
    7f42c88b6000-7f42c8ab6000 ---p 0014f000 ca:03 229384 /lib64/libc-2.9.so
    7f42c8ab6000-7f42c8aba000 r-xp 0014f000 ca:03 229384 /lib64/libc-2.9.so
    7f42c8aba000-7f42c8abb000 rwxp 00153000 ca:03 229384 /lib64/libc-2.9.so
    7f42c8abb000-7f42c8ac0000 rwxp 7f42c8abb000 00:00 0
    7f42c8ac0000-7f42c8ac2000 r-xp 00000000 ca:03 229390 /lib64/libdl-2.9.so
    7f42c8ac2000-7f42c8cc2000 ---p 00002000 ca:03 229390 /lib64/libdl-2.9.so
    7f42c8cc2000-7f42c8cc3000 r-xp 00002000 ca:03 229390 /lib64/libdl-2.9.so
    7f42c8cc3000-7f42c8cc4000 rwxp 00003000 ca:03 229390 /lib64/libdl-2.9.so
    7f42c8cc4000-7f42c8cda000 r-xp 00000000 ca:03 229410 /lib64/libpthread-2.9.so
    7f42c8cda000-7f42c8eda000 ---p 00016000 ca:03 229410 /lib64/libpthread-2.9.so
    7f42c8eda000-7f42c8edb000 r-xp 00016000 ca:03 229410 /lib64/libpthread-2.9.so
    7f42c8edb000-7f42c8edc000 rwxp 00017000 ca:03 229410 /lib64/libpthread-2.9.so
    7f42c8edc000-7f42c8ee0000 rwxp 7f42c8edc000 00:00 0
    7f42c8ee0000-7f42c8efe000 r-xp 00000000 ca:03 229707 /lib64/ld-2.9.so
    7f42c8efe000-7f42c8f00000 r-xs 00011000 ca:03 28074 /home/turekg/dev/java/workspace/riskscapej/lib/servlet.jar
    7f42c8f00000-7f42c8f03000 r-xs 00096000 ca:03 28029 /home/turekg/dev/java/workspace/riskscapej/lib/jna.jar
    7f42c8f03000-7f42c8f08000 r-xs 00043000 ca:03 28176 /home/turekg/dev/java/workspace/riskscapej/lib/jcommon-1.0.0.jar
    7f42c8f08000-7f42c8f0b000 r-xs 0001c000 ca:03 28172 /home/turekg/dev/java/workspace/riskscapej/lib/jcalendar-1.3.2.jar
    7f42c8f0b000-7f42c8f0c000 r-xs 00001000 ca:03 27480 /home/turekg/dev/java/workspace/riskscapej/lib/gol-imaging.jar
    7f42c8f0c000-7f42c8f1e000 r-xs 00136000 ca:03 27530 /home/turekg/dev/java/workspace/riskscapej/lib/itext-1.4.3.jar
    7f42c8f1e000-7f42c8f1f000 r-xs 00001000 ca:03 27529 /home/turekg/dev/java/workspace/riskscapej/lib/gol-math.jar
    7f42c8f1f000-7f42c8f22000 r-xs 0001b000 ca:03 27834 /home/turekg/dev/java/workspace/riskscapej/lib/gol-common.jar
    7f42c8f22000-7f42c8f29000 r-xs 00000000 ca:03 396027 /usr/lib64/gconv/gconv-modules.cache
    7f42c8f29000-7f42c8f84000 rwxp 7f42c8f29000 00:00 0
    7f42c8f84000-7f42c8fb9000 r-xs 00000000 ca:02 123082 /var/run/nscd/passwd
    7f42c8fb9000-7f42c8fbb000 rwxp 7f42c8fb9000 00:00 0
    7f42c8fbb000-7f42c8fc2000 r-xp 00000000 ca:03 561190 /usr/java/jdk1.6.0_18/jre/lib/amd64/jli/libjli.so
    7f42c8fc2000-7f42c90c3000 ---p 00007000 ca:03 561190 /usr/java/jdk1.6.0_18/jre/lib/amd64/jli/libjli.so
    7f42c90c3000-7f42c90c5000 rwxp 00008000 ca:03 561190 /usr/java/jdk1.6.0_18/jre/lib/amd64/jli/libjli.so
    7f42c90c5000-7f42c90c6000 rwxp 7f42c90c5000 00:00 0
    7f42c90c6000-7f42c90c7000 r-xs 0000a000 ca:03 28035 /home/turekg/dev/java/workspace/riskscapej/lib/asm-3.1.jar
    7f42c90c7000-7f42c90d2000 rwxp 7f42c90c7000 00:00 0
    7f42c90d2000-7f42c90f1000 rwxp 7f42c90d2000 00:00 0
    7f42c90f1000-7f42c90f9000 rwxs 00000000 ca:03 397838 /tmp/hsperfdata_turekg/20891
    7f42c90f9000-7f42c90fa000 rwxp 7f42c90f9000 00:00 0
    7f42c90fa000-7f42c90fb000 r-xp 7f42c90fa000 00:00 0
    7f42c90fb000-7f42c90fd000 rwxp 7f42c90fb000 00:00 0
    7f42c90fd000-7f42c90fe000 r-xp 0001d000 ca:03 229707 /lib64/ld-2.9.so
    7f42c90fe000-7f42c90ff000 rwxp 0001e000 ca:03 229707 /lib64/ld-2.9.so
    7fff87733000-7fff8774a000 rwxp 7ffffffe7000 00:00 0 [stack]
    7fff877ff000-7fff87800000 r-xp 7fff877ff000 00:00 0 [vdso]
    ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall]
    VM Arguments:
    jvm_args: -Dfile.encoding=UTF-8
    java_command: riskscape.tools.asset.modtool.AssetModificationTool
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=/usr/java/default
    JRE_HOME=/usr/lib64/jvm/java/jre
    PATH=/data/local/arcgis/arcreader10.0/vmw/mw/bin:/data/local/arcgis/arcreader10.0/vmw/mw/bin-i86_linux:/data/local/arcgis/arcreader10.0/vmw/mw/bin-linux_optimized:.:/usr/java/default/bin:/bin:/usr/local/bin:/home/turekg/local/bin:/home/turekg/dev/java/riskscape/bin:/home/turekg/dev/java/inhouse/bin:/home/turekg/dev/apps/selenium/current/selenium-server-1.0.1:/opt/jboss/current/bin:/opt/local/bin:/home/turekg/dev/apps/eclipse/eclipse:/home/turekg/local/aej91/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/bin/X11:/usr/games:/usr/lib/mit/bin:/usr/lib/mit/sbin:/data/local/arcgis/arcreader10.0/bin:/usr/bin/X11
    USERNAME=turekg
    LD_LIBRARY_PATH=/usr/java/jdk1.6.0_18/jre/lib/amd64/server:/usr/java/jdk1.6.0_18/jre/lib/amd64:/usr/java/jdk1.6.0_18/jre/../lib/amd64:/usr/java/jdk1.6.0_22/jre/lib/amd64/server:/usr/java/jdk1.6.0_22/jre/lib/amd64:/usr/java/jdk1.6.0_22/jre/../lib/amd64:/data/local/arcgis/arcreader10.0/vmw/mw/lib-linux:/data/local/arcgis/arcreader10.0/vmw/mw/lib-linux_optimized:/data/local/arcgis/arcreader10.0/vmw/mw/../misc/linux/gcc/fixed3/lib:/data/local/arcgis/arcreader10.0/bin:/data/local/arcgis/arcreader10.0/com:/home/turekg/.esriprogramfiles/GabySLES11test/CommonFiles/ArcGIS/bin:/usr/local/lib:.::/usr/X11R6/lib:/usr/lib64/xulrunner-1.9.2.8
    SHELL=/bin/tcsh
    DISPLAY=127.0.0.1:2.0
    HOSTTYPE=x86_64
    OSTYPE=linux
    MACHTYPE=x86_64-suse-linux
    Signal Handlers:
    SIGSEGV: [libjvm.so+0x70f1a0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGBUS: [libjvm.so+0x70f1a0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGFPE: [libjvm.so+0x5d7f70], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGPIPE: [libjvm.so+0x5d7f70], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGXFSZ: [libjvm.so+0x5d7f70], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGILL: [libjvm.so+0x5d7f70], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGUSR2: [libjvm.so+0x5da790], sa_mask[0]=0x00000004, sa_flags=0x10000004
    SIGHUP: [libjvm.so+0x5da4e0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGINT: [libjvm.so+0x5da4e0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGTERM: [libjvm.so+0x5da4e0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGQUIT: [libjvm.so+0x5da4e0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    --------------- S Y S T E M ---------------
    OS:SUSE Linux Enterprise Server 11 (x86_64)
    VERSION = 11
    PATCHLEVEL = 0
    uname:Linux 2.6.27.54-0.2-xen #1 SMP 2010-10-19 18:40:07 +0200 x86_64
    libc:glibc 2.9 NPTL 2.9
    rlimit: STACK 8192k, CORE 0k, NPROC 47947, NOFILE 8192, AS 5878560k
    load average:0.27 0.63 0.66
    CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 15 stepping 6, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3
    Memory: 4k page, physical 6303952k(3889780k free), swap 1044216k(1044216k free)
    vm_info: Java HotSpot(TM) 64-Bit Server VM (16.0-b13) for linux-amd64 JRE (1.6.0_18-b07), built on Dec 17 2009 13:42:22 by "java_re" with gcc 3.2.2 (SuSE Linux)
    time: Thu Nov 4 16:38:13 2010
    elapsed time: 1 seconds

    I suggest you read one of my replies about SIGSEGV posted in this forum.
    Other than that I would suspect it would at least be easy to determine where it crashed.

  • The crash happened outside the java virtual machine in native code

    Hi,
    I have a biometric device with which I am given some C++ dlls. I am trying to call methods inside these using java (jna). I am loading the dll "zkemsdk.dll+" as follows:
    zkemkeeper INSTANCE1 = (zkemkeeper)Native.loadLibrary("zkemsdk", zkemkeeper.class);//zkemsdk is the dll, I am loading the dll here.
    Then, I am calling the function:
    zkemkeeper.INSTANCE1.Z_Connect_NETEX("ip address",4370);//Z_Connect_NETEX is a function inside zkemsdk.dll
    This returns me true or false based on whether am connected to the biometric device or not.Thus I am able to invoke this method without issues. But for other methods inside the dll, run time exception is thrown in console:
    Can someone help me resolve this issue. ??? Following is the content of the log file generated.
    # A fatal error has been detected by the Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0351fe3b, pid=1664, tid=3832
    # JRE version: 6.0_20-b02
    # Java VM: Java HotSpot(TM) Client VM (16.3-b01 mixed mode, sharing windows-x86 )
    # Problematic frame:
    # C [zkemsdk.dll+0xfe3b]
    # If you would like to submit a bug report, please visit:
    # http://www.java.net/external?url=http://java.sun.com/webapps/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 (0x003a9000): JavaThread "main" [_thread_in_native, id=3832, stack(0x008c0000,0x00910000)]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000106
    Registers:
    EAX=0x0090f7c4, EBX=0x00000001, ECX=0x00000000, EDX=0x00000001
    ESP=0x0090f7b4, EBP=0x0090f848, ESI=0x00000096, EDI=0x003a9000
    EIP=0x0351fe3b, EFLAGS=0x00010216
    Top of Stack: (sp=0x0090f7b4)
    0x0090f7b4: 00000000 0090f930 000003fc 00000103
    0x0090f7c4: 0090f800 6d9532d0 373e92a0 00912ec5
    0x0090f7d4: 00000401 0090f7d8 369860d1 0090f800
    0x0090f7e4: 37390050 00000000 37390f90 00000000
    0x0090f7f4: 0090f800 0090f930 003a9000 0090f830
    0x0090f804: 10008fd8 0090f840 0090f930 00000008
    0x0090f814: 0090f88c 0090fa28 0090f8f4 0090f848
    0x0090f824: eb53f637 0351ffdc 00000096 00000003
    Instructions: (pc=0x0351fe3b)
    0x0351fe2b: 0f 53 50 8d 44 24 18 50 e8 58 7c 00 00 83 c4 0c
    0x0351fe3b: 8b 4e 70 51 8b 0e 83 c3 04 53 6a 64 8d 54 24 18
    Stack: [0x008c0000,0x00910000], sp=0x0090f7b4, free space=13d0090f2e8k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [zkemsdk.dll+0xfe3b]
    C [jna5972695927945545932.tmp+0x9182]
    C [jna5972695927945545932.tmp+0x2161]
    C [jna5972695927945545932.tmp+0x2849]
    j com.sun.jna.Function.invokeInt(I[Ljava/lang/Object;)I+0
    j com.sun.jna.Function.invoke([Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;+90
    j com.sun.jna.Function.invoke(Ljava/lang/Class;[Ljava/lang/Object;Ljava/util/Map;)Ljava/lang/Object;+194
    j com.sun.jna.Library$Handler.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+344
    j $Proxy0.Z_Beep(J)Z+19
    j com.rfarrays.bhabs.fingerPrint.main([Ljava/lang/String;)V+84
    v ~StubRoutines::call_stub
    V [jvm.dll+0xf049c]
    V [jvm.dll+0x17fcf1]
    V [jvm.dll+0xf051d]
    V [jvm.dll+0xf9bc5]
    V [jvm.dll+0x10181d]
    C [javaw.exe+0x2155]
    C [javaw.exe+0x8614]
    C [kernel32.dll+0xb729]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j com.sun.jna.Function.invokeInt(I[Ljava/lang/Object;)I+0
    j com.sun.jna.Function.invoke([Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;+90
    j com.sun.jna.Function.invoke(Ljava/lang/Class;[Ljava/lang/Object;Ljava/util/Map;)Ljava/lang/Object;+194
    j com.sun.jna.Library$Handler.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+344
    j $Proxy0.Z_Beep(J)Z+19
    j com.rfarrays.bhabs.fingerPrint.main([Ljava/lang/String;)V+84
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x02b10c00 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=1976, stack(0x02dc0000,0x02e10000)]
    0x02b0a400 JavaThread "CompilerThread0" daemon [_thread_blocked, id=1280, stack(0x02d70000,0x02dc0000)]
    0x02b08c00 JavaThread "Attach Listener" daemon [_thread_blocked, id=1984, stack(0x02d20000,0x02d70000)]
    0x02b07800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2160, stack(0x02cd0000,0x02d20000)]
    0x02b02400 JavaThread "Finalizer" daemon [_thread_blocked, id=2052, stack(0x02c80000,0x02cd0000)]
    0x02afd800 JavaThread "Reference Handler" daemon [_thread_blocked, id=752, stack(0x02c30000,0x02c80000)]
    =>0x003a9000 JavaThread "main" [_thread_in_native, id=3832, stack(0x008c0000,0x00910000)]
    Other Threads:
    0x02afc400 VMThread [stack: 0x02be0000,0x02c30000] [id=1504]
    0x02b1b800 WatcherThread [stack: 0x02e10000,0x02e60000] [id=1980]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 4928K, used 2455K [0x22970000, 0x22ec0000, 0x27ec0000)
    eden space 4416K, 55% used [0x22970000, 0x22bd5db0, 0x22dc0000)
    from space 512K, 0% used [0x22dc0000, 0x22dc0000, 0x22e40000)
    to space 512K, 0% used [0x22e40000, 0x22e40000, 0x22ec0000)
    tenured generation total 10944K, used 0K [0x27ec0000, 0x28970000, 0x32970000)
    the space 10944K, 0% used [0x27ec0000, 0x27ec0000, 0x27ec0200, 0x28970000)
    compacting perm gen total 12288K, used 343K [0x32970000, 0x33570000, 0x36970000)
    the space 12288K, 2% used [0x32970000, 0x329c5f20, 0x329c6000, 0x33570000)
    ro space 10240K, 51% used [0x36970000, 0x36e9ae00, 0x36e9ae00, 0x37370000)
    rw space 12288K, 54% used [0x37370000, 0x37a072d8, 0x37a07400, 0x37f70000)
    Dynamic libraries:
    0x00400000 - 0x00424000 C:\Program Files\Java\jre6\bin\javaw.exe
    0x7c900000 - 0x7c9b2000 C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c8f6000 C:\WINDOWS\system32\kernel32.dll
    0x77dd0000 - 0x77e6b000 C:\WINDOWS\system32\ADVAPI32.dll
    0x77e70000 - 0x77f03000 C:\WINDOWS\system32\RPCRT4.dll
    0x77fe0000 - 0x77ff1000 C:\WINDOWS\system32\Secur32.dll
    0x7e410000 - 0x7e4a1000 C:\WINDOWS\system32\USER32.dll
    0x77f10000 - 0x77f59000 C:\WINDOWS\system32\GDI32.dll
    0x76390000 - 0x763ad000 C:\WINDOWS\system32\IMM32.DLL
    0x7c340000 - 0x7c396000 C:\Program Files\Java\jre6\bin\msvcr71.dll
    0x6d800000 - 0x6da97000 C:\Program Files\Java\jre6\bin\client\jvm.dll
    0x76b40000 - 0x76b6d000 C:\WINDOWS\system32\WINMM.dll
    0x6d7b0000 - 0x6d7bc000 C:\Program Files\Java\jre6\bin\verify.dll
    0x6d330000 - 0x6d34f000 C:\Program Files\Java\jre6\bin\java.dll
    0x6d290000 - 0x6d298000 C:\Program Files\Java\jre6\bin\hpi.dll
    0x76bf0000 - 0x76bfb000 C:\WINDOWS\system32\PSAPI.DLL
    0x6d7f0000 - 0x6d7ff000 C:\Program Files\Java\jre6\bin\zip.dll
    0x68000000 - 0x68036000 C:\WINDOWS\system32\rsaenh.dll
    0x77c10000 - 0x77c68000 C:\WINDOWS\system32\msvcrt.dll
    0x769c0000 - 0x76a74000 C:\WINDOWS\system32\USERENV.dll
    0x5b860000 - 0x5b8b5000 C:\WINDOWS\system32\netapi32.dll
    0x6d610000 - 0x6d623000 C:\Program Files\Java\jre6\bin\net.dll
    0x71ab0000 - 0x71ac7000 C:\WINDOWS\system32\WS2_32.dll
    0x71aa0000 - 0x71aa8000 C:\WINDOWS\system32\WS2HELP.dll
    0x71a50000 - 0x71a8f000 C:\WINDOWS\System32\mswsock.dll
    0x76f20000 - 0x76f47000 C:\WINDOWS\system32\DNSAPI.dll
    0x76d60000 - 0x76d79000 C:\WINDOWS\system32\iphlpapi.dll
    0x76fb0000 - 0x76fb8000 C:\WINDOWS\System32\winrnr.dll
    0x76f60000 - 0x76f8c000 C:\WINDOWS\system32\WLDAP32.dll
    0x76fc0000 - 0x76fc6000 C:\WINDOWS\system32\rasadhlp.dll
    0x10000000 - 0x10052000 C:\Documents and Settings\bkonwar\Local Settings\Temp\jna5972695927945545932.tmp
    0x03510000 - 0x03546000 C:\WINDOWS\system32\zkemsdk.dll
    0x03560000 - 0x03574000 C:\WINDOWS\system32\commpro.dll
    0x662b0000 - 0x66308000 C:\WINDOWS\system32\hnetcfg.dll
    0x71a90000 - 0x71a98000 C:\WINDOWS\System32\wshtcpip.dll
    VM Arguments:
    jvm_args: -Dfile.encoding=Cp1252
    java_command: com.xyz.bhabs.fingerPrint
    Launcher Type: SUN_STANDARD
    Environment Variables:
    PATH=C:/Program Files/Java/jre6/bin/client;C:/Program Files/Java/jre6/bin;C:/Program Files/Java/jre6/lib/i386;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;;C:\Program Files\Java\jre1.6.0_07\bin;C:\Program Files\Android\android-sdk-windows\tools;C:\Program Files\TortoiseSVN\bin
    USERNAME=BKonwar
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 15 Stepping 13, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600 Service Pack 3
    CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 15 stepping 13, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3
    Memory: 4k page, physical 2085780k(1286036k free), swap 4024188k(3249652k free)
    vm_info: Java HotSpot(TM) Client VM (16.3-b01) for windows-x86 JRE (1.6.0_20-b02), built on Apr 12 2010 13:52:23 by "java_re" with MS VC++ 7.1 (VS2003)
    time: Wed May 25 10:02:24 2011
    elapsed time: 21 seconds
    Regards,
    Bhabs
    Edited by: 861222 on May 25, 2011 12:19 AM

    861222 wrote:
    # A fatal error has been detected by the Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0351fe3b, pid=1664, tid=3832Not much to tell here. This line here looks suspiciously like a null-pointer error happening in the native code. It is impossible to say how, where and why. Go back to your code and start debugging I'd say, see where invalid data can be passed to the native code.

  • Pycharm crash

    Hi
    On a 32bit archlinux machine PyCharm crashes at startup,
    this is the output:
    $ ./pycharm.sh
    OpenJDK Runtime Environment (IcedTea 2.3.9) (ArchLinux build 7.u21_2.3.9-2-i686)
    OpenJDK Server VM (build 23.7-b01, mixed mode)
    WARNING: You are launching the IDE using OpenJDK Java runtime.
    ITS KNOWN TO HAVE PERFORMANCE AND GRAPHICS ISSUES!
    SWITCH TO THE ORACLE(SUN) JDK BEFORE REPORTING PROBLEMS!
    NOTE: If you have both Oracle (Sun) JDK and OpenJDK installed
    please validate either PYCHARM_JDK, JDK_HOME, or JAVA_HOME environment variable points to valid Oracle (Sun) JDK installation.
    See http://ow.ly/6TuKQ for more info on switching default JDK.
    Press Enter to continue.
    # A fatal error has been detected by the Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0x7e00a7a9, pid=2209, tid=2139704128
    # JRE version: 7.0_21-b02
    # Java VM: OpenJDK Server VM (23.7-b01 mixed mode linux-x86 )
    # Problematic frame:
    # C [libGL.so.1+0x707a9] glXChooseVisual+0xaf69
    # 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:
    # /tmp/hs_err_pid2209.log
    # If you would like to submit a bug report, please include
    # instructions on how to reproduce the bug and visit:
    # http://icedtea.classpath.org/bugzilla
    ./pycharm.sh: line 189: 2209 Annullato (core dumped) /usr/lib/jvm/java-7-openjdk/bin/java -Xms128m -Xmx512m -XX:MaxPermSize=250m -XX:ReservedCodeCacheSize=64m -XX:+UseCodeCacheFlushing -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true -Djb.vmOptionsFile="./pycharm.vmoptions" "-Xbootclasspath/a:./../lib/boot.jar" -Didea.paths.selector=PyCharm20 -Didea.platform.prefix=Python -Didea.no.jre.check=true -Djb.restart.code=88 com.intellij.idea.Main
    Instead on a 64bit linux machine it works correctly.
    Any idea?

    # A fatal error has been detected by the Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0x7dfc87a9, pid=1952, tid=2137606976
    # JRE version: 7.0_21-b02
    # Java VM: OpenJDK Server VM (23.7-b01 mixed mode linux-x86 )
    # Problematic frame:
    # C [libGL.so.1+0x707a9] glXChooseVisual+0xaf69
    # 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 include
    # instructions on how to reproduce the bug and visit:
    # http://icedtea.classpath.org/bugzilla
    --------------- T H R E A D ---------------
    Current thread is native thread
    siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x00000040
    Registers:
    EAX=0x00000000, EBX=0x00000000, ECX=0x7f694b40, EDX=0x00000000
    ESP=0x7f694330, EBP=0x823f8c98, ESI=0x000007a0, EDI=0x7f694b40
    EIP=0x7dfc87a9, EFLAGS=0x00210246, CR2=0x00000040
    Top of Stack: (sp=0x7f694330)
    0x7f694330: 00000000 000007a0 00000000 0000007f
    0x7f694340: b7769000 7f694bf8 000007a0 00000000
    0x7f694350: 00000000 00000000 7f694b40 b7769000
    0x7f694360: 7f694bf8 b77691ac 00000005 b7757ad6
    0x7f694370: 823f8c98 00000000 00000000 00000000
    0x7f694380: 00000000 b7769184 00000003 b7769184
    0x7f694390: 7f694b40 003d0f00 b7757a49 b7769000
    0x7f6943a0: 7f694b40 003d0f00 7f694468 b7757cfe
    Instructions: (pc=0x7dfc87a9)
    0x7dfc8789: 00 00 00 e8 4f a7 47 fe 89 5c 24 40 83 c4 2c 5b
    0x7dfc8799: 5e 5f 5d e9 1f f6 01 00 83 c4 2c 5b 5e 5f 5d c3
    0x7dfc87a9: 8b 43 40 31 c9 31 d2 89 4c 24 08 89 54 24 04 89
    0x7dfc87b9: 04 24 e8 50 1e ff ff e9 27 fe ff ff c6 82 4c 11
    Register to memory mapping:
    EAX=0x00000000 is an unknown value
    EBX=0x00000000 is an unknown value
    ECX=0x7f694b40 is an unknown value
    EDX=0x00000000 is an unknown value
    ESP=0x7f694330 is an unknown value
    EBP=0x823f8c98 is an unknown value
    ESI=0x000007a0 is an unknown value
    EDI=0x7f694b40 is an unknown value
    Stack: [0x7f644000,0x7f695000], sp=0x7f694330, free space=320k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [libGL.so.1+0x707a9] glXChooseVisual+0xaf69
    --------------- P R O C E S S ---------------
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    PSYoungGen total 65216K, used 11559K [0xa7930000, 0xac100000, 0xb23d0000)
    eden space 62656K, 14% used [0xa7930000,0xa81ffcd0,0xab660000)
    from space 2560K, 99% used [0xabe80000,0xac0fa1a8,0xac100000)
    to space 5440K, 0% used [0xab660000,0xab660000,0xabbb0000)
    ParOldGen total 87424K, used 0K [0x923d0000, 0x97930000, 0xa7930000)
    object space 87424K, 0% used [0x923d0000,0x923d0000,0x97930000)
    PSPermGen total 16384K, used 13320K [0x829d0000, 0x839d0000, 0x923d0000)
    object space 16384K, 81% used [0x829d0000,0x836d22a8,0x839d0000)
    Card table byte_map: [0x82852000,0x829d0000] byte_map_base: 0x8243d180
    Polling page: 0xb7786000
    Code Cache [0xb24d9000, 0xb2719000, 0xb64d9000)
    total_blobs=391 nmethods=147 adapters=196 free_code_cache=64921Kb largest_free_block=66454144
    Compilation events (10 events):
    Event: 7,587 Thread 0x80194800 140 java.util.Hashtable::rehash (198 bytes)
    Event: 7,606 Thread 0x80196800 141 java.lang.StringBuilder::append (8 bytes)
    Event: 7,610 Thread 0x80194800 nmethod 140 0xb256d448 code [0xb256d580, 0xb256d8c4]
    Event: 7,614 Thread 0x80196800 nmethod 141 0xb2573e48 code [0xb2573f60, 0xb2574330]
    Event: 7,996 Thread 0x80194800 142 sun.java2d.loops.GraphicsPrimitive::getUniqueID (5 bytes)
    Event: 7,996 Thread 0x80194800 nmethod 142 0xb25748c8 code [0xb25749a0, 0xb25749f0]
    Event: 8,011 Thread 0x80194800 143 java.util.Arrays::binarySearch0 (95 bytes)
    Event: 8,012 Thread 0x80196800 144 sun.java2d.loops.GraphicsPrimitiveMgr$2::compare (39 bytes)
    Event: 8,013 Thread 0x80196800 nmethod 144 0xb2528d08 code [0xb2528e00, 0xb2528ed0]
    Event: 8,014 Thread 0x80194800 nmethod 143 0xb2534008 code [0xb2534100, 0xb25342b0]
    GC Heap History (4 events):
    Event: 2,212 GC heap before
    {Heap before GC invocations=1 (full 0):
    PSYoungGen total 38208K, used 32768K [0xa7930000, 0xaa3d0000, 0xb23d0000)
    eden space 32768K, 100% used [0xa7930000,0xa9930000,0xa9930000)
    from space 5440K, 0% used [0xa9e80000,0xa9e80000,0xaa3d0000)
    to space 5440K, 0% used [0xa9930000,0xa9930000,0xa9e80000)
    ParOldGen total 87424K, used 0K [0x923d0000, 0x97930000, 0xa7930000)
    object space 87424K, 0% used [0x923d0000,0x923d0000,0x97930000)
    PSPermGen total 16384K, used 3155K [0x829d0000, 0x839d0000, 0x923d0000)
    object space 16384K, 19% used [0x829d0000,0x82ce4f30,0x839d0000)
    Event: 2,239 GC heap after
    Heap after GC invocations=1 (full 0):
    PSYoungGen total 38208K, used 4030K [0xa7930000, 0xac3d0000, 0xb23d0000)
    eden space 32768K, 0% used [0xa7930000,0xa7930000,0xa9930000)
    from space 5440K, 74% used [0xa9930000,0xa9d1fa40,0xa9e80000)
    to space 5440K, 0% used [0xabe80000,0xabe80000,0xac3d0000)
    ParOldGen total 87424K, used 0K [0x923d0000, 0x97930000, 0xa7930000)
    object space 87424K, 0% used [0x923d0000,0x923d0000,0x97930000)
    PSPermGen total 16384K, used 3155K [0x829d0000, 0x839d0000, 0x923d0000)
    object space 16384K, 19% used [0x829d0000,0x82ce4f30,0x839d0000)
    Event: 5,548 GC heap before
    {Heap before GC invocations=2 (full 0):
    PSYoungGen total 38208K, used 36798K [0xa7930000, 0xac3d0000, 0xb23d0000)
    eden space 32768K, 100% used [0xa7930000,0xa9930000,0xa9930000)
    from space 5440K, 74% used [0xa9930000,0xa9d1fa40,0xa9e80000)
    to space 5440K, 0% used [0xabe80000,0xabe80000,0xac3d0000)
    ParOldGen total 87424K, used 0K [0x923d0000, 0x97930000, 0xa7930000)
    object space 87424K, 0% used [0x923d0000,0x923d0000,0x97930000)
    PSPermGen total 16384K, used 8381K [0x829d0000, 0x839d0000, 0x923d0000)
    object space 16384K, 51% used [0x829d0000,0x831ff5b8,0x839d0000)
    Event: 5,575 GC heap after
    Heap after GC invocations=2 (full 0):
    PSYoungGen total 65216K, used 2536K [0xa7930000, 0xac100000, 0xb23d0000)
    eden space 62656K, 0% used [0xa7930000,0xa7930000,0xab660000)
    from space 2560K, 99% used [0xabe80000,0xac0fa1a8,0xac100000)
    to space 5440K, 0% used [0xab660000,0xab660000,0xabbb0000)
    ParOldGen total 87424K, used 0K [0x923d0000, 0x97930000, 0xa7930000)
    object space 87424K, 0% used [0x923d0000,0x923d0000,0x97930000)
    PSPermGen total 16384K, used 8381K [0x829d0000, 0x839d0000, 0x923d0000)
    object space 16384K, 51% used [0x829d0000,0x831ff5b8,0x839d0000)
    Deoptimization events (10 events):
    Event: 2,422 Thread 0xb6506400 Uncommon trap -34 fr.pc 0xb2525ff4
    Event: 4,937 Thread 0x7f161c00 Uncommon trap -58 fr.pc 0xb255ad34
    Event: 4,952 Thread 0x7f161c00 Uncommon trap -58 fr.pc 0xb255ad34
    Event: 4,959 Thread 0x7f161c00 Uncommon trap -58 fr.pc 0xb255ad34
    Event: 4,967 Thread 0x7f161c00 Uncommon trap -58 fr.pc 0xb255ad34
    Event: 6,667 Thread 0x7f161c00 Uncommon trap -83 fr.pc 0xb2568f30
    Event: 8,164 Thread 0x7f9d8c00 Uncommon trap -34 fr.pc 0xb25252dc
    Event: 8,164 Thread 0x7f9d8c00 Uncommon trap -34 fr.pc 0xb25252dc
    Event: 8,164 Thread 0x7f9d8c00 Uncommon trap -34 fr.pc 0xb25252dc
    Event: 8,166 Thread 0x7f9d8c00 Uncommon trap -34 fr.pc 0xb25252dc
    Internal exceptions (10 events):
    Event: 6,131 Thread 0x7f161c00 Threw 0xa7cec570 at /build/src/icedtea-2.3.9/openjdk/hotspot/src/share/vm/classfile/systemDictionary.cpp:179
    Event: 6,131 Thread 0x7f161c00 Threw 0xa7ced490 at /build/src/icedtea-2.3.9/openjdk/hotspot/src/share/vm/classfile/systemDictionary.cpp:179
    Event: 6,131 Thread 0x7f161c00 Threw 0xa7cee410 at /build/src/icedtea-2.3.9/openjdk/hotspot/src/share/vm/classfile/systemDictionary.cpp:179
    Event: 6,135 Thread 0x7f161c00 Threw 0xa7cf43c0 at /build/src/icedtea-2.3.9/openjdk/hotspot/src/share/vm/classfile/systemDictionary.cpp:179
    Event: 6,667 Thread 0x7f161c00 Implicit null exception at 0xb25689e7 to 0xb2568f0d
    Event: 6,766 Thread 0x7f161c00 Threw 0xa7e6cc50 at /build/src/icedtea-2.3.9/openjdk/hotspot/src/share/vm/prims/jni.cpp:716
    Event: 6,766 Thread 0x7f161c00 Threw 0xa7e6d268 at /build/src/icedtea-2.3.9/openjdk/hotspot/src/share/vm/prims/jni.cpp:716
    Event: 6,766 Thread 0x7f161c00 Threw 0xa7e6dcf8 at /build/src/icedtea-2.3.9/openjdk/hotspot/src/share/vm/prims/jni.cpp:716
    Event: 6,766 Thread 0x7f161c00 Threw 0xa7e6e310 at /build/src/icedtea-2.3.9/openjdk/hotspot/src/share/vm/prims/jni.cpp:716
    Event: 7,329 Thread 0x7f9d8c00 Threw 0xa8079230 at /build/src/icedtea-2.3.9/openjdk/hotspot/src/share/vm/prims/jni.cpp:716
    Events (10 events):
    Event: 8,291 loading class 0x7f163290
    Event: 8,291 loading class 0x7f163290 done
    Event: 8,291 Executing VM operation: RevokeBias
    Event: 8,292 Executing VM operation: RevokeBias done
    Event: 8,292 Executing VM operation: RevokeBias
    Event: 8,292 Executing VM operation: RevokeBias done
    Event: 8,292 loading class 0x7f5cb8a0
    Event: 8,292 loading class 0x7f5cb8a0 done
    Event: 8,292 Thread 0x7f161c00 Thread exited: 0x7f161c00
    Event: 8,292 loading class 0x7f82c910
    Dynamic libraries:
    08048000-08049000 r-xp 00000000 08:01 929673 /usr/lib/jvm/java-7-openjdk/jre/bin/java
    08049000-0804a000 rw-p 00000000 08:01 929673 /usr/lib/jvm/java-7-openjdk/jre/bin/java
    08371000-0855e000 rw-p 00000000 00:00 0 [heap]
    79b00000-79b29000 rw-p 00000000 00:00 0
    79b29000-79c00000 ---p 00000000 00:00 0
    79cfe000-79d19000 r--s 00000000 08:01 1445825 /usr/share/fonts/Type1/p052023l.pfb
    79d40000-79d43000 ---p 00000000 00:00 0
    79d43000-79d91000 rw-p 00000000 00:00 0 [stack:1986]
    79d91000-79d94000 ---p 00000000 00:00 0
    79d94000-79de2000 rw-p 00000000 00:00 0 [stack:1985]
    79de2000-79ea4000 r-xp 00000000 08:01 1049888 /home/luca/.PyCharm20/system/tmp/snappy-1.0.4.1-libsnappyjava.so
    79ea4000-79ea9000 rw-p 000c2000 08:01 1049888 /home/luca/.PyCharm20/system/tmp/snappy-1.0.4.1-libsnappyjava.so
    79ea9000-79eaf000 rw-p 00000000 00:00 0
    79eaf000-79eb2000 ---p 00000000 00:00 0
    79eb2000-79f00000 rw-p 00000000 00:00 0 [stack:1969]
    79f00000-79f44000 rw-p 00000000 00:00 0
    79f44000-7a000000 ---p 00000000 00:00 0
    7a02b000-7a03f000 r-xp 00000000 08:01 1049026 /home/luca/.PyCharm20/system/tmp/jna/jna3757732853483046073.tmp (deleted)
    7a03f000-7a040000 rw-p 00013000 08:01 1049026 /home/luca/.PyCharm20/system/tmp/jna/jna3757732853483046073.tmp (deleted)
    7a040000-7a052000 r--s 00000000 08:01 1445746 /usr/share/fonts/Type1/b018035l.pfb
    7a052000-7a06c000 r--s 00000000 08:01 1445750 /usr/share/fonts/Type1/c059013l.pfb
    7a06c000-7a06f000 r-xp 00000000 08:01 794359 /usr/lib/libnss_myhostname.so.2
    7a06f000-7a070000 r--p 00002000 08:01 794359 /usr/lib/libnss_myhostname.so.2
    7a070000-7a071000 rw-p 00003000 08:01 794359 /usr/lib/libnss_myhostname.so.2
    7a071000-7a076000 r-xp 00000000 08:01 784954 /usr/lib/libnss_dns-2.17.so
    7a076000-7a077000 r--p 00004000 08:01 784954 /usr/lib/libnss_dns-2.17.so
    7a077000-7a078000 rw-p 00005000 08:01 784954 /usr/lib/libnss_dns-2.17.so
    7a07d000-7a07e000 rw-p 00000000 00:00 0
    7a07e000-7a08e000 r--s 00000000 08:01 1440275 /usr/share/fonts/Type1/a010015l.pfb
    7a08e000-7a09f000 r--s 00000000 08:01 1445785 /usr/share/fonts/Type1/n019063l.pfb
    7a09f000-7a0e1000 r-xp 00000000 08:01 929662 /usr/lib/jvm/java-7-openjdk/jre/lib/i386/libfontmanager.so
    7a0e1000-7a0e3000 rw-p 00041000 08:01 929662 /usr/lib/jvm/java-7-openjdk/jre/lib/i386/libfontmanager.so
    7a0e3000-7a0e8000 r--s 0004c000 08:01 928729 /usr/lib/jvm/java-7-openjdk/jre/lib/jsse.jar
    7a0e8000-7a0eb000 ---p 00000000 00:00 0
    7a0eb000-7a139000 rw-p 00000000 00:00 0 [stack:1968]
    7a139000-7a14c000 r--s 00000000 08:01 131668 /var/cache/fontconfig/8d4af663993b81a124ee82e610bb31f9-le32d4.cache-4
    7a14c000-7a154000 r--s 00000000 08:01 131302 /var/cache/fontconfig/d62e99ef547d1d24cdb1bd22ec1a2976-le32d4.cache-4
    7a154000-7a166000 r--s 00000000 08:01 131293 /var/cache/fontconfig/f6b893a7224233d96cb72fd88691c0b4-le32d4.cache-4
    7a166000-7a17c000 r-xp 00000000 08:01 929648 /usr/lib/jvm/java-7-openjdk/jre/lib/i386/libnet.so
    7a17c000-7a17d000 rw-p 00016000 08:01 929648 /usr/lib/jvm/java-7-openjdk/jre/lib/i386/libnet.so
    7a17d000-7a18d000 r-xp 00000000 08:01 929649 /usr/lib/jvm/java-7-openjdk/jre/lib/i386/libnio.so
    7a18d000-7a18e000 rw-p 00010000 08:01 929649 /usr/lib/jvm/java-7-openjdk/jre/lib/i386/libnio.so
    7a18e000-7a195000 r--s 00040000 08:01 1447128 /opt/pycharm/lib/ext/cglib-2.2.2.jar
    7a195000-7a198000 r--s 00029000 08:01 1447089 /opt/pycharm/lib/proxy-vole_20120920.jar
    7a198000-7a1a5000 r--s 000ab000 08:01 1447115 /opt/pycharm/lib/velocity.jar
    7a1a5000-7a1bd000 r--s 00115000 08:01 1447118 /opt/pycharm/lib/xerces.jar
    7a1bd000-7a1be000 r--s 0000a000 08:01 1447012 /opt/pycharm/lib/asm.jar
    7a1be000-7a1bf000 r--s 00006000 08:01 1447116 /opt/pycharm/lib/winp-1.17-patched.jar
    7a1bf000-7a21e000 r--s 00591000 08:01 1447031 /opt/pycharm/lib/groovy-all-2.0.6.jar
    7a21e000-7a220000 r--s 00004000 08:01 1447074 /opt/pycharm/lib/jsr173_1.0_api.jar
    7a220000-7a222000 r--s 0000c000 08:01 1447036 /opt/pycharm/lib/instrumenter.jar
    7a222000-7a226000 r--s 0002d000 08:01 1447015 /opt/pycharm/lib/automaton.jar
    7a226000-7a22a000 r--s 0001d000 08:01 1447079 /opt/pycharm/lib/microba.jar
    7a22a000-7a22d000 r--s 0002d000 08:01 1447037 /opt/pycharm/lib/isorelax.jar
    7a22d000-7a232000 r--s 0003e000 08:01 1447024 /opt/pycharm/lib/commons-net-3.1.jar
    7a232000-7a236000 r--s 00034000 08:01 1447073 /opt/pycharm/lib/jsch-0.1.49.jar
    7a236000-7a23c000 r--s 00068000 08:01 1447088 /opt/pycharm/lib/protobuf-2.4.1.jar
    7a23c000-7a23f000 r--s 0001b000 08:01 1447076 /opt/pycharm/lib/junit.jar
    7a23f000-7a24e000 r--s 00068000 08:01 1447045 /opt/pycharm/lib/jing.jar
    7a24e000-7a265000 r--s 0010e000 08:01 1447083 /opt/pycharm/lib/netty-3.6.2.Final.jar
    7a265000-7a26b000 r--s 00031000 08:01 1447038 /opt/pycharm/lib/jaxen-1.1.3.jar
    7a26b000-7a26e000 ---p 00000000 00:00 0
    7a26e000-7a2bc000 rw-p 00000000 00:00 0 [stack:1967]
    7a2bc000-7a2bf000 ---p 00000000 00:00 0
    7a2bf000-7a30d000 rw-p 00000000 00:00 0 [stack:1966]
    7a30d000-7a316000 r--s 000bc000 08:01 928728 /usr/lib/jvm/java-7-openjdk/jre/lib/resources.jar
    7a316000-7a360000 r-xp 00000000 08:01 793128 /usr/lib/libdbus-1.so.3.7.3
    7a360000-7a361000 r--p 00049000 08:01 793128 /usr/lib/libdbus-1.so.3.7.3
    7a361000-7a362000 rw-p 0004a000 08:01 793128 /usr/lib/libdbus-1.so.3.7.3
    7a362000-7a3cb000 r-xp 00000000 08:01 791923 /usr/lib/libgmp.so.10.1.1
    7a3cb000-7a3cc000 ---p 00069000 08:01 791923 /usr/lib/libgmp.so.10.1.1
    7a3cc000-7a3cd000 r--p 00069000 08:01 791923 /usr/lib/libgmp.so.10.1.1
    7a3cd000-7a3d4000 rw-p 0006a000 08:01 791923 /usr/lib/libgmp.so.10.1.1
    7a3d4000-7a400000 r-xp 00000000 08:01 814585 /usr/lib/libhogweed.so.2.4
    7a400000-7a401000 ---p 0002c000 08:01 814585 /usr/lib/libhogweed.so.2.4
    7a401000-7a402000 r--p 0002c000 08:01 814585 /usr/lib/libhogweed.so.2.4
    7a402000-7a403000 rw-p 0002d000 08:01 814585 /usr/lib/libhogweed.so.2.4
    7a403000-7a434000 r-xp 00000000 08:01 814587 /usr/lib/libnettle.so.4.6
    7a434000-7a435000 r--p 00030000 08:01 814587 /usr/lib/libnettle.so.4.6
    7a435000-7a436000 rw-p 00031000 08:01 814587 /usr/lib/libnettle.so.4.6
    7a436000-7a448000 r-xp 00000000 08:01 813206 /usr/lib/libtasn1.so.6.1.1
    7a448000-7a449000 r--p 00011000 08:01 813206 /usr/lib/libtasn1.so.6.1.1
    7a449000-7a44a000 rw-p 00012000 08:01 813206 /usr/lib/libtasn1.so.6.1.1
    7a44a000-7a466000 r-xp 00000000 08:01 814596 /usr/lib/libp11-kit.so.0.0.0
    7a466000-7a467000 ---p 0001c000 08:01 814596 /usr/lib/libp11-kit.so.0.0.0
    7a467000-7a468000 r--p 0001c000 08:01 814596 /usr/lib/libp11-kit.so.0.0.0
    7a468000-7a469000 rw-p 0001d000 08:01 814596 /usr/lib/libp11-kit.so.0.0.0
    7a469000-7a46c000 r-xp 00000000 08:01 797456 /usr/lib/libkeyutils.so.1.4
    7a46c000-7a46d000 r--p 00002000 08:01 797456 /usr/lib/libkeyutils.so.1.4
    7a46d000-7a46e000 rw-p 00003000 08:01 797456 /usr/lib/libkeyutils.so.1.4
    7a46e000-7a479000 r-xp 00000000 08:01 797502 /usr/lib/libkrb5support.so.0.1
    7a479000-7a47a000 r--p 0000a000 08:01 797502 /usr/lib/libkrb5support.so.0.1
    7a47a000-7a47b000 rw-p 0000b000 08:01 797502 /usr/lib/libkrb5support.so.0.1
    7a47b000-7c3d2000 r-xp 00000000 08:01 797611 /usr/lib/libnvidia-glcore.so.319.17
    7c3d2000-7c430000 rwxp 01f57000 08:01 797611 /usr/lib/libnvidia-glcore.so.319.17
    7c430000-7c442000 rwxp 00000000 00:00 0
    7c442000-7c445000 r-xp 00000000 08:01 803857 /usr/lib/libnvidia-tls.so.319.17
    7c445000-7c446000 rw-p 00003000 08:01 803857 /usr/lib/libnvidia-tls.so.319.17
    7c446000-7c451000 r-xp 00000000 08:01 794612 /usr/lib/libdrm.so.2.4.0
    7c451000-7c452000 r--p 0000a000 08:01 794612 /usr/lib/libdrm.so.2.4.0
    7c452000-7c453000 rw-p 0000b000 08:01 794612 /usr/lib/libdrm.so.2.4.0
    7c453000-7c464000 r-xp 00000000 08:01 794346 /usr/lib/libudev.so.1.3.5
    7c464000-7c465000 r--p 00010000 08:01 794346 /usr/lib/libudev.so.1.3.5
    7c465000-7c466000 rw-p 00011000 08:01 794346 /usr/lib/libudev.so.1.3.5
    7c466000-7c475000 r-xp 00000000 08:01 801996 /usr/lib/libglapi.so.0.0.0
    7c475000-7c477000 r--p 0000f000 08:01 801996 /usr/lib/libglapi.so.0.0.0
    7c477000-7c47c000 rwxp 00011000 08:01 801996 /usr/lib/libglapi.so.0.0.0
    7c47c000-7c481000 r-xp 00000000 08:01 801991 /usr/lib/libgbm.so.1.0.0
    7c481000-7c482000 r--p 00004000 08:01 801991 /usr/lib/libgbm.so.1.0.0
    7c482000-7c483000 rw-p 00005000 08:01 801991 /usr/lib/libgbm.so.1.0.0
    7c483000-7c491000 r-xp 00000000 08:01 813370 /usr/lib/libwayland-server.so.0.0.0
    7c491000-7c492000 r--p 0000d000 08:01 813370 /usr/lib/libwayland-server.so.0.0.0
    7c492000-7c493000 rw-p 0000e000 08:01 813370 /usr/lib/libwayland-server.so.0.0.0
    7c493000-7c49b000 r-xp 00000000 08:01 813371 /usr/lib/libwayland-client.so.0.1.0
    7c49b000-7c49c000 ---p 00008000 08:01 813371 /usr/lib/libwayland-client.so.0.1.0
    7c49c000-7c49d000 r--p 00008000 08:01 813371 /usr/lib/libwayland-client.so.0.1.0
    7c49d000-7c49e000 rw-p 00009000 08:01 813371 /usr/lib/libwayland-client.so.0.1.0
    7c49e000-7c4a0000 r-xp 00000000 08:01 808003 /usr/lib/libxcb-shape.so.0.0.0
    7c4a0000-7c4a1000 r--p 00002000 08:01 808003 /usr/lib/libxcb-shape.so.0.0.0
    7c4a1000-7c4a2000 rw-p 00003000 08:01 808003 /usr/lib/libxcb-shape.so.0.0.0
    7c4a2000-7c4a8000 r-xp 00000000 08:01 807982 /usr/lib/libxcb-xfixes.so.0.0.0
    7c4a8000-7c4a9000 r--p 00005000 08:01 807982 /usr/lib/libxcb-xfixes.so.0.0.0
    7c4a9000-7c4aa000 rw-p 00006000 08:01 807982 /usr/lib/libxcb-xfixes.so.0.0.0
    7c4aa000-7c4ae000 r-xp 00000000 08:01 808007 /usr/lib/libxcb-dri2.so.0.0.0
    7c4ae000-7c4af000 r--p 00003000 08:01 808007 /usr/lib/libxcb-dri2.so.0.0.0
    7c4af000-7c4b0000 rw-p 00004000 08:01 808007 /usr/lib/libxcb-dri2.so.0.0.0
    7c4b0000-7c4b1000 r-xp 00000000 08:01 808871 /usr/lib/libX11-xcb.so.1.0.0
    7c4b1000-7c4b2000 r--p 00000000 08:01 808871 /usr/lib/libX11-xcb.so.1.0.0
    7c4b2000-7c4b3000 rw-p 00001000 08:01 808871 /usr/lib/libX11-xcb.so.1.0.0
    7c4b3000-7d9fb000 r--p 00000000 08:01 809860 /usr/lib/libicudata.so.51.1
    7d9fb000-7d9fc000 r--p 01547000 08:01 809860 /usr/lib/libicudata.so.51.1
    7d9fc000-7db5c000 r-xp 00000000 08:01 809873 /usr/lib/libicuuc.so.51.1
    7db5c000-7db66000 r--p 00160000 08:01 809873 /usr/lib/libicuuc.so.51.1
    7db66000-7db67000 rw-p 0016a000 08:01 809873 /usr/lib/libicuuc.so.51.1
    7db67000-7db6b000 rw-p 00000000 00:00 0
    7db6b000-7dbb3000 r-xp 00000000 08:01 809869 /usr/lib/libicule.so.51.1
    7dbb3000-7dbb5000 r--p 00047000 08:01 809869 /usr/lib/libicule.so.51.1
    7dbb5000-7dbb6000 rw-p 00049000 08:01 809869 /usr/lib/libicule.so.51.1
    7dbb6000-7dbd3000 r-xp 00000000 08:01 816539 /usr/lib/libgraphite2.so.3.0.1
    7dbd3000-7dbd4000 r--p 0001d000 08:01 816539 /usr/lib/libgraphite2.so.3.0.1
    7dbd4000-7dbd5000 rw-p 0001e000 08:01 816539 /usr/lib/libgraphite2.so.3.0.1
    7dbd5000-7dbda000 r-xp 00000000 08:01 805841 /usr/lib/libXdmcp.so.6.0.0
    7dbda000-7dbdb000 r--p 00004000 08:01 805841 /usr/lib/libXdmcp.so.6.0.0
    7dbdb000-7dbdc000 rw-p 00005000 08:01 805841 /usr/lib/libXdmcp.so.6.0.0
    7dbdc000-7dbde000 r-xp 00000000 08:01 805907 /usr/lib/libXau.so.6.0.0
    7dbde000-7dbdf000 r--p 00001000 08:01 805907 /usr/lib/libXau.so.6.0.0
    7dbdf000-7dbe0000 rw-p 00002000 08:01 805907 /usr/lib/libXau.so.6.0.0
    7dbe0000-7dbe9000 r-xp 00000000 08:01 784984 /usr/lib/libcrypt-2.17.so
    7dbe9000-7dbea000 r--p 00008000 08:01 784984 /usr/lib/libcrypt-2.17.so
    7dbea000-7dbeb000 rw-p 00009000 08:01 784984 /usr/lib/libcrypt-2.17.so
    7dbeb000-7dc12000 rw-p 00000000 00:00 0
    7dc12000-7dc22000 r-xp 00000000 08:01 818498 /usr/lib/libavahi-client.so.3.2.9
    7dc22000-7dc23000 r--p 0000f000 08:01 818498 /usr/lib/libavahi-client.so.3.2.9
    7dc23000-7dc24000 rw-p 00010000 08:01 818498 /usr/lib/libavahi-client.so.3.2.9
    7dc24000-7dc30000 r-xp 00000000 08:01 818474 /usr/lib/libavahi-common.so.3.5.3
    7dc30000-7dc31000 r--p 0000b000 08:01 818474 /usr/lib/libavahi-common.so.3.5.3
    7dc31000-7dc32000 rw-p 0000c000 08:01 818474 /usr/lib/libavahi-common.so.3.5.3
    7dc32000-7dd43000 r-xp 00000000 08:01 792633 /usr/lib/libgnutls.so.28.19.0
    7dd43000-7dd48000 r--p 00110000 08:01 792633 /usr/lib/libgnutls.so.28.19.0
    7dd48000-7dd4a000 rw-p 00115000 08:01 792633 /usr/lib/libgnutls.so.28.19.0
    7dd4a000-7dd4d000 r-xp 00000000 08:01 794664 /usr/lib/libcom_err.so.2.1
    7dd4d000-7dd4e000 r--p 00002000 08:01 794664 /usr/lib/libcom_err.so.2.1
    7dd4e000-7dd4f000 rw-p 00003000 08:01 794664 /usr/lib/libcom_err.so.2.1
    7dd4f000-7dd82000 r-xp 00000000 08:01 797507 /usr/lib/libk5crypto.so.3.1
    7dd82000-7dd83000 r--p 00032000 08:01 797507 /usr/lib/libk5crypto.so.3.1
    7dd83000-7dd84000 rw-p 00033000 08:01 797507 /usr/lib/libk5crypto.so.3.1
    7dd84000-7dd85000 rw-p 00000000 00:00 0
    7dd85000-7de47000 r-xp 00000000 08:01 797496 /usr/lib/libkrb5.so.3.3
    7de47000-7de4d000 r--p 000c2000 08:01 797496 /usr/lib/libkrb5.so.3.3
    7de4d000-7de4f000 rw-p 000c8000 08:01 797496 /usr/lib/libkrb5.so.3.3
    7de4f000-7de94000 r-xp 00000000 08:01 797523 /usr/lib/libgssapi_krb5.so.2.2
    7de94000-7de95000 ---p 00045000 08:01 797523 /usr/lib/libgssapi_krb5.so.2.2
    7de95000-7de96000 r--p 00045000 08:01 797523 /usr/lib/libgssapi_krb5.so.2.2
    7de96000-7de97000 rw-p 00046000 08:01 797523 /usr/lib/libgssapi_krb5.so.2.2
    7de97000-7debd000 r-xp 00000000 08:01 793069 /usr/lib/libexpat.so.1.6.0
    7debd000-7debf000 r--p 00025000 08:01 793069 /usr/lib/libexpat.so.1.6.0
    7debf000-7dec0000 rw-p 00027000 08:01 793069 /usr/lib/libexpat.so.1.6.0
    7dec0000-7decf000 r-xp 00000000 08:01 791199 /usr/lib/libbz2.so.1.0.6
    7decf000-7ded0000 rw-p 0000f000 08:01 791199 /usr/lib/libbz2.so.1.0.6
    7ded0000-7dee3000 r-xp 00000000 08:01 784999 /usr/lib/libresolv-2.17.so
    7dee3000-7dee4000 ---p 00013000 08:01 784999 /usr/lib/libresolv-2.17.so
    7dee4000-7dee5000 r--p 00013000 08:01 784999 /usr/lib/libresolv-2.17.so
    7dee5000-7dee6000 rw-p 00014000 08:01 784999 /usr/lib/libresolv-2.17.so
    7dee6000-7dee8000 rw-p 00000000 00:00 0
    7dee8000-7df4e000 r-xp 00000000 08:01 793158 /usr/lib/libpcre.so.1.2.0
    7df4e000-7df4f000 r--p 00066000 08:01 793158 /usr/lib/libpcre.so.1.2.0
    7df4f000-7df50000 rw-p 00067000 08:01 793158 /usr/lib/libpcre.so.1.2.0
    7df50000-7df56000 r-xp 00000000 08:01 793342 /usr/lib/libffi.so.6.0.1
    7df56000-7df57000 r--p 00005000 08:01 793342 /usr/lib/libffi.so.6.0.1
    7df57000-7df58000 rw-p 00006000 08:01 793342 /usr/lib/libffi.so.6.0.1
    7df58000-7e02a000 r-xp 00000000 08:01 1049043 /usr/lib/nvidia/libGL.so.319.17
    7e02a000-7e04a000 rwxp 000d1000 08:01 1049043 /usr/lib/nvidia/libGL.so.319.17
    7e04a000-7e05a000 rwxp 00000000 00:00 0
    7e05a000-7e063000 r-xp 00000000 08:01 808022 /usr/lib/libxcb-render.so.0.0.0
    7e063000-7e064000 r--p 00008000 08:01 808022 /usr/lib/libxcb-render.so.0.0.0
    7e064000-7e065000 rw-p 00009000 08:01 808022 /usr/lib/libxcb-render.so.0.0.0
    7e065000-7e067000 r-xp 00000000 08:01 807957 /usr/lib/libxcb-shm.so.0.0.0
    7e067000-7e068000 r--p 00001000 08:01 807957 /usr/lib/libxcb-shm.so.0.0.0
    7e068000-7e069000 rw-p 00002000 08:01 807957 /usr/lib/libxcb-shm.so.0.0.0
    7e069000-7e0a0000 r-xp 00000000 08:01 810424 /usr/lib/libpng16.so.16.2.0
    7e0a0000-7e0a1000 r--p 00036000 08:01 810424 /usr/lib/libpng16.so.16.2.0
    7e0a1000-7e0a2000 rw-p 00037000 08:01 810424 /usr/lib/libpng16.so.16.2.0
    7e0a2000-7e0c2000 r-xp 00000000 08:01 801988 /usr/lib/libEGL.so.1.0.0
    7e0c2000-7e0c3000 ---p 00020000 08:01 801988 /usr/lib/libEGL.so.1.0.0
    7e0c3000-7e0c4000 r--p 00020000 08:01 801988 /usr/lib/libEGL.so.1.0.0
    7e0c4000-7e0c5000 rw-p 00021000 08:01 801988 /usr/lib/libEGL.so.1.0.0
    7e0c5000-7e169000 r-xp 00000000 08:01 805895 /usr/lib/libpixman-1.so.0.30.0
    7e169000-7e16e000 r--p 000a4000 08:01 805895 /usr/lib/libpixman-1.so.0.30.0
    7e16e000-7e16f000 rw-p 000a9000 08:01 805895 /usr/lib/libpixman-1.so.0.30.0
    7e16f000-7e201000 r-xp 00000000 08:01 788390 /usr/lib/libharfbuzz.so.0.916.0
    7e201000-7e202000 ---p 00092000 08:01 788390 /usr/lib/libharfbuzz.so.0.916.0
    7e202000-7e203000 r--p 00092000 08:01 788390 /usr/lib/libharfbuzz.so.0.916.0
    7e203000-7e204000 rw-p 00093000 08:01 788390 /usr/lib/libharfbuzz.so.0.916.0
    7e204000-7e206000 r-xp 00000000 08:01 809811 /usr/lib/libXdamage.so.1.1.0
    7e206000-7e207000 r--p 00001000 08:01 809811 /usr/lib/libXdamage.so.1.1.0
    7e207000-7e208000 rw-p 00002000 08:01 809811 /usr/lib/libXdamage.so.1.1.0
    7e208000-7e20a000 r-xp 00000000 08:01 819560 /usr/lib/libXcomposite.so.1.0.0
    7e20a000-7e20b000 r--p 00001000 08:01 819560 /usr/lib/libXcomposite.so.1.0.0
    7e20b000-7e20c000 rw-p 00002000 08:01 819560 /usr/lib/libXcomposite.so.1.0.0
    7e20c000-7e215000 r-xp 00000000 08:01 809766 /usr/lib/libXcursor.so.1.0.2
    7e215000-7e216000 r--p 00008000 08:01 809766 /usr/lib/libXcursor.so.1.0.2
    7e216000-7e217000 rw-p 00009000 08:01 809766 /usr/lib/libXcursor.so.1.0.2
    7e217000-7e220000 r-xp 00000000 08:01 809618 /usr/lib/libXrandr.so.2.2.0
    7e220000-7e221000 r--p 00008000 08:01 809618 /usr/lib/libXrandr.so.2.2.0
    7e221000-7e222000 rw-p 00009000 08:01 809618 /usr/lib/libXrandr.so.2.2.0
    7e222000-7e224000 r-xp 00000000 08:01 809706 /usr/lib/libXinerama.so.1.0.0
    7e224000-7e225000 r--p 00001000 08:01 809706 /usr/lib/libXinerama.so.1.0.0
    7e225000-7e226000 rw-p 00002000 08:01 809706 /usr/lib/libXinerama.so.1.0.0
    7e226000-7e246000 r-xp 00000000 08:01 807991 /usr/lib/libxcb.so.1.1.0
    7e246000-7e247000 r--p 0001f000 08:01 807991 /usr/lib/libxcb.so.1.1.0
    7e247000-7e248000 rw-p 00020000 08:01 807991 /usr/lib/libxcb.so.1.1.0
    7e248000-7e2a3000 r-xp 00000000 08:01 801692 /usr/lib/libcups.so.2
    7e2a3000-7e2a6000 rw-p 0005b000 08:01 801692 /usr/lib/libcups.so.2
    7e2a6000-7e3a6000 r-xp 00000000 08:01 793740 /usr/lib/libglib-2.0.so.0.3600.1
    7e3a6000-7e3a7000 r--p 000ff000 08:01 793740 /usr/lib/libglib-2.0.so.0.3600.1
    7e3a7000-7e3a8000 rw-p 00100000 08:01 793740 /usr/lib/libglib-2.0.so.0.3600.1
    7e3a8000-7e3e1000 r-xp 00000000 08:01 813586 /usr/lib/libfontconfig.so.1.7.0
    7e3e1000-7e3e2000 r--p 00038000 08:01 813586 /usr/lib/libfontconfig.so.1.7.0
    7e3e2000-7e3e3000 rw-p 00039000 08:01 813586 /usr/lib/libfontconfig.so.1.7.0
    7e3e3000-7e47b000 r-xp 00000000 08:01 805513 /usr/lib/libfreetype.so.6.10.0
    7e47b000-7e47f000 r--p 00097000 08:01 805513 /usr/lib/libfreetype.so.6.10.0
    7e47f000-7e480000 rw-p 0009b000 08:01 805513 /usr/lib/libfreetype.so.6.10.0
    7e480000-7e4cd000 r-xp 00000000 08:01 793743 /usr/lib/libgobject-2.0.so.0.3600.1
    7e4cd000-7e4ce000 r--p 0004d000 08:01 793743 /usr/lib/libgobject-2.0.so.0.3600.1
    7e4ce000-7e4cf000 rw-p 0004e000 08:01 793743 /usr/lib/libgobject-2.0.so.0.3600.1
    7e4cf000-7e517000 r-xp 00000000 08:01 813893 /usr/lib/libpango-1.0.so.0.3400.0
    7e517000-7e518000 ---p 00048000 08:01 813893 /usr/lib/libpango-1.0.so.0.3400.0
    7e518000-7e519000 r--p 00048000 08:01 813893 /usr/lib/libpango-1.0.so.0.3400.0
    7e519000-7e51a000 rw-p 00049000 08:01 813893 /usr/lib/libpango-1.0.so.0.3400.0
    7e51a000-7e52e000 r-xp 00000000 08:01 813980 /usr/lib/libpangoft2-1.0.so.0.3400.0
    7e52e000-7e52f000 r--p 00013000 08:01 813980 /usr/lib/libpangoft2-1.0.so.0.3400.0
    7e52f000-7e530000 rw-p 00014000 08:01 813980 /usr/lib/libpangoft2-1.0.so.0.3400.0
    7e530000-7e692000 r-xp 00000000 08:01 793744 /usr/lib/libgio-2.0.so.0.3600.1
    7e692000-7e693000 ---p 00162000 08:01 793744 /usr/lib/libgio-2.0.so.0.3600.1
    7e693000-7e695000 r--p 00162000 08:01 793744 /usr/lib/libgio-2.0.so.0.3600.1
    7e695000-7e696000 rw-p 00164000 08:01 793744 /usr/lib/libgio-2.0.so.0.3600.1
    7e696000-7e697000 rw-p 00000000 00:00 0
    7e697000-7e6ba000 r-xp 00000000 08:01 801667 /usr/lib/libgdk_pixbuf-2.0.so.0.2800.1
    7e6ba000-7e6bb000 r--p 00023000 08:01 801667 /usr/lib/libgdk_pixbuf-2.0.so.0.2800.1
    7e6bb000-7e6bc000 rw-p 00024000 08:01 801667 /usr/lib/libgdk_pixbuf-2.0.so.0.2800.1
    7e6bc000-7e7f0000 r-xp 00000000 08:01 816487 /usr/lib/libcairo.so.2.11200.14
    7e7f0000-7e7f2000 r--p 00133000 08:01 816487 /usr/lib/libcairo.so.2.11200.14
    7e7f2000-7e7f3000 rw-p 00135000 08:01 816487 /usr/lib/libcairo.so.2.11200.14
    7e7f3000-7e7f4000 rw-p 00000000 00:00 0
    7e7f4000-7e813000 r-xp 00000000 08:01 813514 /usr/lib/libatk-1.0.so.0.20809.1
    7e813000-7e815000 r--p 0001e000 08:01 813514 /usr/lib/libatk-1.0.so.0.20809.1
    7e815000-7e816000 rw-p 00020000 08:01 813514 /usr/lib/libatk-1.0.so.0.20809.1
    7e816000-7e821000 r-xp 00000000 08:01 813982 /usr/lib/libpangocairo-1.0.so.0.3400.0
    7e821000-7e822000 r--p 0000a000 08:01 813982 /usr/lib/libpangocairo-1.0.so.0.3400.0
    7e822000-7e823000 rw-p 0000b000 08:01 813982 /usr/lib/libpangocairo-1.0.so.0.3400.0
    7e823000-7e8ce000 r-xp 00000000 08:01 786050 /usr/lib/libgdk-x11-2.0.so.0.2400.18
    7e8ce000-7e8d0000 r--p 000ab000 08:01 786050 /usr/lib/libgdk-x11-2.0.so.0.2400.18
    7e8d0000-7e8d1000 rw-p 000ad000 08:01 786050 /usr/lib/libgdk-x11-2.0.so.0.2400.18
    7e8d1000-7ed2c000 r-xp 00000000 08:01 786051 /usr/lib/libgtk-x11-2.0.so.0.2400.18
    7ed2c000-7ed30000 r--p 0045a000 08:01 786051 /usr/lib/libgtk-x11-2.0.so.0.2400.18
    7ed30000-7ed32000 rw-p 0045e000 08:01 786051 /usr/lib/libgtk-x11-2.0.so.0.2400.18
    7ed32000-7ed34000 rw-p 00000000 00:00 0
    7ed34000-7ed42000 r-xp 00000000 08:01 786036 /usr/lib/libXi.so.6.1.0
    7ed42000-7ed43000 r--p 0000d000 08:01 786036 /usr/lib/libXi.so.6.1.0
    7ed43000-7ed44000 rw-p 0000e000 08:01 786036 /usr/lib/libXi.so.6.1.0
    7ed44000-7ed4d000 r-xp 00000000 08:01 809596 /usr/lib/libXrender.so.1.3.0
    7ed4d000-7ed4e000 r--p 00008000 08:01 809596 /usr/lib/libXrender.so.1.3.0
    7ed4e000-7ed4f000 rw-p 00009000 08:01 809596 /usr/lib/libXrender.so.1.3.0
    7ed4f000-7ee81000 r-xp 00000000 08:01 808870 /usr/lib/libX11.so.6.3.0
    7ee81000-7ee82000 r--p 00131000 08:01 808870 /usr/lib/libX11.so.6.3.0
    7ee82000-7ee85000 rw-p 00132000 08:01 808870 /usr/lib/libX11.so.6.3.0
    7ee85000-7ef14000 r-xp 00000000 08:01 929660 /usr/lib/jvm/java-7-openjdk/jre/lib/i386/libawt.so
    7ef14000-7ef1b000 rw-p 0008f000 08:01 929660 /usr/lib/jvm/java-7-openjdk/jre/lib/i386/libawt.so
    7ef1b000-7ef3f000 rw-p 00000000 00:00 0
    7ef3f000-7f100000 r--s 030c3000 08:01 1447084 /opt/pycharm/lib/openapi.jar
    7f100000-7f1ff000 rw-p 00000000 00:00 0
    7f1ff000-7f200000 ---p 00000000 00:00 0
    7f200000-7f202000 r--s 00008000 08:01 1447011 /opt/pycharm/lib/asm-commons.jar
    7f202000-7f206000 r-xp 00000000 08:01 809730 /usr/lib/libXfixes.so.3.1.0
    7f206000-7f207000 r--p 00003000 08:01 809730 /usr/lib/libXfixes.so.3.1.0
    7f207000-7f208000 rw-p 00004000 08:01 809730 /usr/lib/libXfixes.so.3.1.0
    7f208000-7f259000 r-xp 00000000 08:01 262389 /usr/lib/jvm/java-7-openjdk/jre/lib/i386/xawt/libmawt.so
    7f259000-7f25b000 rw-p 00051000 08:01 262389 /usr/lib/jvm/java-7-openjdk/jre/lib/i386/xawt/libmawt.so
    7f25b000-7f25c000 rw-p 00000000 00:00 0
    7f25c000-7f500000 r--s 046be000 08:01 1447093 /opt/pycharm/lib/pycharm.jar
    7f500000-7f600000 rw-p 00000000 00:00 0
    7f600000-7f602000 r--s 0000d000 08:01 1447023 /opt/pycharm/lib/commons-logging-1.1.1.jar
    7f602000-7f605000 r-xp 00000000 08:01 793741 /usr/lib/libgmodule-2.0.so.0.3600.1
    7f605000-7f606000 r--p 00002000 08:01 793741 /usr/lib/libgmodule-2.0.so.0.3600.1
    7f606000-7f607000 rw-p 00003000 08:01 793741 /usr/lib/libgmodule-2.0.so.0.3600.1
    7f607000-7f608000 r-xp 00000000 08:01 793742 /usr/lib/libgthread-2.0.so.0.3600.1
    7f608000-7f609000 r--p 00000000 08:01 793742 /usr/lib/libgthread-2.0.so.0.3600.1
    7f609000-7f60a000 rw-p 00001000 08:01 793742 /usr/lib/libgthread-2.0.so.0.3600.1
    7f60a000-7f61b000 r-xp 00000000 08:01 809250 /usr/lib/libXext.so.6.4.0
    7f61b000-7f61c000 r--p 00010000 08:01 809250 /usr/lib/libXext.so.6.4.0
    7f61c000-7f61d000 rw-p 00011000 08:01 809250 /usr/lib/libXext.so.6.4.0
    7f61d000-7f620000 r--s 00021000 08:01 1447014 /opt/pycharm/lib/asm4-all.jar
    7f620000-7f644000 r--p 00000000 08:01 785263 /usr/share/locale/it/LC_MESSAGES/libc.mo
    7f644000-7f647000 ---p 00000000 00:00 0
    7f647000-7f700000 rw-p 00000000 00:00 0 [stack:1965]
    7f700000-7f7f9000 rw-p 00000000 00:00 0
    7f7f9000-7f800000 ---p 00000000 00:00 0
    7f800000-7f8fc000 rw-p 00000000 00:00 0
    7f8fc000-7f900000 ---p 00000000 00:00 0
    7f900000-7f9f1000 rw-p 00000000 00:00 0
    7f9f1000-7fa00000 ---p 00000000 00:00 0
    7fa00000-7fa01000 r--s 0000e000 08:01 1447030 /opt/pycharm/lib/forms_rt.jar
    7fa01000-7fa06000 r-xp 00000000 08:01 809915 /usr/lib/libXtst.so.6.1.0
    7fa06000-7fa07000 r--p 00004000 08:01 809915 /usr/lib/libXtst.so.6.1.0
    7fa07000-7fa08000 rw-p 00005000 08:01 809915 /usr/lib/libXtst.so.6.1.0
    7fa08000-7fa10000 r--s 00049000 08:01 1447009 /opt/pycharm/lib/alloy.jar
    7fa10000-7fa12000 r--s 0000e000 08:01 1447085 /opt/pycharm/lib/oromatcher.jar
    7fa12000-7fa14000 r--s 00013000 08:01 1447094 /opt/pycharm/lib/resolver.jar
    7fa14000-7fa16000 r--s 00004000 08:01 1447026 /opt/pycharm/lib/coverage-util.jar
    7fa16000-7fa1c000 r--s 00047000 08:01 1447022 /opt/pycharm/lib/commons-httpclient-3.1-patched.jar
    7fa1c000-7fa1e000 r--s 00009000 08:01 1447082 /opt/pycharm/lib/nanoxml-2.2.3.jar
    7fa1e000-7fa20000 r--s 001a8000 08:01 1447096 /opt/pycharm/lib/resources.jar
    7fa20000-7fa2f000 r--s 0006b000 08:01 1447112 /opt/pycharm/lib/trang-core.jar
    7fa2f000-7fa31000 r--s 0000a000 08:01 1447105 /opt/pycharm/lib/serviceMessages.jar
    7fa31000-7fa33000 r--s 00011000 08:01 1447080 /opt/pycharm/lib/miglayout-swing.jar
    7fa33000-7fa36000 r--s 00013000 08:01 1447041 /opt/pycharm/lib/jgoodies-forms.jar
    7fa36000-7fa38000 r--s 00014000 08:01 1447123 /opt/pycharm/lib/yjp-controller-api-redist.jar
    7fa38000-7fa3b000 r--s 0001a000 08:01 1447119 /opt/pycharm/lib/xmlrpc-2.0.jar
    7fa3b000-7fa3d000 r--s 0000a000 08:01 1447021 /opt/pycharm/lib/commons-codec-1.3.jar
    7fa3d000-7fa44000 r--s 00040000 08:01 1447019 /opt/pycharm/lib/cglib-2.2.2.jar
    7fa44000-7fa4f000 r--s 0008d000 08:01 1447104 /opt/pycharm/lib/sanselan-0.98-snapshot.jar
    7fa4f000-7fa5e000 r--s 001a8000 08:01 1447027 /opt/pycharm/lib/ecj-4.2.1.jar
    7fa5e000-7fa5f000 r--s 00010000 08:01 1447077 /opt/pycharm/lib/jzlib-1.1.1.jar
    7fa5f000-7fa63000 r--s 00018000 08:01 1447086 /opt/pycharm/lib/picocontainer.jar
    7fa63000-7fa6b000 r--s 0007a000 08:01 1447042 /opt/pycharm/lib/jh.jar
    7fa6b000-7fa6d000 r--s 000f2000 08:01 1447107 /opt/pycharm/lib/snappy-java-1.0.4.1.jar
    7fa6d000-7fac3000 r--s 00319000 08:01 1447016 /opt/pycharm/lib/batik.jar
    7fac3000-7fb00000 r--s 00251000 08:01 1447117 /opt/pycharm/lib/xbean.jar
    7fb00000-7fc00000 rw-p 00000000 00:00 0
    7fc00000-7fc0d000 r--s 00109000 08:01 1447100 /opt/pycharm/lib/rhino-js-1_7R4.jar
    7fc0d000-7fc10000 r--s 00036000 08:01 1447090 /opt/pycharm/lib/pycharm-pydev.jar
    7fc10000-7fc32000 r--s 00195000 08:01 1447034 /opt/pycharm/lib/guava-12.0.jar
    7fc32000-7fc5e000 r--s 0028b000 08:01 1447035 /opt/pycharm/lib/icons.jar
    7fc5e000-7fc61000 ---p 00000000 00:00 0
    7fc61000-7fcaf000 rw-p 00000000 00:00 0 [stack:1964]
    7fcaf000-7fcb0000 ---p 00000000 00:00 0
    7fcb0000-7fd30000 rw-p 00000000 00:00 0 [stack:1963]
    7fd30000-7fd33000 ---p 00000000 00:00 0
    7fd33000-7fd81000 rw-p 00000000 00:00 0 [stack:1962]
    7fd81000-7fd84000 ---p 00000000 00:00 0
    7fd84000-7fe02000 rw-p 00000000 00:00 0 [stack:1961]
    7fe02000-7fe05000 ---p 00000000 00:00 0
    7fe05000-7fe83000 rw-p 00000000 00:00 0 [stack:1960]
    7fe83000-7fe86000 ---p 00000000 00:00 0
    7fe86000-7fed4000 rw-p 00000000 00:00 0 [stack:1959]
    7fed4000-8005e000 r--p 00000000 08:01 812417 /usr/lib/locale/locale-archive
    8005e000-80061000 ---p 00000000 00:00 0
    80061000-800af000 rw-p 00000000 00:00 0 [stack:1958]
    800af000-800b2000 ---p 00000000 00:00 0
    800b2000-80100000 rw-p 00000000 00:00 0 [stack:1957]
    80100000-80200000 rw-p 00000000 00:00 0
    80200000-80204000 r--s 00348000 08:01 1447108 /opt/pycharm/lib/sqlite-jdbc-3.6.20.1.jar
    80204000-80209000 r--s 0011b000 08:01 1447097 /opt/pycharm/lib/resources_en.jar
    80209000-80212000 r--s 000ba000 08:01 1447070 /opt/pycharm/lib/jna-utils.jar
    80212000-803bf000 r--s 01cde000 08:01 926513 /usr/lib/jvm/java-7-openjdk/jre/lib/rt.jar
    803bf000-82300000 rw-p 00000000 00:00 0
    82300000-823fb000 rw-p 00000000 00:00 0
    823fb000-82400000 ---p 00000000 00:00 0
    82400000-82402000 r--s 00007000 08:01 1447025 /opt/pycharm/lib/coverage-agent.jar
    82402000-82409000 r--s 00099000 08:01 1447103 /opt/pycharm/lib/rngom-20051226-patched.jar
    82409000-82424000 r--s 00147000 08:01 1447111 /opt/pycharm/lib/swingx-core-1.6.2.jar
    82424000-8242b000 r--s 00037000 08:01 1447075 /opt/pycharm/lib/junit-4.10.jar
    8242b000-82437000 r--s 0006a000 08:01 1447121 /opt/pycharm/lib/xstream-1.4.3.jar
    82437000-82438000 ---p 00000000 00:00 0
    82438000-82500000 rw-p 00000000 00:00 0 [stack:1956]
    82500000-82521000 rw-p 00000000 00:00 0
    82521000-82600000 ---p 00000000 00:00 0
    82600000-82601000 r--s 0000b000 08:01 1447120 /opt/pycharm/lib/xpp3-1.1.4-min.jar
    82601000-82606000 r--s 0002a000 08:01 1447032 /opt/pycharm/lib/gson-2.2.1.jar
    82606000-82628000 r--s 0039c000 08:01 1447114 /opt/pycharm/lib/util.jar
    82628000-82629000 ---p 00000000 00:00 0
    82629000-826a9000 rw-p 00000000 00:00 0 [stack:1955]
    826a9000-826aa000 ---p 00000000 00:00 0
    826aa000-82732000 rw-p 00000000 00:00 0 [stack:1954]
    82732000-827a7000 rw-p 00000000 00:00 0
    827a7000-827d2000 rw-p 00000000 00:00 0
    827d2000-82852000 rw-p 00000000 00:00 0
    82852000-8285a000 rw-p 00000000 00:00 0
    8285a000-828cf000 rw-p 00000000 00:00 0
    828cf000-828fa000 rw-p 00000000 00:00 0
    828fa000-82979000 rw-p 00000000 00:00 0
    82979000-8299e000 rw-p 00000000 00:00 0
    8299e000-8299f000 ---p 00000000 00:00 0
    8299f000-829cf000 rw-p 00000000 00:00 0
    829cf000-839d0000 rw-p 00000000 00:00 0
    839d0000-923d0000 rw-p 00000000 00:00 0
    923d0000-97930000 rw-p 00000000 00:00 0
    97930000-a7930000 rw-p 00000000 00:00 0
    a7930000-ac100000 rw-p 00000000 00:00 0
    ac100000-ac3d0000 ---p 00000000 00:00 0
    ac3d0000-b23d0000 rw-p 00000000 00:00 0
    b23d0000-b23d1000 r--s 00004000 08:01 1447010 /opt/pycharm/lib/annotations.jar
    b23d1000-b23d9000 r--s 0005c000 08:01 1447113 /opt/pycharm/lib/trove4j.jar
    b23d9000-b23e2000 rw-p 00000000 00:00 0
    b23e2000-b24d9000 rw-p 00000000 00:00 0
    b24d9000-b2719000 rwxp 00000000 00:00 0
    b2719000-b64d9000 rw-p 00000000 00:00 0
    b64d9000-b64ff000 r-xp 00000000 08:01 929646 /usr/lib/jvm/java-7-openjdk/jre/lib/i386/libjava.so
    b64ff000-b6500000 rw-p 00026000 08:01 929646 /usr/lib/jvm/java-7-openjdk/jre/lib/i386/libjava.so
    b6500000-b65f1000 rw-p 00000000 00:00 0
    b65f1000-b6600000 ---p 00000000 00:00 0
    b6600000-b6601000 r--s 00002000 08:01 1447020 /opt/pycharm/lib/cli-parser-1.1.jar
    b6601000-b6603000 r--s 00011000 08:01 1447040 /opt/pycharm/lib/jettison-1.3.2.jar
    b6603000-b6607000 r--s 000f2000 08:01 1447072 /opt/pycharm/lib/jna.jar
    b6607000-b660e000 r--s 00056000 08:01 1447078 /opt/pycharm/lib/log4j.jar
    b660e000-b6611000 r--s 00023000 08:01 1447039 /opt/pycharm/lib/jdom.jar
    b6611000-b6614000 r--s 00023000 08:01 1447029 /opt/pycharm/lib/extensions.jar
    b6614000-b6617000 r--s 0000f000 08:01 264949 /usr/lib/jvm/java-7-openjdk/jre/lib/ext/pulse-java.jar
    b6617000-b661f000 r-xp 00000000 08:01 929647 /usr/lib/jvm/java-7-openjdk/jre/lib/i386/libzip.so
    b661f000-b6620000 rw-p 00007000 08:01 929647 /usr/lib/jvm/java-7-openjdk/jre/lib/i386/libzip.so
    b6620000-b6627000 r-xp 00000000 08:01 784935 /usr/lib/librt-2.17.so
    b6627000-b6628000 r--p 00006000 08:01 784935 /usr/lib/librt-2.17.so
    b6628000-b6629000 rw-p 00007000 08:01 784935 /usr/lib/librt-2.17.so
    b6629000-b662c000 ---p 00000000 00:00 0
    b662c000-b667a000 rw-p 00000000 00:00 0 [stack:1953]
    b667a000-b6695000 r-xp 00000000 08:01 785447 /usr/lib/libgcc_s.so.1
    b6695000-b6696000 rw-p 0001a000 08:01 785447 /usr/lib/libgcc_s.so.1
    b6696000-b66d7000 r-xp 00000000 08:01 784934 /usr/lib/libm-2.17.so
    b66d7000-b66d8000 r--p 00040000 08:01 784934 /usr/lib/libm-2.17.so
    b66d8000-b66d9000 rw-p 00041000 08:01 784934 /usr/lib/libm-2.17.so
    b66d9000-b67b6000 r-xp 00000000 08:01 785442 /usr/lib/libstdc++.so.6.0.18
    b67b6000-b67ba000 r--p 000dc000 08:01 785442 /usr/lib/libstdc++.so.6.0.18
    b67ba000-b67bb000 rw-p 000e0000 08:01 785442 /usr/lib/libstdc++.so.6.0.18
    b67bb000-b67c2000 rw-p 00000000 00:00 0
    b67c2000-b7101000 r-xp 00000000 08:01 264957 /usr/lib/jvm/java-7-openjdk/jre/lib/i386/server/libjvm.so
    b7101000-b715c000 rw-p 0093e000 08:01 264957 /usr/lib/jvm/java-7-openjdk/jre/lib/i386/server/libjvm.so
    b715c000-b7578000 rw-p 00000000 00:00 0
    b7578000-b7721000 r-xp 00000000 08:01 784933 /usr/lib/libc-2.17.so
    b7721000-b7723000 r--p 001a8000 08:01 784933 /usr/lib/libc-2.17.so
    b7723000-b7724000 rw-p 001aa000 08:01 784933 /usr/lib/libc-2.17.so
    b7724000-b7727000 rw-p 00000000 00:00 0
    b7727000-b772a000 r-xp 00000000 08:01 784986 /usr/lib/libdl-2.17.so
    b772a000-b772b000 r--p 00002000 08:01 784986 /usr/lib/libdl-2.17.so
    b772b000-b772c000 rw-p 00003000 08:01 784986 /usr/lib/libdl-2.17.so
    b772c000-b772d000 rw-p 00000000 00:00 0
    b772d000-b7742000 r-xp 00000000 08:01 791271 /usr/lib/libz.so.1.2.8
    b7742000-b7743000 r--p 00014000 08:01 791271 /usr/lib/libz.so.1.2.8
    b7743000-b7744000 rw-p 00015000 08:01 791271 /usr/lib/libz.so.1.2.8
    b7744000-b7750000 r-xp 00000000 08:01 264951 /usr/lib/jvm/java-7-openjdk/jre/lib/i386/jli/libjli.so
    b7750000-b7751000 rw-p 0000b000 08:01 264951 /usr/lib/jvm/java-7-openjdk/jre/lib/i386/jli/libjli.so
    b7751000-b7768000 r-xp 00000000 08:01 784980 /usr/lib/libpthread-2.17.so
    b7768000-b7769000 r--p 00016000 08:01 784980 /usr/lib/libpthread-2.17.so
    b7769000-b776a000 rw-p 00017000 08:01 784980 /usr/lib/libpthread-2.17.so
    b776a000-b776c000 rw-p 00000000 00:00 0
    b776c000-b776e000 r--s 00008000 08:01 1447018 /opt/pycharm/lib/bootstrap.jar
    b776e000-b7770000 r--s 00002000 08:01 1447017 /opt/pycharm/lib/boot.jar
    b7770000-b7778000 rw-s 00000000 00:1c 37922 /tmp/hsperfdata_luca/1952
    b7778000-b7783000 r-xp 00000000 08:01 785008 /usr/lib/libnss_files-2.17.so
    b7783000-b7784000 r--p 0000a000 08:01 785008 /usr/lib/libnss_files-2.17.so
    b7784000-b7785000 rw-p 0000b000 08:01 785008 /usr/lib/libnss_files-2.17.so
    b7785000-b7786000 rw-p 00000000 00:00 0
    b7786000-b7787000 r--p 00000000 00:00 0
    b7787000-b7792000 r-xp 00000000 08:01 929645 /usr/lib/jvm/java-7-openjdk/jre/lib/i386/libverify.so
    b7792000-b7793000 rw-p 0000b000 08:01 929645 /usr/lib/jvm/java-7-openjdk/jre/lib/i386/libverify.so
    b7793000-b7794000 rw-p 00000000 00:00 0
    b7794000-b7795000 r-xp 00000000 00:00 0 [vdso]
    b7795000-b77b5000 r-xp 00000000 08:01 784982 /usr/lib/ld-2.17.so
    b77b5000-b77b6000 r--p 0001f000 08:01 784982 /usr/lib/ld-2.17.so
    b77b6000-b77b7000 rw-p 00020000 08:01 784982 /usr/lib/ld-2.17.so
    bfb1b000-bfb3c000 rw-p 00000000 00:00 0 [stack]
    VM Arguments:
    jvm_args: -Xms128m -Xmx512m -XX:MaxPermSize=250m -XX:ReservedCodeCacheSize=64m -XX:+UseCodeCacheFlushing -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true -Djb.vmOptionsFile=/opt/pycharm/bin/pycharm.vmoptions -Xbootclasspath/a:/opt/pycharm/bin/../lib/boot.jar -Didea.paths.selector=PyCharm20 -Didea.platform.prefix=Python -Didea.no.jre.check=true -Djb.restart.code=88
    java_command: com.intellij.idea.Main
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=/usr/lib/jvm/java-7-openjdk
    CLASSPATH=/opt/pycharm/bin/../lib/bootstrap.jar:/opt/pycharm/bin/../lib/extensions.jar:/opt/pycharm/bin/../lib/util.jar:/opt/pycharm/bin/../lib/jdom.jar:/opt/pycharm/bin/../lib/log4j.jar:/opt/pycharm/bin/../lib/trove4j.jar:/opt/pycharm/bin/../lib/jna.jar
    PATH=/usr/lib/qt4/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/core_perl
    LD_LIBRARY_PATH=/opt/pycharm/bin:
    SHELL=/bin/bash
    DISPLAY=:0
    Signal Handlers:
    SIGSEGV: [libjvm.so+0x782440], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGBUS: [libjvm.so+0x782440], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGFPE: [libjvm.so+0x6188d0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGPIPE: [libjvm.so+0x6188d0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGXFSZ: [libjvm.so+0x6188d0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGILL: [libjvm.so+0x6188d0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGUSR2: [libjvm.so+0x618620], sa_mask[0]=0x00000000, sa_flags=0x10000004
    SIGHUP: [libjvm.so+0x618910], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGINT: [libjvm.so+0x618910], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGTERM: [libjvm.so+0x618910], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGQUIT: [libjvm.so+0x618910], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    --------------- S Y S T E M ---------------
    OS:Linux
    uname:Linux 3.9.2-1-ARCH #1 SMP PREEMPT Sat May 11 21:11:14 CEST 2013 i686
    libc:glibc 2.17 NPTL 2.17
    rlimit: STACK 8192k, CORE 0k, NPROC 16127, NOFILE 4096, AS infinity
    load average:0,70 0,43 0,37
    /proc/meminfo:
    MemTotal: 2067732 kB
    MemFree: 795808 kB
    Buffers: 60592 kB
    Cached: 676648 kB
    SwapCached: 0 kB
    Active: 649672 kB
    Inactive: 531484 kB
    Active(anon): 445568 kB
    Inactive(anon): 17740 kB
    Active(file): 204104 kB
    Inactive(file): 513744 kB
    Unevictable: 0 kB
    Mlocked: 0 kB
    HighTotal: 1187400 kB
    HighFree: 90752 kB
    LowTotal: 880332 kB
    LowFree: 705056 kB
    SwapTotal: 4099088 kB
    SwapFree: 4099088 kB
    Dirty: 1040 kB
    Writeback: 0 kB
    AnonPages: 444140 kB
    Mapped: 163028 kB
    Shmem: 19268 kB
    Slab: 43712 kB
    SReclaimable: 31736 kB
    SUnreclaim: 11976 kB
    KernelStack: 1784 kB
    PageTables: 5280 kB
    NFS_Unstable: 0 kB
    Bounce: 0 kB
    WritebackTmp: 0 kB
    CommitLimit: 5132952 kB
    Committed_AS: 3860372 kB
    VmallocTotal: 122880 kB
    VmallocUsed: 64756 kB
    VmallocChunk: 33780 kB
    HardwareCorrupted: 0 kB
    AnonHugePages: 94208 kB
    HugePages_Total: 0
    HugePages_Free: 0
    HugePages_Rsvd: 0
    HugePages_Surp: 0
    Hugepagesize: 4096 kB
    DirectMap4k: 28664 kB
    DirectMap4M: 880640 kB
    CPU:total 2 (2 cores per cpu, 1 threads per core) family 15 model 67 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, mmxext, 3dnowpref, tsc
    /proc/cpuinfo:
    processor : 0
    vendor_id : AuthenticAMD
    cpu family : 15
    model : 67
    model name : AMD Athlon(tm) 64 X2 Dual Core Processor 6000+
    stepping : 3
    cpu MHz : 1800.000
    cache size : 1024 KB
    physical id : 0
    siblings : 2
    core id : 0
    cpu cores : 2
    apicid : 0
    initial apicid : 0
    fdiv_bug : no
    f00f_bug : no
    coma_bug : no
    fpu : yes
    fpu_exception : yes
    cpuid level : 1
    wp : yes
    flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow extd_apicid pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy
    bogomips : 3619.84
    clflush size : 64
    cache_alignment : 64
    address sizes : 40 bits physical, 48 bits virtual
    power management: ts fid vid ttp tm stc
    processor : 1
    vendor_id : AuthenticAMD
    cpu family : 15
    model : 67
    model name : AMD Athlon(tm) 64 X2 Dual Core Processor 6000+
    stepping : 3
    cpu MHz : 1800.000
    cache size : 1024 KB
    physical id : 0
    siblings : 2
    core id : 1
    cpu cores : 2
    apicid : 1
    initial apicid : 1
    fdiv_bug : no
    f00f_bug : no
    coma_bug : no
    fpu : yes
    fpu_exception : yes
    cpuid level : 1
    wp : yes
    flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow extd_apicid pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy
    bogomips : 3619.84
    clflush size : 64
    cache_alignment : 64
    address sizes : 40 bits physical, 48 bits virtual
    power management: ts fid vid ttp tm stc
    Memory: 4k page, physical 2067732k(795808k free), swap 4099088k(4099088k free)
    vm_info: OpenJDK Server VM (23.7-b01) for linux-x86 JRE (1.7.0_21-b02), built on Apr 27 2013 19:26:31 by "nobody" with gcc 4.8.0 20130411 (prerelease)
    time: Mon May 13 18:20:45 2013
    elapsed time: 8 seconds

  • JNI Crashes at the Runtime

    Hello everybody,
    I'm newbie at community, but I'm not so noob in Java programming.
    At first, I tried a lot of solutions for this problem, but nothing did work. Now, I hope we can work together to solve that.
    Ok, here we go. I'll explain the problem:
    I'm trying to integrate a native library written in C++ with Java. First I tried to use JNA because the user API is easiest then JNI. But the program crashes during the runtime. Here is the log file:
    xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0xb7f3ef15, pid=6847, tid=3085961424
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_18-b06 mixed mode)
    # Problematic frame:
    # C [libc.so.6+0x3df15] IOvfprintf+0x35
    --------------- T H R E A D ---------------
    Current thread (0x08057bd8): JavaThread "main" [_thread_in_native, id=6847]
    siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x00000046
    Registers:
    EAX=0xb7f008d0, EBX=0xb803fff4, ECX=0x00000000, EDX=0x0000000d
    ESP=0xbfe90610, EBP=0xbfe90c2c, ESI=0x081318c8, EDI=0xffffffc8
    EIP=0xb7f3ef15, CR2=0x00000046, EFLAGS=0x00210282
    Top of Stack: (sp=0xbfe90610)
    0xbfe90610: ffffffc0 00000345 00200034 00280007
    0xbfe90620: b7f008d0 b7f40f74 00000000 00000000
    0xbfe90630: 00000000 000e4d1c 000e4d1c b7f008d0
    0xbfe90640: bfe90b90 00000001 000e5830 bfe90cc0
    0xbfe90650: ffffffff 000042a0 0000a108 00000006
    0xbfe90660: 00001000 00000002 000e8998 000e8998
    0xbfe90670: 000e8998 000000f8 000000f8 00000006
    0xbfe90680: 00000004 00000007 00000000 ffffffff
    Instructions: (pc=0xb7f3ef15)
    0xb7f3ef05: ff 8b bb cc ff ff ff 8b 14 38 89 95 94 fa ff ff
    0xb7f3ef15: 80 79 46 00 0f 84 31 26 00 00 8b 45 08 8b 30 f7
    Stack: [0xbfca2000,0xbfe94000), sp=0xbfe90610, free space=1977k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [libc.so.6+0x3df15] IOvfprintf+0x35
    C [libc.so.6+0x47c1f] IOfprintf+0x1f
    C [VenusLib.so+0xa92b] _ZN8CVv5404U10SaveConfigEv+0x7d
    C [VenusLib.so+0xa9ca] _ZN8CVv5404UD0Ev+0x32
    C [VenusLib.so+0x33fd] DestroyISensor+0xb9
    C [libNBioBSP.so+0x1423c] _Z13FreeSensorDllPP7ISensorPPv+0x52
    C [libNBioBSP.so+0x2a8e7] Z11OpenDevicetPP7ISensorPPvPNS_18tagDeviceInfoParamEPKc+0x38f
    C [libNBioBSP.so+0x20dc4] _ZN8CNBioBSP10OpenDeviceEt+0x94
    C [libNBioBSP.so+0x1bc19] NBioAPI_OpenDevice+0x3f
    C [libHBioBSP.so+0xa20] HBioAPI_OpenDevice+0x40
    C [jna29140.tmp+0x108db] ffi_call_SYSV+0x17
    C [jna29140.tmp+0x105b9] ffi_call+0x92
    C [jna29140.tmp+0x3b81]
    C [jna29140.tmp+0x43e1] Java_com_sun_jna_Function_invokeInt+0x43
    j com.sun.jna.Function.invokeInt(I[Ljava/lang/Object;)I+0
    j com.sun.jna.Function.invoke([Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;+203
    j com.sun.jna.Function.invoke(Ljava/lang/Class;[Ljava/lang/Object;Ljava/util/Map;)Ljava/lang/Object;+194
    j com.sun.jna.Library$Handler.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+344
    j $Proxy0.HBioAPI_OpenDevice(I)S+23
    j henry.classes.HBioBSPModule.abrirDispositivo()S+15
    j jnaenbspnitgensdkv1.Main.main([Ljava/lang/String;)V+52
    v ~StubRoutines::call_stub
    V [libjvm.so+0x1b1824]
    V [libjvm.so+0x267379]
    V [libjvm.so+0x1b1a76]
    V [libjvm.so+0x1b9d3e]
    V [libjvm.so+0x1c890d]
    C [java+0x1880]
    C [libc.so.6+0x165f5] __libc_start_main+0xe5
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j com.sun.jna.Function.invokeInt(I[Ljava/lang/Object;)I+0
    j com.sun.jna.Function.invoke([Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;+203
    j com.sun.jna.Function.invoke(Ljava/lang/Class;[Ljava/lang/Object;Ljava/util/Map;)Ljava/lang/Object;+194
    j com.sun.jna.Library$Handler.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+344
    j $Proxy0.HBioAPI_OpenDevice(I)S+23
    j henry.classes.HBioBSPModule.abrirDispositivo()S+15
    j jnaenbspnitgensdkv1.Main.main([Ljava/lang/String;)V+52
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x080a4b08 JavaThread "CompilerThread0" daemon [_thread_blocked, id=6853]
    0x080a3cd8 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=6852]
    0x0808faa8 JavaThread "Finalizer" daemon [_thread_blocked, id=6850]
    0x0808e000 JavaThread "Reference Handler" daemon [_thread_blocked, id=6849]
    =>0x08057bd8 JavaThread "main" [_thread_in_native, id=6847]
    Other Threads:
    0x0808cd50 VMThread [id=6848]
    0x080a6538 WatcherThread [id=6854]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 576K, used 340K [0xab890000, 0xab930000, 0xabd70000)
    eden space 512K, 53% used [0xab890000, 0xab8d5120, 0xab910000)
    from space 64K, 100% used [0xab920000, 0xab930000, 0xab930000)
    to space 64K, 0% used [0xab910000, 0xab910000, 0xab920000)
    tenured generation total 1408K, used 50K [0xabd70000, 0xabed0000, 0xaf890000)
    the space 1408K, 3% used [0xabd70000, 0xabd7cb28, 0xabd7cc00, 0xabed0000)
    compacting perm gen total 4096K, used 1600K [0xaf890000, 0xafc90000, 0xb3890000)
    the space 4096K, 39% used [0xaf890000, 0xafa200e8, 0xafa20200, 0xafc90000)
    Dynamic libraries:
    08048000-08053000 r-xp 00000000 08:06 108586 /opt/java-sdk/j2sdk1.4.2_18/bin/java
    08053000-08055000 rwxp 0000a000 08:06 108586 /opt/java-sdk/j2sdk1.4.2_18/bin/java
    08055000-0815f000 rwxp 08055000 00:00 0 [heap]
    aadfc000-aaf16000 rwxp aadfc000 00:00 0
    aaf16000-aaffb000 r-xp 00000000 08:06 360409 /usr/lib/libstdc++.so.6.0.10
    aaffb000-aafff000 r-xp 000e5000 08:06 360409 /usr/lib/libstdc++.so.6.0.10
    aafff000-ab000000 rwxp 000e9000 08:06 360409 /usr/lib/libstdc++.so.6.0.10
    ab000000-ab006000 rwxp ab000000 00:00 0
    ab01d000-ab029000 r-xp 00000000 08:06 468130 /lib/libgcc_s.so.1
    ab029000-ab02a000 r-xp 0000b000 08:06 468130 /lib/libgcc_s.so.1
    ab02a000-ab02b000 rwxp 0000c000 08:06 468130 /lib/libgcc_s.so.1
    ab02b000-ab0e3000 r-xp 00000000 08:06 446430 /usr/lib/libstdc++.so.5.0.7
    ab0e3000-ab0e4000 r-xp 000b8000 08:06 446430 /usr/lib/libstdc++.so.5.0.7
    ab0e4000-ab0e8000 rwxp 000b9000 08:06 446430 /usr/lib/libstdc++.so.5.0.7
    ab0e8000-ab0ed000 rwxp ab0e8000 00:00 0
    ab0ed000-ab16b000 r-xp 00000000 08:06 468121 /lib/libNBioBSP.so
    ab16b000-ab174000 rwxp 0007e000 08:06 468121 /lib/libNBioBSP.so
    ab174000-ab17b000 rwxp ab174000 00:00 0
    ab182000-ab191000 r-xp 00000000 08:06 468087 /lib/VenusLib.so
    ab191000-ab192000 rwxp 0000f000 08:06 468087 /lib/VenusLib.so
    ab192000-ab193000 r-xp 00000000 08:06 463826 /usr/lib/libHBioBSP.so
    ab193000-ab194000 r-xp 00000000 08:06 463826 /usr/lib/libHBioBSP.so
    ab194000-ab195000 rwxp 00001000 08:06 463826 /usr/lib/libHBioBSP.so
    ab195000-ab1a8000 r-xp 00000000 08:06 519772 /tmp/jna29140.tmp
    ab1a8000-ab1a9000 r-xp 00012000 08:06 519772 /tmp/jna29140.tmp
    ab1a9000-ab1aa000 rwxp 00013000 08:06 519772 /tmp/jna29140.tmp
    ab1aa000-ab1b8000 r-xs 00000000 08:06 21586 /opt/java-lib/jna-3/linux-i386.jar
    ab1b8000-ab1e0000 r-xs 00000000 08:06 20837 /opt/java-lib/jna-3/jna.jar
    ab1e0000-ab1ed000 r-xs 00000000 08:06 108661 /opt/java-sdk/j2sdk1.4.2_18/jre/lib/ext/ldapsec.jar
    ab1ed000-ab209000 r-xs 00000000 08:06 108659 /opt/java-sdk/j2sdk1.4.2_18/jre/lib/ext/sunjce_provider.jar
    ab209000-ab2c7000 r-xs 00000000 08:06 108662 /opt/java-sdk/j2sdk1.4.2_18/jre/lib/ext/localedata.jar
    ab2c7000-ab2ca000 r-xs 00000000 08:06 108660 /opt/java-sdk/j2sdk1.4.2_18/jre/lib/ext/dnsns.jar
    ab2ca000-ab2cb000 ---p ab2ca000 00:00 0
    ab2cb000-ab34b000 rwxp ab2cb000 00:00 0
    ab34b000-ab34c000 ---p ab34b000 00:00 0
    ab34c000-ab359000 rwxp ab34c000 00:00 0
    ab359000-ab35c000 ---p ab359000 00:00 0
    ab35c000-ab54c000 rwxp ab35c000 00:00 0
    ab54c000-ab54d000 ---p ab54c000 00:00 0
    ab54d000-ab55a000 rwxp ab54d000 00:00 0
    ab55a000-ab55d000 ---p ab55a000 00:00 0
    ab55d000-ab5cd000 rwxp ab55d000 00:00 0
    ab5cd000-ab5ce000 ---p ab5cd000 00:00 0
    ab5ce000-ab64e000 rwxp ab5ce000 00:00 0
    ab64e000-ab68d000 r-xp 00000000 08:06 492489 /usr/lib/locale/pt_BR.utf8/LC_CTYPE
    ab68d000-ab68e000 ---p ab68d000 00:00 0
    ab68e000-ab69b000 rwxp ab68e000 00:00 0
    ab69b000-ab69e000 ---p ab69b000 00:00 0
    ab69e000-ab70e000 rwxp ab69e000 00:00 0
    ab70e000-ab70f000 ---p ab70e000 00:00 0
    ab70f000-ab71c000 rwxp ab70f000 00:00 0
    ab71c000-ab71f000 ---p ab71c000 00:00 0
    ab71f000-ab78f000 rwxp ab71f000 00:00 0
    ab78f000-ab790000 ---p ab78f000 00:00 0
    ab790000-ab813000 rwxp ab790000 00:00 0
    ab813000-ab831000 rwxp ab813000 00:00 0
    ab831000-ab832000 rwxp ab831000 00:00 0
    ab832000-ab84f000 rwxp ab832000 00:00 0
    ab84f000-ab850000 rwxp ab84f000 00:00 0
    ab850000-ab851000 rwxp ab850000 00:00 0
    ab851000-ab853000 rwxp ab851000 00:00 0
    ab853000-ab86f000 rwxp ab853000 00:00 0
    ab86f000-ab871000 rwxp ab86f000 00:00 0
    ab871000-ab88f000 rwxp ab871000 00:00 0
    ab88f000-ab930000 rwxp ab88f000 00:00 0
    ab930000-abd70000 rwxp ab930000 00:00 0
    abd70000-abed0000 rwxp abd70000 00:00 0
    abed0000-af890000 rwxp abed0000 00:00 0
    af890000-afc90000 rwxp af890000 00:00 0
    afc90000-b3890000 rwxp afc90000 00:00 0
    b3892000-b38bd000 rwxp b3892000 00:00 0
    b38bd000-b393a000 rwxp b38bd000 00:00 0
    b393a000-b39c2000 rwxp b393a000 00:00 0
    b39c2000-b593a000 rwxp b39c2000 00:00 0
    b593a000-b5f0f000 r-xs 00000000 08:06 108725 /opt/java-sdk/j2sdk1.4.2_18/jre/lib/charsets.jar
    b5f0f000-b5f21000 r-xs 00000000 08:06 108717 /opt/java-sdk/j2sdk1.4.2_18/jre/lib/jce.jar
    b5f21000-b5ffe000 r-xs 00000000 08:06 108746 /opt/java-sdk/j2sdk1.4.2_18/jre/lib/jsse.jar
    b5ffe000-b6014000 r-xs 00000000 08:06 108727 /opt/java-sdk/j2sdk1.4.2_18/jre/lib/sunrsasign.jar
    b6014000-b605e000 rwxp b6014000 00:00 0
    b605e000-b7a1a000 r-xs 00000000 08:06 108716 /opt/java-sdk/j2sdk1.4.2_18/jre/lib/rt.jar
    b7a1a000-b7a28000 r-xp 00000000 08:06 115020 /opt/java-sdk/j2sdk1.4.2_18/jre/lib/i386/libzip.so
    b7a28000-b7a2a000 rwxp 0000d000 08:06 115020 /opt/java-sdk/j2sdk1.4.2_18/jre/lib/i386/libzip.so
    b7a2a000-b7a46000 r-xp 00000000 08:06 115023 /opt/java-sdk/j2sdk1.4.2_18/jre/lib/i386/libjava.so
    b7a46000-b7a48000 rwxp 0001b000 08:06 115023 /opt/java-sdk/j2sdk1.4.2_18/jre/lib/i386/libjava.so
    b7a48000-b7a51000 r-xp 00000000 08:06 467991 /lib/libnss_files-2.8.so
    b7a51000-b7a52000 r-xp 00008000 08:06 467991 /lib/libnss_files-2.8.so
    b7a52000-b7a53000 rwxp 00009000 08:06 467991 /lib/libnss_files-2.8.so
    b7a53000-b7a5b000 r-xp 00000000 08:06 467977 /lib/libnss_nis-2.8.so
    b7a5b000-b7a5c000 r-xp 00007000 08:06 467977 /lib/libnss_nis-2.8.so
    b7a5c000-b7a5d000 rwxp 00008000 08:06 467977 /lib/libnss_nis-2.8.so
    b7a5e000-b7a65000 r-xs 00000000 08:06 360525 /usr/lib/gconv/gconv-modules.cache
    b7a65000-b7a72000 r-xp 00000000 08:06 115005 /opt/java-sdk/j2sdk1.4.2_18/jre/lib/i386/libverify.so
    b7a72000-b7a74000 rwxp 0000c000 08:06 115005 /opt/java-sdk/j2sdk1.4.2_18/jre/lib/i386/libverify.so
    b7a74000-b7a98000 r-xp 00000000 08:06 467990 /lib/libm-2.8.so
    b7a98000-b7a99000 r-xp 00023000 08:06 467990 /lib/libm-2.8.so
    b7a99000-b7a9a000 rwxp 00024000 08:06 467990 /lib/libm-2.8.so
    b7a9a000-b7aad000 r-xp 00000000 08:06 468200 /lib/libnsl-2.8.so
    b7aad000-b7aae000 r-xp 00012000 08:06 468200 /lib/libnsl-2.8.so
    b7aae000-b7aaf000 rwxp 00013000 08:06 468200 /lib/libnsl-2.8.so
    b7aaf000-b7ab1000 rwxp b7aaf000 00:00 0
    b7ab1000-b7ecf000 r-xp 00000000 08:06 115001 /opt/java-sdk/j2sdk1.4.2_18/jre/lib/i386/client/libjvm.so
    b7ecf000-b7eeb000 rwxp 0041d000 08:06 115001 /opt/java-sdk/j2sdk1.4.2_18/jre/lib/i386/client/libjvm.so
    b7eeb000-b7f01000 rwxp b7eeb000 00:00 0
    b7f01000-b803e000 r-xp 00000000 08:06 467979 /lib/libc-2.8.so
    b803e000-b8040000 r-xp 0013d000 08:06 467979 /lib/libc-2.8.so
    b8040000-b8041000 rwxp 0013f000 08:06 467979 /lib/libc-2.8.so
    b8041000-b8044000 rwxp b8041000 00:00 0
    b8044000-b8046000 r-xp 00000000 08:06 467985 /lib/libdl-2.8.so
    b8046000-b8047000 r-xp 00001000 08:06 467985 /lib/libdl-2.8.so
    b8047000-b8048000 rwxp 00002000 08:06 467985 /lib/libdl-2.8.so
    b8048000-b805c000 r-xp 00000000 08:06 468133 /lib/libpthread-2.8.so
    b805c000-b805d000 r-xp 00013000 08:06 468133 /lib/libpthread-2.8.so
    b805d000-b805e000 rwxp 00014000 08:06 468133 /lib/libpthread-2.8.so
    b805e000-b8060000 rwxp b805e000 00:00 0
    b8062000-b8066000 rwxs 00000000 08:06 552405 /tmp/hsperfdata_jborges/6847
    b8066000-b806d000 r-xp 00000000 08:06 467942 /lib/libnss_compat-2.8.so
    b806d000-b806e000 r-xp 00006000 08:06 467942 /lib/libnss_compat-2.8.so
    b806e000-b806f000 rwxp 00007000 08:06 467942 /lib/libnss_compat-2.8.so
    b806f000-b8075000 r-xp 00000000 08:06 115026 /opt/java-sdk/j2sdk1.4.2_18/jre/lib/i386/native_threads/libhpi.so
    b8075000-b8077000 rwxp 00005000 08:06 115026 /opt/java-sdk/j2sdk1.4.2_18/jre/lib/i386/native_threads/libhpi.so
    b8077000-b8078000 rwxp b8077000 00:00 0
    b8078000-b8093000 r-xp 00000000 08:06 468320 /lib/ld-2.8.so
    b8093000-b8094000 r-xp 0001a000 08:06 468320 /lib/ld-2.8.so
    b8094000-b8095000 rwxp 0001b000 08:06 468320 /lib/ld-2.8.so
    bfc98000-bfca2000 rwxp bfc98000 00:00 0
    bfca2000-bfca5000 ---p bfca2000 00:00 0
    bfe80000-bfe95000 rwxp bffeb000 00:00 0 [stack]
    ffffe000-fffff000 r-xp 00000000 00:00 0 [vdso]
    VM Arguments:
    java_command: jnaenbspnitgensdkv1.Main
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=/usr/lib/jvm/jre
    JRE_HOME=/usr/lib/jvm/jre
    PATH=/opt/kde3/bin:/home/jborges/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/usr/lib/jvm/jre/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/usr/lib/qt3/bin
    LD_LIBRARY_PATH=/opt/java-sdk/j2sdk1.4.2_18/jre/lib/i386/client:/opt/java-sdk/j2sdk1.4.2_18/jre/lib/i386:/opt/java-sdk/j2sdk1.4.2_18/jre/../lib/i386:/opt/java-sdk/jdk1.6.0_07/jre/lib/i386/client:/opt/java-sdk/jdk1.6.0_07/jre/lib/i386:/opt/java-sdk/jdk1.6.0_07/jre/../lib/i386
    SHELL=/bin/bash
    DISPLAY=:0.0
    HOSTTYPE=i386
    OSTYPE=linux
    MACHTYPE=i686-suse-linux
    --------------- S Y S T E M ---------------
    OS:openSUSE 11.0 (i586)
    VERSION = 11.0
    uname:Linux 2.6.25.11-0.1-pae #1 SMP 2008-07-13 20:48:28 +0200 i686
    libc:glibc 2.8 NPTL 2.8
    rlimit: STACK 8192k, CORE 0k, NPROC 7677, NOFILE 8192, AS 1386000k
    load average:93490094150470077220126720.00 3606846966761539820743723613461780200924650763268597725005162661671931552496146641583441222935396377935628714291211382611843028547896026403367449273839563203090546838260603705542944542680411726151680.00 21221869192944998738009783234686122942367469160885032855155084356764147413706813705551872.00
    CPU:total 2 family 15, cmov, cx8, fxsr, mmx, sse, sse2
    Memory: 4k page, physical 969472k(12108k free), swap 763016k(762984k free)
    vm_info: Java HotSpot(TM) Client VM (1.4.2_18-b06) for linux-x86, built on May 28 2008 00:05:38 by unknown with unknown compiler
    xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    Let me explain more..
    After some tests I decided to use Java SDK 1.4 for this application. As you can see it was run in HotSpot Client VM 1.4.2_18. The OS is openSUSE 11.0 (kernel 2.6.25.11) and the System C Library is compatible with libc.so.6 (glibc) "the new one".
    Here are the native modules I'm trying to integrate with Java:
    VenusLib.so => It's the driver for the USB device I have to use in my application.
    libNBioBSP.so => It's the SDK written in C++ (compiled and compatible with GNU 3.x) that access the driver functionality.
    NOTE 1: I can't access driver's methods directly. It's made by the SDK.
    NOTE 2: The driver and the SDK are compatible with old libc.so.5 but I'm not sure about the compatibility with libc.so.6.
    I tested the SDK functionality with C++. I wrote a simple application and compiled using GNU 3.2. It worked very well.
    After that, I created a JNA interface to invoke the SDK methods but the program crash when I try to access the USB device.
    Here is a part of the JNA interface:
    public interface BSPModuleInterface extends Library {
        /* NBioAPI_Init
         * NBioAPI_RETURN NBioAPI_Init(
         *      OUT NBioAPI_HANDLE_PTR phHandle);
        public int NBioAPI_Init(IntByReference phBSP);
        /* NBioAPI_GetVersion
         * NBioAPI_RETURN NBioAPI_GetVersion(
         *      IN NBioAPI_HANDLE hHandle,
         *      OUT NBioAPI_VERSION_PTR pVersion);
        public int NBioAPI_GetVersion(int hHandle, Structure pVersion);
        /* NBioAPI_GetInitInfo
         * NBioAPI_RETURN NBioAPI_GetInitInfo(
         *      IN NBioAPI_HANDLE hHandle,
         *      IN NBioAPI_UINT8 nStructureType,
         *      OUT NBioAPI_INIT_INFO_PTR pInitInfo);
        public int NBioAPI_GetInitInfo(int hHandle, int nStructureType, Structure pInitInfo);
        /* NBioAPI_SetInitInfo
         * NBioAPI_RETURN NBioAPI_SetInitInfo(
         *      IN NBioAPI_HANDLE hHandle,
         *      IN NBioAPI_UINT8 nStructureType,
         *      OUT NBioAPI_INIT_INFO_PTR pInitInfo);
        public int NBioAPI_SetInitInfo(int hHandle, int nStructureType, Structure pInitInfo);
        /* NBioAPI_OpenDevice
         * NBioAPI_RETURN NBioAPI_OpenDevice(
         *      IN NBioAPI_HANDLE hHandle,
         *      IN NBioAPI_DEVICE_ID nDeviceID);
        public int NBioAPI_OpenDevice(int hHandle, int nDeviceID);
        /* NBioAPI_CloseDevice
         * NBioAPI_RETURN NBioAPI_CloseDevice(
         *      IN NBioAPI_HANDLE             hHandle,
         *      IN NBioAPI_DEVICE_ID          nDeviceID);
        public int NBioAPI_CloseDevice(int hHandle, short nDeviceID);
        public void NBioAPI_Enroll();
        public void NBioAPI_Verify();
        /* NBioAPI_EnumerateDevice
         * NBioAPI_RETURN NBioAPI_EnumerateDevice (
         *      IN NBioAPI_HANDLE hHandle,
         *      OUT NBioAPI_UINT32* pNumDevice,
         *      OUT NBioAPI_DEVICE_ID** ppDeviceID);
         public int NBioAPI_EnumerateDevice(int hHandle, IntByReference pNumDevice, PointerByReference ppDeviceID);
        /* NBioAPI_GetDeviceInfo
         *      NBioAPI_RETURN NBioAPI_GetDeviceInfo(
         *      IN NBioAPI_HANDLE hHandle,
         *      IN NBioAPI_DEV ICE_ID nDeviceID,
         *      IN NBioAPI_UINT8 nStructureType,
         *      OUT NBioAPI_DEVICE_INFO_PTR pDeviceInfo);
         public int NBioAPI_GetDeviceInfo(int hHandle, short nDeviceID, int StructureType, Structure pDeviceInfo);
         /* NBioAPI_SetDeviceInfo
          * NBioAPI_RETURN NBioAPI_SetDeviceInfo(
          *     IN NBioAPI_HANDLE hHandle,
          *     IN NBioAPI_DEVICE_ID nDeviceID,
          *     IN NBioAPI_UINT8 nStructureType,
          *     IN NBioAPI_DEVICE_INFO_PTR pDeviceInfo);
         public int NBioAPI_SetDeviceInfo(int hHandle, short nDeviceID, int nStructureType, Structure pDeviceInfo);
        /* NBioAPI_Terminate
         * NBioAPI_RETURN NBioAPI_Terminate(
         *      IN NBioAPI_HANDLE hHandle);
        public int NBioAPI_Terminate(int hHandle);
        /* NBioAPI_GetOpenedDeviceID
         * NBioAPI_DEVICE_ID NBioAPI NBioAPI_GetOpenedDeviceID(
         *      IN NBioAPI_HANDLE hHandle);
        public short NBioAPI_GetOpenedDeviceID(int hHandle);
    }Some of methods worked fine. But all methods that access the device crashes at the runtime.
    Well, it's not a topic about JNA so I will not give more details. After literally crashes my own head I decided to "down-ground" and use JNI to invoke the SDK methods.
    At first I created a simple class to test listed below:
    * To change this template, choose Tools | Templates
    * and open the template in the editor.
    package henry.hbiobsp.jni;
    * @author jborges
    public class HBioBSPModule {
        public native boolean HBioAPI_Init(int phHandle);
        public native boolean HBioAPI_Terminate(int hHandle);
        public native short HBioAPI_OpenDevice(int hHandle);   
        public native boolean HBioAPI_CloseDevice(int hHandle, short nDeviceID);
        static {
            System.loadLibrary("HBioBSP");
    }Using javah I generated the header file HBioBSP.h:
    /* DO NOT EDIT THIS FILE - it is machine generated */
    #include <jni.h>
    /* Header for class HBioBSP */
    #ifndef _Included_HBioBSP
    #define _Included_HBioBSP
    #ifdef __cplusplus
    extern "C" {
    #endif
    * Class:     HBioBSP
    * Method:    Init
    * Signature: ()I
    JNIEXPORT jint JNICALL Java_HBioBSP_Init
      (JNIEnv *, jobject);
    * Class:     HBioBSP
    * Method:    Terminate
    * Signature: (I)Z
    JNIEXPORT jboolean JNICALL Java_HBioBSP_Terminate
      (JNIEnv *, jobject, jint);
    * Class:     HBioBSP
    * Method:    OpenDevice
    * Signature: (I)S
    JNIEXPORT jshort JNICALL Java_HBioBSP_OpenDevice
      (JNIEnv *, jobject, jint);
    * Class:     HBioBSP
    * Method:    CloseDevice
    * Signature: (IS)Z
    JNIEXPORT jboolean JNICALL Java_HBioBSP_CloseDevice
      (JNIEnv *, jobject, jint, jshort);
    #ifdef __cplusplus
    #endif
    #endifSo, I implemented the C++ methods and compiled a dynamic library (HBioBSP.so) using GNU 3.2 Tools and I copied it to the system folder /usr/lib
    Now, here's the Main class to test the new library:
    * To change this template, choose Tools | Templates
    * and open the template in the editor.
    * @author jborges
    public class Main {
         * @param args the command line arguments
        public static void main(String[] args) {
            int hHandle;
            short nDeviceID;
            HBioBSP bioModule = new HBioBSP();
            System.out.println("bioModule.Init() \t\t\t\t> hHandle = " + (hHandle = bioModule.Init()));
            System.out.println("bioModule.OpenDevice() \t\t\t\t> " + (nDeviceID = bioModule.OpenDevice(hHandle)));
            System.out.println("bioModule.CloseDevice() \t\t\t> " + bioModule.CloseDevice(hHandle, nDeviceID));
            System.out.println("bioModule.Terminate() \t\t\t\t> " + bioModule.Terminate(hHandle));       
    }I run and...
    xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    init:
    deps-jar:
    Compiling 1 source file to /home/jborges/NetBeansProjects/JNI-HBioBSP/build/classes
    compile-single:
    run-single:
    bioModule.Init() > hHandle = 135324080
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0xb7e6ef15, pid=8554, tid=3085109456
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_18-b06 mixed mode)
    # Problematic frame:
    # C [libc.so.6+0x3df15] IOvfprintf+0x35
    # An error report file with more information is saved as hs_err_pid8554.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    Java Result: 134
    CONSTRU&Iacute;DO COM SUCESSO (tempo total: 2 segundos)
    xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    Ohhhhhhh god! It crashed when tried to access the USB device => bioModule.OpenDevice()
    The log file is below:
    xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0xb7e22f15, pid=7705, tid=3084798160
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_18-b06 mixed mode)
    # Problematic frame:
    # C [libc.so.6+0x3df15] IOvfprintf+0x35
    --------------- T H R E A D ---------------
    Current thread (0x08057bc0): JavaThread "main" [_thread_in_native, id=7705]
    siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x00000046
    Registers:
    EAX=0xb7de48d0, EBX=0xb7f23ff4, ECX=0x00000000, EDX=0x0000000d
    ESP=0xbff7315c, EBP=0xbff73778, ESI=0x0810e1b8, EDI=0xffffffc8
    EIP=0xb7e22f15, CR2=0x00000046, EFLAGS=0x00210286
    Top of Stack: (sp=0xbff7315c)
    0xbff7315c: ffffffc0 00000345 00200034 00280007
    0xbff7316c: b7de48d0 b7e24f74 00000000 00000000
    0xbff7317c: 00000000 000e4d1c 000e4d1c b7de48d0
    0xbff7318c: bff736dc 00000001 000e5830 bff7380c
    0xbff7319c: ffffffff 000042a0 0000a108 00000006
    0xbff731ac: 00001000 00000002 000e8998 000e8998
    0xbff731bc: 000e8998 000000f8 000000f8 00000006
    0xbff731cc: 00000004 00000007 00000000 ffffffff
    Instructions: (pc=0xb7e22f15)
    0xb7e22f05: ff 8b bb cc ff ff ff 8b 14 38 89 95 94 fa ff ff
    0xb7e22f15: 80 79 46 00 0f 84 31 26 00 00 8b 45 08 8b 30 f7
    Stack: [0xbfd84000,0xbff76000), sp=0xbff7315c, free space=1980k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [libc.so.6+0x3df15] IOvfprintf+0x35
    C [libc.so.6+0x47c1f] IOfprintf+0x1f
    C [VenusLib.so+0xa92b] _ZN8CVv5404U10SaveConfigEv+0x7d
    C [VenusLib.so+0xa9ca] _ZN8CVv5404UD0Ev+0x32
    C [VenusLib.so+0x33fd] DestroyISensor+0xb9
    C [libNBioBSP.so+0x1423c] _Z13FreeSensorDllPP7ISensorPPv+0x52
    C [libNBioBSP.so+0x2a8e7] Z11OpenDevicetPP7ISensorPPvPNS_18tagDeviceInfoParamEPKc+0x38f
    C [libNBioBSP.so+0x20dc4] _ZN8CNBioBSP10OpenDeviceEt+0x94
    C [libNBioBSP.so+0x1bc19] NBioAPI_OpenDevice+0x3f
    C [libHBioBSP.so+0xbe0] Java_HBioBSP_OpenDevice+0x40
    j HBioBSP.OpenDevice(I)S+0
    j Main.main([Ljava/lang/String;)V+55
    v ~StubRoutines::call_stub
    V [libjvm.so+0x1b1824]
    V [libjvm.so+0x267379]
    V [libjvm.so+0x1b1a76]
    V [libjvm.so+0x1b9d3e]
    V [libjvm.so+0x1c890d]
    C [java+0x1880]
    C [libc.so.6+0x165f5] __libc_start_main+0xe5
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j HBioBSP.OpenDevice(I)S+0
    j Main.main([Ljava/lang/String;)V+55
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x080a4ac8 JavaThread "CompilerThread0" daemon [_thread_blocked, id=7714]
    0x080a3c38 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=7713]
    0x0808fa58 JavaThread "Finalizer" daemon [_thread_blocked, id=7710]
    0x0808dfb0 JavaThread "Reference Handler" daemon [_thread_blocked, id=7709]
    =>0x08057bc0 JavaThread "main" [_thread_in_native, id=7705]
    Other Threads:
    0x0808cd38 VMThread [id=7708]
    0x080a64d8 WatcherThread [id=7715]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 576K, used 144K [0xab770000, 0xab810000, 0xabc50000)
    eden space 512K, 28% used [0xab770000, 0xab7942a8, 0xab7f0000)
    from space 64K, 0% used [0xab7f0000, 0xab7f0000, 0xab800000)
    to space 64K, 0% used [0xab800000, 0xab800000, 0xab810000)
    tenured generation total 1408K, used 0K [0xabc50000, 0xabdb0000, 0xaf770000)
    the space 1408K, 0% used [0xabc50000, 0xabc50000, 0xabc50200, 0xabdb0000)
    compacting perm gen total 4096K, used 982K [0xaf770000, 0xafb70000, 0xb3770000)
    the space 4096K, 23% used [0xaf770000, 0xaf865920, 0xaf865a00, 0xafb70000)
    Dynamic libraries:
    08048000-08053000 r-xp 00000000 08:06 108586 /opt/java-sdk/j2sdk1.4.2_18/bin/java
    08053000-08055000 rwxp 0000a000 08:06 108586 /opt/java-sdk/j2sdk1.4.2_18/bin/java
    08055000-08113000 rwxp 08055000 00:00 0 [heap]
    aad2d000-aae47000 rwxp aad2d000 00:00 0
    aae47000-aaf2c000 r-xp 00000000 08:06 360409 /usr/lib/libstdc++.so.6.0.10
    aaf2c000-aaf30000 r-xp 000e5000 08:06 360409 /usr/lib/libstdc++.so.6.0.10
    aaf30000-aaf31000 rwxp 000e9000 08:06 360409 /usr/lib/libstdc++.so.6.0.10
    aaf31000-aaf37000 rwxp aaf31000 00:00 0
    aaf4e000-aaf5a000 r-xp 00000000 08:06 468130 /lib/libgcc_s.so.1
    aaf5a000-aaf5b000 r-xp 0000b000 08:06 468130 /lib/libgcc_s.so.1
    aaf5b000-aaf5c000 rwxp 0000c000 08:06 468130 /lib/libgcc_s.so.1
    aaf5c000-ab014000 r-xp 00000000 08:06 446430 /usr/lib/libstdc++.so.5.0.7
    ab014000-ab015000 r-xp 000b8000 08:06 446430 /usr/lib/libstdc++.so.5.0.7
    ab015000-ab019000 rwxp 000b9000 08:06 446430 /usr/lib/libstdc++.so.5.0.7
    ab019000-ab01e000 rwxp ab019000 00:00 0
    ab01e000-ab09c000 r-xp 00000000 08:06 468121 /lib/libNBioBSP.so
    ab09c000-ab0a5000 rwxp 0007e000 08:06 468121 /lib/libNBioBSP.so
    ab0a5000-ab0ac000 rwxp ab0a5000 00:00 0
    ab0b3000-ab0c2000 r-xp 00000000 08:06 468087 /lib/VenusLib.so
    ab0c2000-ab0c3000 rwxp 0000f000 08:06 468087 /lib/VenusLib.so
    ab0c3000-ab0d0000 r-xs 00000000 08:06 108661 /opt/java-sdk/j2sdk1.4.2_18/jre/lib/ext/ldapsec.jar
    ab0d0000-ab0ec000 r-xs 00000000 08:06 108659 /opt/java-sdk/j2sdk1.4.2_18/jre/lib/ext/sunjce_provider.jar
    ab0ec000-ab1aa000 r-xs 00000000 08:06 108662 /opt/java-sdk/j2sdk1.4.2_18/jre/lib/ext/localedata.jar
    ab1aa000-ab1ab000 ---p ab1aa000 00:00 0
    ab1ab000-ab22b000 rwxp ab1ab000 00:00 0
    ab22b000-ab22c000 ---p ab22b000 00:00 0
    ab22c000-ab239000 rwxp ab22c000 00:00 0
    ab239000-ab23c000 ---p ab239000 00:00 0
    ab23c000-ab42c000 rwxp ab23c000 00:00 0
    ab42c000-ab42d000 ---p ab42c000 00:00 0
    ab42d000-ab43a000 rwxp ab42d000 00:00 0
    ab43a000-ab43d000 ---p ab43a000 00:00 0
    ab43d000-ab4ad000 rwxp ab43d000 00:00 0
    ab4ad000-ab4ae000 ---p ab4ad000 00:00 0
    ab4ae000-ab52e000 rwxp ab4ae000 00:00 0
    ab52e000-ab56d000 r-xp 00000000 08:06 492489 /usr/lib/locale/pt_BR.utf8/LC_CTYPE
    ab56d000-ab56e000 ---p ab56d000 00:00 0
    ab56e000-ab57b000 rwxp ab56e000 00:00 0
    ab57b000-ab57e000 ---p ab57b000 00:00 0
    ab57e000-ab5ee000 rwxp ab57e000 00:00 0
    ab5ee000-ab5ef000 ---p ab5ee000 00:00 0
    ab5ef000-ab5fc000 rwxp ab5ef000 00:00 0
    ab5fc000-ab5ff000 ---p ab5fc000 00:00 0
    ab5ff000-ab66f000 rwxp ab5ff000 00:00 0
    ab66f000-ab670000 ---p ab66f000 00:00 0
    ab670000-ab6f3000 rwxp ab670000 00:00 0
    ab6f3000-ab711000 rwxp ab6f3000 00:00 0
    ab711000-ab712000 rwxp ab711000 00:00 0
    ab712000-ab72f000 rwxp ab712000 00:00 0
    ab72f000-ab730000 rwxp ab72f000 00:00 0
    ab730000-ab731000 rwxp ab730000 00:00 0
    ab731000-ab733000 rwxp ab731000 00:00 0
    ab733000-ab74f000 rwxp ab733000 00:00 0
    ab74f000-ab751000 rwxp ab74f000 00:00 0
    ab751000-ab76f000 rwxp ab751000 00:00 0
    ab76f000-ab810000 rwxp ab76f000 00:00 0
    ab810000-abc50000 rwxp ab810000 00:00 0
    abc50000-abdb0000 rwxp abc50000 00:00 0
    abdb0000-af770000 rwxp abdb0000 00:00 0
    af770000-afb70000 rwxp af770000 00:00 0
    afb70000-b3770000 rwxp afb70000 00:00 0
    b3770000-b3771000 r-xp 00000000 08:06 463826 /usr/lib/libHBioBSP.so
    b3771000-b3772000 r-xp 00000000 08:06 463826 /usr/lib/libHBioBSP.so
    b3772000-b3773000 rwxp 00001000 08:06 463826 /usr/lib/libHBioBSP.so
    b3773000-b3776000 r-xs 00000000 08:06 108660 /opt/java-sdk/j2sdk1.

    Hello guys,
    After some tests I discovered the problem:
    If I run the Java Application as root user it works fine. It's not JNI or Java runtime or library dependences \o/ xD Just a permission access error to device, but without an appropriate error message.. That's why I didn't know what to do.
    Also, I can use JNA to invoke the SDK methods. It means the Java interface and the codification work will become more simple and faster to do.
    Well,
    Thank you all for attention. I hope participate more of the community and help other developers too.
    0_codexxx

  • Applications with java crash on startup

    Hello!
    Suddenly my ftp-client Cyberduck 3.8.1 crash on startup. A also tried the client Transmit and the same thing happend. I may think this started after the latest software update with java.
    Same thing happend when i try it with a guest account. Here are the crash report, thanks for any help.
    Process:         Cyberduck [1312]
    Path:            /Applications/Cyberduck.app/Contents/MacOS/Cyberduck
    Identifier:      ch.sudo.cyberduck
    Version:         3.8.1 (7954) (7954)
    Code Type:       X86 (Native)
    Parent Process:  launchd [198]
    Date/Time:       2013-11-07 13:59:33.901 +0100
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          1245482 sec
    Crashes Since Last Report:           25
    Per-App Interval Since Last Report:  4030678 sec
    Per-App Crashes Since Last Report:   10
    Anonymous UUID:                      EB51A53D-3105-4581-B742-7968A27D2CD7
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x000000003a656d61
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Application Specific Information:
    objc_msgSend() selector name: retain
    Java information:
    Exception type: Bus Error (0xa) at pc=0000000099049f8b
    Java VM: Java HotSpot(TM) Client VM (20.65-b04-462 mixed mode macosx-x86)
    Current thread (0000000003802400):  JavaThread "main" [_thread_in_native, id=-1599740608, stack(00000000bf800000,00000000c0000000)]
    Stack: [00000000bf800000,00000000c0000000]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j  com.sun.jna.Function.invokeVoid(I[Ljava/lang/Object;)V+0
    j  com.sun.jna.Function.invoke([Ljava/lang/Object;Ljava/lang/Class;Z)Ljava/lang/Ob ject;+45
    J  com.sun.jna.Function.invoke(Ljava/lang/Class;[Ljava/lang/Object;Ljava/util/Map; )Ljava/lang/Object;
    j  org.rococoa.internal.MsgSendHandler.invoke(Ljava/lang/Object;Ljava/lang/reflect /Method;[Ljava/lang/Object;)Ljava/lang/Object;+76
    j  com.sun.jna.Library$Handler.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method; [Ljava/lang/Object;)Ljava/lang/Object;+320
    j  com.sun.proxy.$Proxy0.syntheticSendMessage(Ljava/lang/Class;Lorg/rococoa/ID;Lor g/rococoa/Selector;[Ljava/lang/Object;)Ljava/lang/Object;+29
    j  org.rococoa.Foundation.send(Lorg/rococoa/ID;Lorg/rococoa/Selector;Ljava/lang/Cl ***;[Ljava/lang/Object;)Ljava/lang/Object;+61
    j  org.rococoa.Foundation.send(Lorg/rococoa/ID;Ljava/lang/String;Ljava/lang/Class; [Ljava/lang/Object;)Ljava/lang/Object;+7
    j  org.rococoa.internal.ObjCObjectInvocationHandler.sendOnThisOrMainThread(Ljava/l ang/reflect/Method;Lorg/rococoa/ID;Ljava/lang/String;Ljava/lang/Class;[Ljava/la n g/Object;)Ljava/lang/Object;+32
    j  org.rococoa.internal.ObjCObjectInvocationHandler.invokeCocoa(Ljava/lang/reflect /Method;[Ljava/lang/Object;)Ljava/lang/Object;+32
    j  org.rococoa.internal.ObjCObjectInvocationHandler.intercept(Ljava/lang/Object;Lj ava/lang/reflect/Method;[Ljava/lang/Object;Lnet/sf/cglib/proxy/MethodProxy;)Lja v a/lang/Object;+93
    j  ch.cyberduck.ui.cocoa.application.NSApplication$$ByRococoa.run()V+31
    j  ch.cyberduck.ui.cocoa.MainApplication.main([Ljava/lang/String;)V+174
    v  ~StubRoutines::call_stub
    j  sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/la ng/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
    j  sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Objec t;)Ljava/lang/Object;+87
    j  sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/O bject;)Ljava/lang/Object;+6
    j  java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lan g/Object;+161
    j  apple.launcher.LaunchRunner.run()V+76
    j  apple.launcher.LaunchRunner.callMain()V+1
    j  apple.launcher.JavaApplicationLauncher.launch(JJZ)V+11
    v  ~StubRoutines::call_stub
    Java Threads: ( => current thread )
      0000000012381000 JavaThread "pool-1-thread-7" [_thread_blocked, id=-1314566144, stack(00000000b1955000,00000000b1a55000)]
      0000000011142400 JavaThread "pool-1-thread-6" [_thread_blocked, id=-1315622912, stack(00000000b1853000,00000000b1953000)]
      000000001285ec00 JavaThread "pool-1-thread-5" [_thread_in_native, id=-1316679680, stack(00000000b1751000,00000000b1851000)]
      000000001285d800 JavaThread "pool-1-thread-4" [_thread_blocked, id=-1317736448, stack(00000000b164f000,00000000b174f000)]
      000000001113f400 JavaThread "pool-1-thread-3" [_thread_in_native, id=-1318793216, stack(00000000b154d000,00000000b164d000)]
      000000001113e400 JavaThread "pool-1-thread-2" [_thread_in_Java, id=-1319849984, stack(00000000b144b000,00000000b154b000)]
      000000001113dc00 JavaThread "pool-1-thread-1" [_thread_in_native, id=-1320906752, stack(00000000b1349000,00000000b1449000)]
      0000000012083800 JavaThread "Poller SunPKCS11-Darwin" daemon [_thread_blocked, id=-1325264896, stack(00000000b0f21000,00000000b1021000)]
      0000000012800000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=-1327378432, stack(00000000b0d1d000,00000000b0e1d000)]
      000000001200e400 JavaThread "C1 CompilerThread0" daemon [_thread_in_native, id=-1328435200, stack(00000000b0c1b000,00000000b0d1b000)]
      000000001200d400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=-1329491968, stack(00000000b0b19000,00000000b0c19000)]
      000000001200c400 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=-1330548736, stack(00000000b0a17000,00000000b0b17000)]
      000000000390bc00 JavaThread "Finalizer" daemon [_thread_blocked, id=-1331605504, stack(00000000b0915000,00000000b0a15000)]
      000000000390ac00 JavaThread "Reference Handler" daemon [_thread_blocked, id=-1332662272, stack(00000000b0813000,00000000b0913000)]
    =>0000000003802400 JavaThread "main" [_thread_in_native, id=-1599740608, stack(00000000bf800000,00000000c0000000)]
    Other Threads:
      0000000011002000 VMThread [stack: 00000000b0711000,00000000b0811000] [id=-1333719040]
      0000000003915400 WatcherThread [stack: 00000000b0e1f000,00000000b0f1f000] [id=-1326321664]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread:  ([mutex/lock_event])
    [0000000003500c90] CodeCache_lock - owner thread: 0000000000000000
    Heap
    par new generation   total 14784K, used 7184K [0000000006010000, 0000000007010000, 0000000007010000)
      eden space 13184K,  42% used [0000000006010000, 0000000006584090, 0000000006cf0000)
      from space 1600K, 100% used [0000000006e80000, 0000000007010000, 0000000007010000)
      to   space 1600K,   0% used [0000000006cf0000, 0000000006cf0000, 0000000006e80000)
    concurrent mark-sweep generation total 49152K, used 7582K [0000000007010000, 000000000a010000, 000000000c010000)
    concurrent-mark-sweep perm gen total 18816K, used 18687K [000000000c010000, 000000000d270000, 0000000010010000)
    Code Cache  [0000000004001000, 00000000041e2000, 0000000006001000)
    total_blobs=878 nmethods=734 adapters=88 free_code_cache=31590336 largest_free_block=256
    Virtual Machine Arguments:
    JVM Args: -Xbootclasspath/a:/System/Library/PrivateFrameworks/JavaApplicationLauncher.fra mework/Resources/LauncherSupport.jar -Dfile.encoding=utf-8
    Java Command: <unknown>
    Launcher Type: generic
    Physical Memory: Page Size = 4k, Total = 3968M, Free = 1709M
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib                         0x99049f8b objc_msgSend + 27
    1   org.andymatuschak.Sparkle               0x037d840a -[SUUpdater newVersionAvailable] + 48
    2   org.andymatuschak.Sparkle               0x037d8721 -[SUUpdater appcastDidFinishLoading:] + 713
    3   com.apple.Foundation                    0x97a3c671 __NSThreadPerformPerform + 506
    4   com.apple.CoreFoundation                0x9028f42b __CFRunLoopDoSources0 + 1563
    5   com.apple.CoreFoundation                0x9028ceef __CFRunLoopRun + 1071
    6   com.apple.CoreFoundation                0x9028c3c4 CFRunLoopRunSpecific + 452
    7   com.apple.CoreFoundation                0x9028c1f1 CFRunLoopRunInMode + 97
    8   com.apple.HIToolbox                     0x9a5eae04 RunCurrentEventLoopInMode + 392
    9   com.apple.HIToolbox                     0x9a5eaaf5 ReceiveNextEventCommon + 158
    10  com.apple.HIToolbox                     0x9a5eaa3e BlockUntilNextEventMatchingListInMode + 81
    11  com.apple.AppKit                        0x90952595 _DPSNextEvent + 847
    12  com.apple.AppKit                        0x90951dd6 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    13  com.apple.AppKit                        0x909141f3 -[NSApplication run] + 821
    14  jna6079135966213919336.tmp              0x037acf1d .LCFI1 + 26
    15  jna6079135966213919336.tmp              0x037acc81 ffi_call + 97
    16  jna6079135966213919336.tmp              0x037a372e dispatch + 574
    17  jna6079135966213919336.tmp              0x037a4107 Java_com_sun_jna_Function_invokeVoid + 55
    18  ???                                     0x0400b9d9 0 + 67156441
    19  ???                                     0x04003e31 0 + 67124785
    20  ???                                     0x0411a5c4 0 + 68265412
    21  ???                                     0x04004473 0 + 67126387
    22  ???                                     0x04004473 0 + 67126387
    23  ???                                     0x04004473 0 + 67126387
    24  ???                                     0x04003f97 0 + 67125143
    25  ???                                     0x04003f97 0 + 67125143
    26  ???                                     0x04003f97 0 + 67125143
    27  ???                                     0x04003f97 0 + 67125143
    28  ???                                     0x04004473 0 + 67126387
    29  ???                                     0x04003e31 0 + 67124785
    30  ???                                     0x04001374 0 + 67113844
    31  libjvm.dylib                            0x031a95eb JVM_Lseek + 207439
    32  libjvm.dylib                            0x031a935f JVM_Lseek + 206787
    33  libjvm.dylib                            0x031a9333 JVM_Lseek + 206743
    34  libjvm.dylib                            0x031c2ff1 JVM_NewInstanceFromConstructor + 3647
    35  libjvm.dylib                            0x031c4500 JVM_InvokeMethod + 1096
    36  libjvm.dylib                            0x031c4242 JVM_InvokeMethod + 394
    37  libjvmlinkage.dylib                     0x000ac74f JVM_InvokeMethod + 79
    38  libjava.jnilib                          0x0070217e Java_sun_reflect_NativeMethodAccessorImpl_invoke0 + 38
    39  ???                                     0x0400b9d9 0 + 67156441
    40  ???                                     0x04003f97 0 + 67125143
    41  ???                                     0x04003f97 0 + 67125143
    42  ???                                     0x04004473 0 + 67126387
    43  ???                                     0x04003f97 0 + 67125143
    44  ???                                     0x04003e31 0 + 67124785
    45  ???                                     0x04003e31 0 + 67124785
    46  ???                                     0x04001374 0 + 67113844
    47  libjvm.dylib                            0x031a95eb JVM_Lseek + 207439
    48  libjvm.dylib                            0x031a935f JVM_Lseek + 206787
    49  libjvm.dylib                            0x031a9333 JVM_Lseek + 206743
    50  libjvm.dylib                            0x031cfda3 JVM_FindLoadedClass + 7826
    51  libjvm.dylib                            0x0323b84c JNI_GetCreatedJavaVMs_Impl + 2538
    52  ...ple.JavaApplicationLauncher          0x00008f1a JNIEnv_::CallStaticVoidMethod(_jclass*, _jmethodID*, ...) + 44
    53  ...ple.JavaApplicationLauncher          0x00008deb CallAppLauncherMain(JNIEnv_*, __CFDictionary const*, __CFArray const*) + 286
    54  ...ple.JavaApplicationLauncher          0x000083d4 startJavaApplication + 3265
    55  ...ple.JavaApplicationLauncher          0x000097c6 launchJavaApplicationWithJVMInfo + 1306
    56  ...ple.JavaApplicationLauncher          0x00006c07 launchJavaApplication + 39
    57  ch.sudo.cyberduck                       0x00001e36 0x1000 + 3638
    58  ch.sudo.cyberduck                       0x00001c59 0x1000 + 3161
    59  ch.sudo.cyberduck                       0x00001b88 0x1000 + 2952
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x9881b382 kevent + 10
    1   libSystem.B.dylib                       0x9881ba9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                       0x9881af59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                       0x9881acfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                       0x9881a781 _pthread_wqthread + 390
    5   libSystem.B.dylib                       0x9881a5c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                       0x9881a412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x9881a9a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x9881a5c6 start_wqthread + 30
    Thread 3:  Java: Exception Handler Thread
    0   libSystem.B.dylib                       0x987f4afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x987f5267 mach_msg + 68
    2   libSystem.B.dylib                       0x98860c78 mach_msg_server + 520
    3   libjvm.dylib                            0x031108d0 jio_snprintf + 45482
    4   libjvm.dylib                            0x03110757 jio_snprintf + 45105
    5   libjvm.dylib                            0x0310f1e0 jio_snprintf + 39610
    6   libSystem.B.dylib                       0x98822259 _pthread_start + 345
    7   libSystem.B.dylib                       0x988220de thread_start + 34
    Thread 4:  Java: Gang worker#0 (Parallel GC Threads)
    0   libSystem.B.dylib                       0x987f4afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x987f5267 mach_msg + 68
    2   libjvm.dylib                            0x0310f93a jio_snprintf + 41492
    3   libjvm.dylib                            0x0310f876 jio_snprintf + 41296
    4   libjvm.dylib                            0x0310f73c jio_snprintf + 40982
    5   libjvm.dylib                            0x0310f281 jio_snprintf + 39771
    6   libjvm.dylib                            0x0310f10b jio_snprintf + 39397
    7   libjvm.dylib                            0x03126bad jio_vsnprintf + 404
    8   libjvm.dylib                            0x03126a97 jio_vsnprintf + 126
    9   libjvm.dylib                            0x0310f1e0 jio_snprintf + 39610
    10  libSystem.B.dylib                       0x98822259 _pthread_start + 345
    11  libSystem.B.dylib                       0x988220de thread_start + 34
    Thread 5:  Java: Gang worker#1 (Parallel GC Threads)
    0   libSystem.B.dylib                       0x987f4afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x987f5267 mach_msg + 68
    2   libjvm.dylib                            0x0310f93a jio_snprintf + 41492
    3   libjvm.dylib                            0x0310f876 jio_snprintf + 41296
    4   libjvm.dylib                            0x0310f73c jio_snprintf + 40982
    5   libjvm.dylib                            0x0310f281 jio_snprintf + 39771
    6   libjvm.dylib                            0x0310f10b jio_snprintf + 39397
    7   libjvm.dylib                            0x03126bad jio_vsnprintf + 404
    8   libjvm.dylib                            0x03126a97 jio_vsnprintf + 126
    9   libjvm.dylib                            0x0310f1e0 jio_snprintf + 39610
    10  libSystem.B.dylib                       0x98822259 _pthread_start + 345
    11  libSystem.B.dylib                       0x988220de thread_start + 34
    Thread 6:  Java: Gang worker#2 (Parallel GC Threads)
    0   libSystem.B.dylib                       0x987f4afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x987f5267 mach_msg + 68
    2   libjvm.dylib                            0x0310f93a jio_snprintf + 41492
    3   libjvm.dylib                            0x0310f876 jio_snprintf + 41296
    4   libjvm.dylib                            0x0310f73c jio_snprintf + 40982
    5   libjvm.dylib                            0x0310f281 jio_snprintf + 39771
    6   libjvm.dylib                            0x0310f10b jio_snprintf + 39397
    7   libjvm.dylib                            0x03126bad jio_vsnprintf + 404
    8   libjvm.dylib                            0x03126a97 jio_vsnprintf + 126
    9   libjvm.dylib                            0x0310f1e0 jio_snprintf + 39610
    10  libSystem.B.dylib                       0x98822259 _pthread_start + 345
    11  libSystem.B.dylib                       0x988220de thread_start + 34
    Thread 7:  Java: Gang worker#3 (Parallel GC Threads)
    0   libSystem.B.dylib                       0x987f4afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x987f5267 mach_msg + 68
    2   libjvm.dylib                            0x0310f93a jio_snprintf + 41492
    3   libjvm.dylib                            0x0310f876 jio_snprintf + 41296
    4   libjvm.dylib                            0x0310f73c jio_snprintf + 40982
    5   libjvm.dylib                            0x0310f281 jio_snprintf + 39771
    6   libjvm.dylib                            0x0310f10b jio_snprintf + 39397
    7   libjvm.dylib                            0x03126bad jio_vsnprintf + 404
    8   libjvm.dylib                            0x03126a97 jio_vsnprintf + 126
    9   libjvm.dylib                            0x0310f1e0 jio_snprintf + 39610
    10  libSystem.B.dylib                       0x98822259 _pthread_start + 345
    11  libSystem.B.dylib                       0x988220de thread_start + 34
    Thread 8:  Java: Concurrent Mark-Sweep GC Thread
    0   libSystem.B.dylib                       0x987f4afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x987f5267 mach_msg + 68
    2   libjvm.dylib                            0x0310fa0a jio_snprintf + 41700
    3   libjvm.dylib                            0x0312d51e jio_vsnprintf + 27397
    4   libjvm.dylib                            0x0310f758 jio_snprintf + 41010
    5   libjvm.dylib                            0x0310f281 jio_snprintf + 39771
    6   libjvm.dylib                            0x0310f10b jio_snprintf + 39397
    7   libjvm.dylib                            0x0323a949 JVM_GetMethodIxExceptionTableEntry + 2250
    8   libjvm.dylib                            0x0323a8b7 JVM_GetMethodIxExceptionTableEntry + 2104
    9   libjvm.dylib                            0x0312d339 jio_vsnprintf + 26912
    10  libjvm.dylib                            0x0310f1e0 jio_snprintf + 39610
    11  libSystem.B.dylib                       0x98822259 _pthread_start + 345
    12  libSystem.B.dylib                       0x988220de thread_start + 34
    Thread 9:  Java: VM Thread
    0   libSystem.B.dylib                       0x987f4afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x987f5267 mach_msg + 68
    2   libjvm.dylib                            0x0310fa0a jio_snprintf + 41700
    3   libjvm.dylib                            0x0312d51e jio_vsnprintf + 27397
    4   libjvm.dylib                            0x0310f758 jio_snprintf + 41010
    5   libjvm.dylib                            0x0310f281 jio_snprintf + 39771
    6   libjvm.dylib                            0x0310f10b jio_snprintf + 39397
    7   libjvm.dylib                            0x031a8280 JVM_Lseek + 202468
    8   libjvm.dylib                            0x031a7f1f JVM_Lseek + 201603
    9   libjvm.dylib                            0x0310f1e0 jio_snprintf + 39610
    10  libSystem.B.dylib                       0x98822259 _pthread_start + 345
    11  libSystem.B.dylib                       0x988220de thread_start + 34
    Thread 10:  Java: Reference Handler
    0   libSystem.B.dylib                       0x987f4afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x987f5267 mach_msg + 68
    2   libjvm.dylib                            0x0310f93a jio_snprintf + 41492
    3   libjvm.dylib                            0x0310f876 jio_snprintf + 41296
    4   libjvm.dylib                            0x031b73e4 JVM_MonitorWait + 3810
    5   libjvm.dylib                            0x031b68e6 JVM_MonitorWait + 996
    6   libjvm.dylib                            0x031b65d5 JVM_MonitorWait + 211
    7   libjvmlinkage.dylib                     0x000a7e75 JVM_MonitorWait + 69
    8   ???                                     0x0400b9d9 0 + 67156441
    9   ???                                     0x04003e31 0 + 67124785
    10  ???                                     0x04003e31 0 + 67124785
    11  ???                                     0x04001374 0 + 67113844
    12  libjvm.dylib                            0x031a95eb JVM_Lseek + 207439
    13  libjvm.dylib                            0x031a935f JVM_Lseek + 206787
    14  libjvm.dylib                            0x031b627d JVM_StartThread + 3057
    15  libjvm.dylib                            0x031b6105 JVM_StartThread + 2681
    16  libjvm.dylib                            0x031b6084 JVM_StartThread + 2552
    17  libjvm.dylib                            0x031b5ed1 JVM_StartThread + 2117
    18  libjvm.dylib                            0x031b5d07 JVM_StartThread + 1659
    19  libjvm.dylib                            0x0310f1e0 jio_snprintf + 39610
    20  libSystem.B.dylib                       0x98822259 _pthread_start + 345
    21  libSystem.B.dylib                       0x988220de thread_start + 34
    Thread 11:  Java: Finalizer
    0   libSystem.B.dylib                       0x987f4afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x987f5267 mach_msg + 68
    2   libjvm.dylib                            0x0310f93a jio_snprintf + 41492
    3   libjvm.dylib                            0x0310f876 jio_snpr

    Hi Baltwo! Still got the same problem, here are the new crash report from today. Thanks for any help.
    Process:         Cyberduck [922]
    Path:            /Applications/Cyberduck.app/Contents/MacOS/Cyberduck
    Identifier:      ch.sudo.cyberduck
    Version:         3.8.1 (7954) (7954)
    Code Type:       X86 (Native)
    Parent Process:  launchd [193]
    Date/Time:       2013-12-05 14:47:07.791 +0100
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          1085717 sec
    Crashes Since Last Report:           5
    Per-App Interval Since Last Report:  8 sec
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                      EB51A53D-3105-4581-B742-7968A27D2CD7
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x000000002d782f65
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Application Specific Information:
    objc_msgSend() selector name: retain
    Java information:
    Exception type: Bus Error (0xa) at pc=0000000099049f8b
    Java VM: Java HotSpot(TM) Client VM (20.65-b04-462 mixed mode macosx-x86)
    Current thread (0000000004001800):  JavaThread "main" [_thread_in_native, id=-1599740608, stack(00000000bf800000,00000000c0000000)]
    Stack: [00000000bf800000,00000000c0000000]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j  com.sun.jna.Function.invokeVoid(I[Ljava/lang/Object;)V+0
    j  com.sun.jna.Function.invoke([Ljava/lang/Object;Ljava/lang/Class;Z)Ljava/lang/Ob ject;+45
    J  com.sun.jna.Function.invoke(Ljava/lang/Class;[Ljava/lang/Object;Ljava/util/Map; )Ljava/lang/Object;
    j  org.rococoa.internal.MsgSendHandler.invoke(Ljava/lang/Object;Ljava/lang/reflect /Method;[Ljava/lang/Object;)Ljava/lang/Object;+76
    j  com.sun.jna.Library$Handler.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method; [Ljava/lang/Object;)Ljava/lang/Object;+320
    j  com.sun.proxy.$Proxy0.syntheticSendMessage(Ljava/lang/Class;Lorg/rococoa/ID;Lor g/rococoa/Selector;[Ljava/lang/Object;)Ljava/lang/Object;+29
    j  org.rococoa.Foundation.send(Lorg/rococoa/ID;Lorg/rococoa/Selector;Ljava/lang/Cl ass;[Ljava/lang/Object;)Ljava/lang/Object;+61
    j  org.rococoa.Foundation.send(Lorg/rococoa/ID;Ljava/lang/String;Ljava/lang/Class; [Ljava/lang/Object;)Ljava/lang/Object;+7
    j  org.rococoa.internal.ObjCObjectInvocationHandler.sendOnThisOrMainThread(Ljava/l ang/reflect/Method;Lorg/rococoa/ID;Ljava/lang/String;Ljava/lang/Class;[Ljava/lan g/Object;)Ljava/lang/Object;+32
    j  org.rococoa.internal.ObjCObjectInvocationHandler.invokeCocoa(Ljava/lang/reflect /Method;[Ljava/lang/Object;)Ljava/lang/Object;+32
    j  org.rococoa.internal.ObjCObjectInvocationHandler.intercept(Ljava/lang/Object;Lj ava/lang/reflect/Method;[Ljava/lang/Object;Lnet/sf/cglib/proxy/MethodProxy;)Ljav a/lang/Object;+93
    j  ch.cyberduck.ui.cocoa.application.NSApplication$$ByRococoa.run()V+31
    j  ch.cyberduck.ui.cocoa.MainApplication.main([Ljava/lang/String;)V+174
    v  ~StubRoutines::call_stub
    j  sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/la ng/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
    j  sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Objec t;)Ljava/lang/Object;+87
    j  sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/O bject;)Ljava/lang/Object;+6
    j  java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lan g/Object;+161
    j  apple.launcher.LaunchRunner.run()V+76
    j  apple.launcher.LaunchRunner.callMain()V+1
    j  apple.launcher.JavaApplicationLauncher.launch(JJZ)V+11
    v  ~StubRoutines::call_stub
    Java Threads: ( => current thread )
      0000000005a47c00 JavaThread "Thread-5" [_thread_in_native, id=-1310605312, stack(00000000b1d1c000,00000000b1e1c000)]
      0000000005a47000 JavaThread "Thread-4" [_thread_in_native, id=-1311662080, stack(00000000b1c1a000,00000000b1d1a000)]
      0000000005a45c00 JavaThread "Thread-3" [_thread_in_native, id=-1312718848, stack(00000000b1b18000,00000000b1c18000)]
      0000000005a45400 JavaThread "Thread-2" [_thread_in_native, id=-1313775616, stack(00000000b1a16000,00000000b1b16000)]
      0000000004021c00 JavaThread "pool-1-thread-7" [_thread_in_native, id=-1314832384, stack(00000000b1914000,00000000b1a14000)]
      00000000128c2c00 JavaThread "pool-1-thread-6" [_thread_in_native, id=-1315889152, stack(00000000b1812000,00000000b1912000)]
      0000000005a42000 JavaThread "pool-1-thread-5" [_thread_in_native, id=-1316945920, stack(00000000b1710000,00000000b1810000)]
      00000000128c1c00 JavaThread "pool-1-thread-4" [_thread_in_native, id=-1318002688, stack(00000000b160e000,00000000b170e000)]
      00000000128c0c00 JavaThread "pool-1-thread-3" [_thread_in_native, id=-1319059456, stack(00000000b150c000,00000000b160c000)]
      000000000539f800 JavaThread "pool-1-thread-2" [_thread_in_native, id=-1320116224, stack(00000000b140a000,00000000b150a000)]
      000000000539f000 JavaThread "pool-1-thread-1" [_thread_in_native, id=-1321172992, stack(00000000b1308000,00000000b1408000)]
      0000000005958000 JavaThread "Poller SunPKCS11-Darwin" daemon [_thread_blocked, id=-1325264896, stack(00000000b0f21000,00000000b1021000)]
      0000000005023400 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=-1327378432, stack(00000000b0d1d000,00000000b0e1d000)]
      0000000005022400 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=-1328435200, stack(00000000b0c1b000,00000000b0d1b000)]
      0000000005021400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=-1329491968, stack(00000000b0b19000,00000000b0c19000)]
      0000000005020400 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=-1330548736, stack(00000000b0a17000,00000000b0b17000)]
      0000000004002c00 JavaThread "Finalizer" daemon [_thread_in_vm, id=-1331605504, stack(00000000b0915000,00000000b0a15000)]
      0000000005015400 JavaThread "Reference Handler" daemon [_thread_blocked, id=-1332662272, stack(00000000b0813000,00000000b0913000)]
    =>0000000004001800 JavaThread "main" [_thread_in_native, id=-1599740608, stack(00000000bf800000,00000000c0000000)]
    Other Threads:
      0000000005012c00 VMThread [stack: 00000000b0711000,00000000b0811000] [id=-1333719040]
      0000000005024c00 WatcherThread [stack: 00000000b0e1f000,00000000b0f1f000] [id=-1326321664]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    par new generation   total 14784K, used 6489K [0000000008010000, 0000000009010000, 0000000009010000)
      eden space 13184K,  39% used [0000000008010000, 000000000851a300, 0000000008cf0000)
      from space 1600K,  83% used [0000000008e80000, 0000000008fcc3d8, 0000000009010000)
      to   space 1600K,   0% used [0000000008cf0000, 0000000008cf0000, 0000000008e80000)
    concurrent mark-sweep generation total 49152K, used 7608K [0000000009010000, 000000000c010000, 000000000e010000)
    concurrent-mark-sweep perm gen total 25560K, used 18655K [000000000e010000, 000000000f906000, 0000000012010000)
    Code Cache  [0000000006001000, 00000000061e2000, 0000000008001000)
    total_blobs=867 nmethods=723 adapters=88 free_code_cache=31601856 largest_free_block=256
    Virtual Machine Arguments:
    JVM Args: -Xbootclasspath/a:/System/Library/PrivateFrameworks/JavaApplicationLauncher.fra mework/Resources/LauncherSupport.jar -Dfile.encoding=utf-8
    Java Command: <unknown>
    Launcher Type: generic
    Physical Memory: Page Size = 4k, Total = 3968M, Free = 495M
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib                         0x99049f8b objc_msgSend + 27
    1   org.andymatuschak.Sparkle               0x037d840a -[SUUpdater newVersionAvailable] + 48
    2   org.andymatuschak.Sparkle               0x037d8721 -[SUUpdater appcastDidFinishLoading:] + 713
    3   com.apple.Foundation                    0x97a3c671 __NSThreadPerformPerform + 506
    4   com.apple.CoreFoundation                0x9028f42b __CFRunLoopDoSources0 + 1563
    5   com.apple.CoreFoundation                0x9028ceef __CFRunLoopRun + 1071
    6   com.apple.CoreFoundation                0x9028c3c4 CFRunLoopRunSpecific + 452
    7   com.apple.CoreFoundation                0x9028c1f1 CFRunLoopRunInMode + 97
    8   com.apple.HIToolbox                     0x9a5eae04 RunCurrentEventLoopInMode + 392
    9   com.apple.HIToolbox                     0x9a5eaaf5 ReceiveNextEventCommon + 158
    10  com.apple.HIToolbox                     0x9a5eaa3e BlockUntilNextEventMatchingListInMode + 81
    11  com.apple.AppKit                        0x90952595 _DPSNextEvent + 847
    12  com.apple.AppKit                        0x90951dd6 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    13  com.apple.AppKit                        0x909141f3 -[NSApplication run] + 821
    14  jna7892181922294996304.tmp              0x037acf1d .LCFI1 + 26
    15  jna7892181922294996304.tmp              0x037acc81 ffi_call + 97
    16  jna7892181922294996304.tmp              0x037a372e dispatch + 574
    17  jna7892181922294996304.tmp              0x037a4107 Java_com_sun_jna_Function_invokeVoid + 55
    18  ???                                     0x0600b9d9 0 + 100710873
    19  ???                                     0x06003e31 0 + 100679217
    20  ???                                     0x06119904 0 + 101816580
    21  ???                                     0x06004473 0 + 100680819
    22  ???                                     0x06004473 0 + 100680819
    23  ???                                     0x06004473 0 + 100680819
    24  ???                                     0x06003f97 0 + 100679575
    25  ???                                     0x06003f97 0 + 100679575
    26  ???                                     0x06003f97 0 + 100679575
    27  ???                                     0x06003f97 0 + 100679575
    28  ???                                     0x06004473 0 + 100680819
    29  ???                                     0x06003e31 0 + 100679217
    30  ???                                     0x06001374 0 + 100668276
    31  libjvm.dylib                            0x032a95eb JVM_Lseek + 207439
    32  libjvm.dylib                            0x032a935f JVM_Lseek + 206787
    33  libjvm.dylib                            0x032a9333 JVM_Lseek + 206743
    34  libjvm.dylib                            0x032c2ff1 JVM_NewInstanceFromConstructor + 3647
    35  libjvm.dylib                            0x032c4500 JVM_InvokeMethod + 1096
    36  libjvm.dylib                            0x032c4242 JVM_InvokeMethod + 394
    37  libjvmlinkage.dylib                     0x000ac74f JVM_InvokeMethod + 79
    38  libjava.jnilib                          0x0070217e Java_sun_reflect_NativeMethodAccessorImpl_invoke0 + 38
    39  ???                                     0x0600b9d9 0 + 100710873
    40  ???                                     0x06003f97 0 + 100679575
    41  ???                                     0x06003f97 0 + 100679575
    42  ???                                     0x06004473 0 + 100680819
    43  ???                                     0x06003f97 0 + 100679575
    44  ???                                     0x06003e31 0 + 100679217
    45  ???                                     0x06003e31 0 + 100679217
    46  ???                                     0x06001374 0 + 100668276
    47  libjvm.dylib                            0x032a95eb JVM_Lseek + 207439
    48  libjvm.dylib                            0x032a935f JVM_Lseek + 206787
    49  libjvm.dylib                            0x032a9333 JVM_Lseek + 206743
    50  libjvm.dylib                            0x032cfda3 JVM_FindLoadedClass + 7826
    51  libjvm.dylib                            0x0333b84c JNI_GetCreatedJavaVMs_Impl + 2538
    52  ...ple.JavaApplicationLauncher          0x00008f1a JNIEnv_::CallStaticVoidMethod(_jclass*, _jmethodID*, ...) + 44
    53  ...ple.JavaApplicationLauncher          0x00008deb CallAppLauncherMain(JNIEnv_*, __CFDictionary const*, __CFArray const*) + 286
    54  ...ple.JavaApplicationLauncher          0x000083d4 startJavaApplication + 3265
    55  ...ple.JavaApplicationLauncher          0x000097c6 launchJavaApplicationWithJVMInfo + 1306
    56  ...ple.JavaApplicationLauncher          0x00006c07 launchJavaApplication + 39
    57  ch.sudo.cyberduck                       0x00001e36 0x1000 + 3638
    58  ch.sudo.cyberduck                       0x00001c59 0x1000 + 3161
    59  ch.sudo.cyberduck                       0x00001b88 0x1000 + 2952
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x9881b382 kevent + 10
    1   libSystem.B.dylib                       0x9881ba9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                       0x9881af59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                       0x9881acfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                       0x9881a781 _pthread_wqthread + 390
    5   libSystem.B.dylib                       0x9881a5c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                       0x9881a412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x9881a9a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x9881a5c6 start_wqthread + 30
    Thread 3:  Java: Exception Handler Thread
    0   libSystem.B.dylib                       0x987f4afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x987f5267 mach_msg + 68
    2   libSystem.B.dylib                       0x98860c78 mach_msg_server + 520
    3   libjvm.dylib                            0x032108d0 jio_snprintf + 45482
    4   libjvm.dylib                            0x03210757 jio_snprintf + 45105
    5   libjvm.dylib                            0x0320f1e0 jio_snprintf + 39610
    6   libSystem.B.dylib                       0x98822259 _pthread_start + 345
    7   libSystem.B.dylib                       0x988220de thread_start + 34
    Thread 4:  Java: Gang worker#0 (Parallel GC Threads)
    0   libSystem.B.dylib                       0x987f4afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x987f5267 mach_msg + 68
    2   libjvm.dylib                            0x0320f93a jio_snprintf + 41492
    3   libjvm.dylib                            0x0320f876 jio_snprintf + 41296
    4   libjvm.dylib                            0x0320f73c jio_snprintf + 40982
    5   libjvm.dylib                            0x0320f281 jio_snprintf + 39771
    6   libjvm.dylib                            0x0320f10b jio_snprintf + 39397
    7   libjvm.dylib                            0x03226bad jio_vsnprintf + 404
    8   libjvm.dylib                            0x03226a97 jio_vsnprintf + 126
    9   libjvm.dylib                            0x0320f1e0 jio_snprintf + 39610
    10  libSystem.B.dylib                       0x98822259 _pthread_start + 345
    11  libSystem.B.dylib                       0x988220de thread_start + 34
    Thread 5:  Java: Gang worker#1 (Parallel GC Threads)
    0   libSystem.B.dylib                       0x987f4afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x987f5267 mach_msg + 68
    2   libjvm.dylib                            0x0320f93a jio_snprintf + 41492
    3   libjvm.dylib                            0x0320f876 jio_snprintf + 41296
    4   libjvm.dylib                            0x0320f73c jio_snprintf + 40982
    5   libjvm.dylib                            0x0320f281 jio_snprintf + 39771
    6   libjvm.dylib                            0x0320f10b jio_snprintf + 39397
    7   libjvm.dylib                            0x03226bad jio_vsnprintf + 404
    8   libjvm.dylib                            0x03226a97 jio_vsnprintf + 126
    9   libjvm.dylib                            0x0320f1e0 jio_snprintf + 39610
    10  libSystem.B.dylib                       0x98822259 _pthread_start + 345
    11  libSystem.B.dylib                       0x988220de thread_start + 34
    Thread 6:  Java: Gang worker#2 (Parallel GC Threads)
    0   libSystem.B.dylib                       0x987f4afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x987f5267 mach_msg + 68
    2   libjvm.dylib                            0x0320f93a jio_snprintf + 41492
    3   libjvm.dylib                            0x0320f876 jio_snprintf + 41296
    4   libjvm.dylib                            0x0320f73c jio_snprintf + 40982
    5   libjvm.dylib                            0x0320f281 jio_snprintf + 39771
    6   libjvm.dylib                            0x0320f10b jio_snprintf + 39397
    7   libjvm.dylib                            0x03226bad jio_vsnprintf + 404
    8   libjvm.dylib                            0x03226a97 jio_vsnprintf + 126
    9   libjvm.dylib                            0x0320f1e0 jio_snprintf + 39610
    10  libSystem.B.dylib                       0x98822259 _pthread_start + 345
    11  libSystem.B.dylib                       0x988220de thread_start + 34
    Thread 7:  Java: Gang worker#3 (Parallel GC Threads)
    0   libSystem.B.dylib                       0x987f4afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x987f5267 mach_msg + 68
    2   libjvm.dylib                            0x0320f93a jio_snprintf + 41492
    3   libjvm.dylib                            0x0320f876 jio_snprintf + 41296
    4   libjvm.dylib                            0x0320f73c jio_snprintf + 40982
    5   libjvm.dylib                            0x0320f281 jio_snprintf + 39771
    6   libjvm.dylib                            0x0320f10b jio_snprintf + 39397
    7   libjvm.dylib                            0x03226bad jio_vsnprintf + 404
    8   libjvm.dylib                            0x03226a97 jio_vsnprintf + 126
    9   libjvm.dylib                            0x0320f1e0 jio_snprintf + 39610
    10  libSystem.B.dylib                       0x98822259 _pthread_start + 345
    11  libSystem.B.dylib                       0x988220de thread_start + 34
    Thread 8:  Java: Concurrent Mark-Sweep GC Thread
    0   libSystem.B.dylib                       0x987f4afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x987f5267 mach_msg + 68
    2   libjvm.dylib                            0x0320fa0a jio_snprintf + 41700
    3   libjvm.dylib                            0x0322d51e jio_vsnprintf + 27397
    4   libjvm.dylib                            0x0320f758 jio_snprintf + 41010
    5   libjvm.dylib                            0x0320f281 jio_snprintf + 39771
    6   libjvm.dylib                            0x0320f10b jio_snprintf + 39397
    7   libjvm.dylib                            0x0333a949 JVM_GetMethodIxExceptionTableEntry + 2250
    8   libjvm.dylib                            0x0333a8b7 JVM_GetMethodIxExceptionTableEntry + 2104
    9   libjvm.dylib                            0x0322d339 jio_vsnprintf + 26912
    10  libjvm.dylib                            0x0320f1e0 jio_snprintf + 39610
    11  libSystem.B.dylib                       0x98822259 _pthread_start + 345
    12  libSystem.B.dylib                       0x988220de thread_start + 34
    Thread 9:  Java: VM Thread
    0   libSystem.B.dylib                       0x987f4afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x987f5267 mach_msg + 68
    2   libjvm.dylib                            0x0320fa0a jio_snprintf + 41700
    3   libjvm.dylib                            0x0322d51e jio_vsnprintf + 27397
    4   libjvm.dylib                            0x0320f758 jio_snprintf + 41010
    5   libjvm.dylib                            0x0320f281 jio_snprintf + 39771
    6   libjvm.dylib                            0x0320f10b jio_snprintf + 39397
    7   libjvm.dylib                            0x032a8280 JVM_Lseek + 202468
    8   libjvm.dylib                            0x032a7f1f JVM_Lseek + 201603
    9   libjvm.dylib                            0x0320f1e0 jio_snprintf + 39610
    10  libSystem.B.dylib                       0x98822259 _pthread_start + 345
    11  libSystem.B.dylib                       0x988220de thread_start + 34
    Thread 10:  Java: Reference Handler
    0   libSystem.B.dylib                       0x987f4afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x987f5267 mach_msg + 68
    2   libjvm.dylib                            0x0320f93a jio_snprintf + 41492
    3   libjvm.dylib                            0x0320f876 jio_snprintf + 41296
    4   libjvm.dylib                            0x032b73e4 JVM_MonitorWait + 3810
    5   libjvm.dylib                            0x032b68e6 JVM_MonitorWait + 996
    6   libjvm.dylib                            0x032b65d5 JVM_MonitorWait + 211
    7   libjvmlinkage.dylib                     0x000a7e75 JVM_MonitorWait + 69
    8   ???                                     0x0600b9d9 0 + 100710873
    9   ???                                     0x06003e31 0 + 100679217
    10  ???                                     0x06003e31 0 + 100679217
    11  ???                                     0x06001374 0 + 100668276
    12  libjvm.dylib                            0x032a95eb JVM_Lseek + 207439
    13  libjvm.dylib                            0x032a935f JVM_Lseek + 206787
    14  libjvm.dylib                            0x032b627d JVM_StartThread + 3057
    15  libjvm.dylib                            0x032b6105 JVM_StartThread + 2681
    16  libjvm.dylib                            0x032b6084 JVM_StartThread + 2552
    17  libjvm.dylib                            0x032b5ed1 JVM_StartThread + 2117
    18  libjvm.dylib                            0x032b5d07 JVM_StartThread + 1659
    19  libjvm.dylib                            0x0320f1e0 jio_snprintf + 39610
    20  libSystem.B.dylib                       0x98822259 _pthread_start + 345
    21  libSystem.B.dylib                       0x988220de thread_start + 34
    Thread 11:  Java: Finalizer
    0   libjvm.dylib                            0x033376ca JVM_DefineClassWithSourceCond + 1718
    1   libjvm.dylib                            0x0327bd4c JVM_Lseek + 20912
    2   libjvm.dylib                            0x0327a3e9 JVM_Lseek + 14413
    3   libjvm.dylib                            0x03277453 JVM_Lseek + 2231
    4   libjvm.dylib                            0x03337434 JVM_DefineClassWithSourceCond + 1056
    5   libjvm.dylib                            0x033372e1 JVM_DefineClassWithSourceCond + 717
    6   libjvm.dylib                            0x03337081 JVM_DefineClassWithSourceCond + 109
    7   libjvmlinkage.dylib                     0x000a982c JVM_DefineClassWithSourceCond + 188
    8   libjava.jnilib                          0x00703be6 Java_java_lang_ClassLoader_defineClass1 + 452
    9   ???                                     0x0600b9d9 0 + 100710873
    10  ???                                     0x06003f97 0 + 100679575
    11  ???                                     0x06003f97 0 + 100679575
    12  ???                                     0x06003f97 0 + 100679575
    13  ???                                     0x06164480 0 + 102122624
    14  ???                                     0x06003f97 0 + 100679575
    15  ???                                     0x06003f97 0 + 100679575
    16  ???                                     0x06003f97 0 + 100679575
    17  ???                                     0x06003f97 0 + 100679575
    18  ???                                     0x061535c8 0 + 102053320
    19  ???                                     0x06001374 0 + 100668276
    20  libjvm.dylib                            0x032a95eb JVM_Lseek + 207439
    21  libjvm.dylib                            0x032a935f JVM_Lseek + 206787
    22  libjvm.dylib                            0x032a9333 JVM_Lseek + 206743
    23  libjvm.dylib                            0x032b9137 JVM_MonitorWait + 11317
    24  libjvm.dylib                            0x0333bbec JVM_MonitorNotifyAll + 838
    25  libjava.jnilib                          0x00704fa1 Java_java_lang_ref_Finalizer_invokeFinalizeMethod + 97
    26  ???                                     0x061883ae 0 + 102269870
    27  ???                                     0x061899e0 0 + 102275552
    28  ???                                     0x06001374 0 + 100668276
    29  libjvm.dylib                            0x032a95eb JVM_Lseek + 207439
    30  libjvm.dylib                            0x032a935f JVM_Lseek + 206787
    31  libjvm.dylib                            0x032b627d JVM_StartThread + 3057
    32  libjvm.dylib                            0x032b6105 JVM_StartThread + 2681
    33  libjvm.dylib                            0x032b6084 JVM_StartThread + 2552
    34  libjvm.dylib                            0x032b5ed1 JVM_StartThread + 2117
    35  libjvm.dylib                            0x032b5d07 JVM_StartThread + 1659
    36  libjvm.dylib                            0x0320f1e0 jio_snprintf + 39610
    37  libSystem.B.dylib                       0x98822259 _pthread_start + 345
    38  libSystem.B.dylib                       0x988220de thread_start + 34
    Thread 12:  Java: Surrogate Locker Thread (Concurrent GC)
    0   libSystem.B.dylib                       0x987f4afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x987f5267 mach_msg + 68
    2   libjvm.dylib                            0x0320f93a jio_snprintf + 41492
    3   libjvm.dylib                            0x0320f876 jio_snprintf + 41296
    4   libjvm.dylib                            0x0320f73c jio_snprintf + 40982
    5   libjvm.dylib                            0x0320f281 jio_snprintf + 39771
    6   libjvm.dylib                            0x0320f04e jio_snprintf + 39208
    7   libjvm.dylib                            0x032c7fe4 JVM_IsPrimitiveClass + 3308
    8   libjvm.dylib                            0x032c7f28 JVM_IsPrimitiveClass + 3120
    9   libjvm.dylib                            0x032b5ed1 JVM_StartThread + 2117
    10  libjvm.dylib                            0x032b5d07 JVM_StartThread + 1659
    11  libjvm.dylib                            0x0320f1e0 jio_snprintf + 39610
    12  libSystem.B.dylib                       0x98822259 _pthread_start + 345
    13  libSystem.B.dylib                       0x988220de thread_start + 34
    Thread 13:  Java: Signal Dispatcher
    0   libSystem.B.dylib                       0x987f4b36 semaphore_wait_trap + 10
    1   libjvm.dylib                            0x032c88d2 JVM_IsPrimitiveClass + 5594
    2   libjvm.dylib                            0x032c82a8 JVM_IsPrimitiveClass + 4016
    3   libjvm.dylib                            0x032b5ed1 JVM_StartThread + 2117
    4   libjvm.dylib                            0x032b5d07 JVM_StartThread + 1659
    5   libjvm.dylib                            0x0320f1e0 jio_snprintf + 39610
    6   libSystem.B.dylib                       0x98822259 _pthread_start + 345
    7   libSystem.B.dylib                       0x988220de thread_start + 34
    Thread 14:  Java: C1 CompilerThread0
    0   libSystem.B.dylib                       0x987fb354 pthread_getspecific + 0
    1   libjvm.dylib                            0x034dad93 JVM_RaiseSignal + 544911
    2   libjvm.dylib                            0x032e4bfc JVM_Write + 84543
    3   libjvm.dylib                            0x032e4b59 JVM_Write + 84380
    4   libjvm.dylib                            0x032e4b25 JVM_Write + 84328
    5   libjvm.dylib                            0x032ea1ad JVM_Write + 106480
    6   libjvm.dylib                            0x032ebac3 JVM_Write + 112902
    7   libjvm.dylib                            0x03318273 JVM_Write + 295094
    8   libjvm.dylib                            0x032e7cb5 JVM_Write + 97016
    9   libjvm.dylib                            0x032e5385 JVM_Write + 86472
    10  libjvm.dylib                            0x032e52e9 JVM_Write + 86316
    11  libjvm.dylib                            0x032e0b81 JVM_Write + 68036
    12  libjvm.dylib                            0x032e0984 JVM_Write + 67527
    13  libjvm.dylib                            0x032e03b3 JVM_Write + 66038
    14  libjvm.dylib                            0x032e027e JVM_Write + 65729
    15  libjvm.dylib                            0x032e0213 JVM_Write + 65622
    16  libjvm.dylib                            0x032e00c7 JVM_Write + 65290
    17  libjvm.dylib                            0x032dff00 JVM_Write + 64835
    18  libjvm.dylib                            0x032df80a JVM_Write + 63053
    19  libjvm.dylib                            0x032df642 JVM_Write + 62597
    20  libjvm.dylib                            0x032df48b JVM_Write + 62158
    21  libjvm.dylib                            0x032d2352 JVM_Write + 8597
    22  libjvm.dylib                            0x032d0950 JVM_Write + 1939
    23  libjvm.dylib                            0x032c9a14 JVM_IsPrimitiveClass + 10012
    24  libjvm.dylib                            0x032c9862 JVM_IsPrimitiveClass + 9578
    25  libjvm.dylib                            0x032b5ed1 JVM_StartThread + 2117
    26  libjvm.dylib                            0x032b5d07 JVM_StartThread + 1659
    27  libjvm.dylib                            0x0320f1e0 jio_snprintf + 39610
    28  libSystem.B.dylib                       0x98822259 _pthread_start + 345
    29  libSystem.B.dylib                       0x988220de thread_start + 34
    Thread 15:  Java: Low Memory Detector
    0   libSystem.B.dylib                       0x987f4afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x987f5267 mach_msg + 68
    2   libjvm.dylib                            0x0320f93a jio_snprintf + 41492
    3   libjvm.dylib                            0x0320f876 jio_snprintf + 41296
    4   libjvm.dylib                            0x0320f73c jio_snprintf + 40982
    5   libjvm.dylib                            0x0320f281 jio_snprintf + 39771
    6   libjvm.dylib                            0x0320f10b jio_snprintf + 39397
    7   libjvm.dylib                            0x032ca7f8 JVM_IsPrimitiveClass + 13568
    8   libjvm.dylib                            0x032b5ed1 JVM_StartThread + 2117
    9   libjvm.dylib                            0x032b5d07 JVM_StartThread + 1659
    10  libjvm.dylib                            0x0320f1e0 jio_snprintf + 39610
    11  libSystem.B.dylib                       0x98822259 _pthread_start + 345
    12  libSystem.B.dylib                       0x988220de thread_start + 34
    Thread 16:  Java: VM Periodic Task Thread
    0   libSystem.B.dylib                       0x987f4afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x987f5267 mach_msg + 68
    2   libjvm.dylib                            0x0320fa0a jio_snprintf + 41700
    3   libjvm.dylib                            0x0322d51e jio_vsnprintf + 27397
    4   libjvm.dylib                            0x032cd3ad JVM_IsPrimitiveClass + 24757
    5   libjvm.dylib                            0x0320f1e0 jio_snprintf + 39610
    6   libSystem.B.dylib                       0x98822259 _pthread_start + 345
    7   libSystem.B.dylib                       0x988220de thread_start + 34
    Thread 17:  Java: Poller SunPKCS11-Darwin
    0   libSystem.B.dylib                       0x987f4afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x987f5267 mach_msg + 68
    2   libjvm.dylib                            0x0320fa0a jio_snprintf + 41700
    3   libjvm.dylib                            0x03345775 JVM_MonitorNotify + 923
    4   libjvm.dylib                            0x03348cae JVM_Sleep + 254
    5   libjvmlinkage.dylib                     0x000a8a68 JVM_Sleep + 72
    6   ???                                     0x0600b9d9 0 + 100710873
    7   ???                                     0x06003e31 0 + 100679217
    8   ???                                     0x0600430d 0 + 100680461
    9   ???                                     0x06001374 0 + 100668276
    10  libjvm.dylib                            0x032a95eb JVM_Lseek + 207439
    11  libjvm.dylib                            0x032a935f JVM_Lseek + 206787
    12  libjvm.dylib                            0x032b627d JVM_StartThread + 3057
    13  libjvm.dylib                            0x032b6105 JVM_StartThread + 2681
    14  libjvm.dylib                            0x032b6084 JVM_StartThread + 2552
    15  libjvm.dylib                            0x032b5ed1 JVM_StartThread + 2117
    16  libjvm.dylib                            0x032b5d07 JVM_StartThread + 1659
    17  libjvm.dylib                            0x0320f1e0 jio_snprintf + 39610
    18  libSystem.B.dylib                       0x98822259 _pthread_start + 345
    19  libSystem.B.dylib                       0x988220de thread_start + 34
    Thread 18:
    0   libSystem.B.dylib                       0x9881a412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x9881a9a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x9881a5c6 start_wqthread + 30
    Thread 19:
    0   libSystem.B.dylib                       0x9881a412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x9881a9a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x9881a5c6 start_wqthread + 30
    Thread 20:
    0   libSystem.B.dylib                       0x987f4afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x987f5267 mach_msg + 68
    2   com.apple.CoreFoundation                0x9028d2df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x9028c3c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x9028c1f1 CFRunLoopRunInMode + 97
    5   com.apple.Foundation                    0x97a5f224 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329
    6   com.apple.Foundation                    0x97a264c4 -[NSThread main] + 45
    7   com.apple.Foundation                    0x97a26474 __NSThread__main__ + 1499
    8   libSystem.B.dylib                       0x98822259 _pthread_start + 345
    9   libSystem.B.dylib                       0x988220de thread_start + 34
    Thread 21:  com.apple.CFSocket.private
    0   libSystem.B.dylib                       0x98813ac6 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation                0x902ccc53 __CFSocketManager + 1091
    2   libSystem.B.dylib                       0x98822259 _pthread_start + 345
    3   libSystem.B.dylib                       0x988220de thread_start + 34
    Thread 22:
    0   libSystem.B.dylib                       0x9881a412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x9881a9a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x9881a5c6 start_wqthread + 30
    Thread 23:
    0   libSystem.B.dylib                       0x98822aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9884e9c5 nanosleep$UNIX2003 + 188
    2   libSystem.B.dylib                       0x9884e903 usleep$UNIX2003 + 61
    3   com.apple.AppKit                        0x90abbe2d -[NSUIHeartBeat _heartBeatThread:] + 2039
    4   com.apple.Foundation                    0x97a264c4 -[NSThread main] + 45
    5   com.apple.Foundation                    0x97a26474 __NSThread__main__ + 1499
    6   libSystem.B.dylib                       0x98822259 _pthread_start + 345
    7   libSystem.B.dylib                       0x988220de thread_start + 34
    Thread 24:  Java: pool-1-thread-1
    0   libSystem.B.dylib                       0x98822aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9882275e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x988243f8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.Foundation                    0x97a4e6b3 -[NSCondition wait] + 316
    4   com.apple.Foundation                    0x97a3bd35 -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 1111
    5   com.apple.Foundation                    0x97a4e80f -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 184
    6   librococoa.dylib                        0x037be2c2 callOnMainThread + 143
    7   jna7892181922294996304.tmp              0x037acf1d .LCFI1 + 26
    8   jna7892181922294996304.tmp              0x037acc81 ffi_call + 97
    9   jna7892181922294996304.tmp              0x037a372e dispatch + 574
    10  jna7892181922294996304.tmp              0x037a4107 Java_com_sun_jna_Function_invokeVoid + 55
    11  ???                                     0x0600b9d9 0 + 100710873
    12  ???                                     0x061a42a4 0 + 102384292
    13  ???                                     0x0600430d 0 + 100680461
    14  ???                                     0x06003e31 0 + 100679217
    15  ???                                     0x06003e31 0 + 100679217
    16  ???                                     0x06003e31 0 + 100679217
    17  ???                                     0x06003e31 0 + 100679217
    18  ???                                     0x0600430d 0 + 100680461
    19  ???                                     0x06003e31 0 + 100679217
    20  ???                                     0x0600430d 0 + 100680461
    21  ???                                     0x06001374 0 + 100668276
    22  libjvm.dylib                            0x032a95eb JVM_Lseek + 207439
    23  libjvm.dylib                            0x032a935f JVM_Lseek + 206787
    24  libjvm.dylib                            0x032b627d JVM_StartThread + 3057
    25  libjvm.dylib                            0x032b6105 JVM_StartThread + 2681
    26  libjvm.dylib                            0x032b6084 JVM_StartThread + 2552
    27  libjvm.dylib                            0x032b5ed1 JVM_StartThread + 2117
    28  libjvm.dylib                            0x032b5d07 JVM_StartThread + 1659
    29  libjvm.dylib                            0x0320f1e0 jio_snprintf + 39610
    30  libSystem.B.dylib                       0x98822259 _pthread_start + 345
    31  libSystem.B.dylib                       0x988220de thread_start + 34
    Thread 25:  Java: pool-1-thread-2
    0   libjvm.dylib                            0x03276c6f JVM_Lseek + 211
    1   libjvm.dylib                            0x03361d58 JVM_NanoTime + 86113
    2   jna7892181922294996304.tmp              0x037a3e8b dispatch + 2459
    3   jna7892181922294996304.tmp              0x037a4197 Java_com_sun_jna_Function_invokeInt + 55
    4   ???                                     0x061ba0f7 0 + 102473975
    5   ???                                     0x061a4118 0 + 102383896
    6   ???                                     0x06004473 0 + 100680819
    7   ???                                     0x06003f97 0 + 100679575
    8   ???                                     0x061bad5c 0 + 102477148
    9   ???                                     0x06003f97 0 + 100679575
    10  ???                                     0x06004473 0 + 100680819
    11  ???                                     0x06003e31 0 + 100679217
    12  ???                                     0x06003e31 0 + 100679217
    13  ???                                     0x06003f97 0 + 100679575
    14  ???                                     0x06003f97 0 + 100679575
    15  ???                                     0x06004473 0 + 100680819
    16  ???                                     0x06003e31 0 + 100679217
    17  ???                                     0x06003e31 0 + 100679217
    18  ???                                     0x0600430d 0 + 100680461
    19  ???                                     0x0600430d 0 + 100680461
    20  ???                                     0x06003e31 0 + 100679217
    21  ???                                     0x0600430d 0 + 100680461
    22  ???                                     0x06001374 0 + 100668276
    23  libjvm.dylib                            0x032a95eb JVM_Lseek + 207439
    24  libjvm.dylib                            0x032a935f JVM_Lseek + 206787
    25  libjvm.dylib                            0x032b627d JVM_StartThread + 3057
    26  libjvm.dylib                            0x032b6105 JVM_StartThread + 2681
    27  libjvm.dylib                            0x032b6084 JVM_StartThread + 2552
    28  libjvm.dylib                            0x032b5ed1 JVM_StartThread + 2117
    29  libjvm.dylib                            0x032b5d07 JVM_StartThread + 1659
    30  libjvm.dylib                            0x0320f1e0 jio_snprintf + 39610
    31  libSystem.B.dylib                       0x98822259 _pthread_start + 345
    32  libSystem.B.dylib                       0x988220de thread_start + 34
    Thread 26:  Java: pool-1-thread-3
    0   libSystem.B.dylib                       0x987f4b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x987fa646 pthread_mutex_lock + 490
    2   com.apple.CoreFoundation                0x902958e3 CFPreferencesCopyAppValue + 35
    3   com.apple.Foundation                    0x97a19c56 -[NSUserDefaults(NSUserDefaults) objectForKey:] + 36
    4   jna7892181922294996304.tmp              0x037acf1d .LCFI1 + 26
    5   jna7892181922294996304.tmp              0x037acc81 ffi_call + 97
    6   jna7892181922294996304.tmp              0x037a372e dispatch + 574
    7   jna7892181922294996304.tmp              0x037a4197 Java_com_sun_jna_Function_invokeInt + 55
    8   ???                                     0x061ba0f7 0 + 102473975
    9   ???                                     0x061a4118 0 + 102383896
    10  ???                                     0x06003f97 0 + 100679575
    11  ???                                     0x06003f97 0 + 100679575
    12  ???                                     0x0600405d 0 + 100679773
    13  ???                                     0x06003e31 0 + 100679217
    14  ???                                     0x06003e31 0 + 100679217
    15  ???                                     0x06003e31 0 + 100679217
    16  ???                                     0x06003f97 0 + 100679575
    17  ???                                     0x06003f97 0 + 100679575
    18  ???                                     0x06004473 0 + 100680819
    19  ???                                     0x06003e31 0 + 100679217
    20  ???                                     0x0600430d 0 + 100680461
    21  ???                                     0x0600430d 0 + 100680461
    22  ???                                     0x06003e31 0 + 100679217
    23  ???                                     0x0600430d 0 + 100680461
    24  ???                                     0x06001374 0 + 100668276
    25  libjvm.dylib                            0x032a95eb JVM_Lseek + 207439
    26  libjvm.dylib                            0x032a935f JVM_Lseek + 206787
    27  libjvm.dylib                            0x032b627d JVM_StartThread + 3057
    28  libjvm.dylib                            0x032b6105 JVM_StartThread + 2681
    29  libjvm.dylib                            0x032b6084 JVM_StartThread + 2552
    30  libjvm.dylib                            0x032b5ed1 JVM_StartThread + 2117
    31  libjvm.dylib                            0x032b5d07 JVM_StartThread + 1659
    32  libjvm.dylib                            0x0320f1e0 jio_snprintf + 39610
    33  libSystem.B.dylib                       0x98822259 _pthread_start + 345
    34  libSystem.B.dylib                       0x988220de thread_start + 34
    Thread 27:  Java: pool-1-thread-4
    0   com.apple.CoreFoundation                0x90299620 -[CFXPreferencesSearchListSource getValueForKey:] + 96
    1   com.apple.CoreFoundation                0x9029590e CFPreferencesCopyAppValue + 78
    2   com.apple.Foundation                    0x97a19c56 -[NSUserDefaults(NSUserDefaults) objectForKey:] + 36
    3   jna7892181922294996304.tmp              0x037acf1d .LCFI1 + 26
    4   jna7892181922294996304.tmp              0x037acc81 ffi_call + 97
    5   jna7892181922294996304.tmp              0x037a372e dispatch + 574
    6   jna7892181922294996304.tmp              0x037a4197 Java_com_sun_jna_Function_invokeInt + 55
    7   ???                                     0x061ba0f7 0 + 102473975
    8   ???                                     0x061a4118 0 + 102383896
    9   ???                                     0x06003f97 0 + 100679575
    10  ???                                     0x06003f97 0 + 100679575
    11  ???                                     0x06003e31 0 + 100679217
    12  ???                                     0x06003e31 0 + 100679217
    13  ???                                     0x06003e31 0 + 100679217
    14  ???                                     0x06003f97 0 + 100679575
    15  ???                                     0x06003f97 0 + 100679575
    16  ???                                     0x06004473 0 + 100680819
    17  ???                                     0x06003e31 0 + 100679217
    18  ???                                     0x06003e31 0 + 100679217
    19  ???                                     0x0600430d 0 + 100680461
    20  ???                                     0x0600430d 0 + 100680461
    21  ???                                     0x06003e31 0 + 100679217
    22  ???                                     0x0600430d 0 + 100680461
    23  ???                                     0x06001374 0 + 100668276
    24  libjvm.dylib                            0x032a95eb JVM_Lseek + 207439
    25  libjvm.dylib                            0x032a935f JVM_Lseek + 206787
    26  libjvm.dylib                            0x032b627d JVM_StartThread + 3057
    27  libjvm.dylib                            0x032b6105 JVM_StartThread + 2681
    28  libjvm.dylib         

  • Problem with threads, program always crash

    new to threads, may be doing something COMPLETELY wrong. When I run the program I get a couple of NullPointerExceptions in Thread-0 and Thread-1. I'm confused because it screws up when I call size() for arrayList, and in the API size doesn't throw anything.
    public class ProducerConsumerRunner
       public static void main(String args[])
          Queue q = new Queue(QUEUE_MAX_SIZE);
          ProducerRunnable producer = new ProducerRunnable(q, ITERATIONS);
          ConsumerRunnable consumer = new ConsumerRunnable(q, ITERATIONS);
          //works good up to here
          Thread t1 = new Thread(producer);
          Thread t2 = new Thread(consumer);
          t1.start();
          t2.start();
       private static int ITERATIONS = 50;
       private static int QUEUE_MAX_SIZE = 25;
    import java.util.ArrayList;
    import java.util.concurrent.locks.ReentrantLock;
    public class Queue {
         public Queue(int maxSize)
              list = new ReentrantLock();
              underLimit = list.newCondition();
              MAX_SIZE = maxSize;
         public void add(String line)
              list.lock();
              try{
                           System.out.println("add method of Queue");
                   while(record.size() >= MAX_SIZE){//things get screwed up when this condition is evaluated
                        //size method is crashing the program
                        System.out.println("2");
                        underLimit.await();
                        System.out.println("3");
                   record.add(line);
              }catch(java.lang.InterruptedException e){
                   System.out.println("await interupted: "+e.getMessage());
              }finally{
                   list.unlock();
         public void remove(int line)
              list.lock();
              record.remove(line);
              list.unlock();
         public  ArrayList<String> record;
         private final ReentrantLock list;
         private final java.util.concurrent.locks.Condition underLimit;
         private final int MAX_SIZE;
    import java.util.Date;
    public class ProducerRunnable implements Runnable{
         public ProducerRunnable(Queue q, int itterations)
              this.q = q;
              ITTERATIONS = itterations;
         public void run()
              String date;
              for(int i = 0; i<ITTERATIONS; i++)
                   date = new Date().toString();
                   q.add(date);//this is where it screws up
                   System.out.println(date+" added");
                   try{
                   Thread.sleep(100);
                   }catch(java.lang.InterruptedException e){
                        System.out.println("ProduccerRunnable's sleep was interupted");
         private final Queue q;
         private final int ITTERATIONS;
    public class ConsumerRunnable implements Runnable{
         public ConsumerRunnable(Queue q, int itterations)
              this.q = q;
              ITTERATIONS = itterations;
         public void run()
              //Queue q = new Queue();
              int length;
              for(int i = 0; i<ITTERATIONS; i++)
                   length = q.record.size();//things are getting screwed up here
                   while(q.record.get(length) == null)
                        length--;
                   System.out.println((String)q.record.get(length));
                   q.remove(length);
                   try{
                   Thread.sleep(100);
                   }catch(java.lang.InterruptedException e){
                        System.out.println("ConsumerRunnable's sleep was interupted");
         private final Queue q;
         private final int ITTERATIONS;
    }

    question:
    this works right
         public void remove()
              list.lock();
              int line = 0;
              try{
                   *while(record.size() < 1)*
                        range.await();
                   record.remove(line);
                   range.signalAll();
              }catch(java.lang.InterruptedException e){
                   System.out.println("await interupted: "+e.getMessage());
              }finally{
                   list.unlock();
         }this is deadlock
    *int list = 0;*
    *while((list = record.size)<1) was screwing things up because of the assignment*record is ArrayList of strings. when better to use Vector instead of ArrayList? i notice no differnce and i use threads
    initially I thought record.size was being evaluated and before could be assigned to list, time slice ran out. this could not be case because I use ReentrantLock (list) to lock it.
    Edited by: bean-planet on Apr 1, 2009 4:31 PM

  • Iphoto crashing after using mini-dvi to video adapter

    Hi, IPhoto on my Macbook is crashing. I can open it, then as soon as I scroll down it locks up and I have to force quit.
    This started happening right after I used a Mini-DVI to Video Adapter cable to hook my macbook up to my TV. The adapter/s-video connection worked and I was able to see the video on the tv. But iphoto immediately locked up the computer when I went to slide show and now it locks every time I open it.
    Any ideas?
    Thank you:)
    Dorothy

    It means that the issue resides in your existing Library.
    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Rebuild iPhoto Library Database from automatic backup.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.
    Regards
    TD

  • Help my safari doesnt open and gives me a crash report

    help my safari doesn't open and gives me a crash report ever since i downloaded a file from the internet. I have a macbook air (early 2014) with running os x yosemite version 10.10.1

    There is no need to download anything to solve this problem.
    You may have installed the "Genieo" or "InstallMac" ad-injection malware. Follow the instructions on this Apple Support page to remove it.
    Back up all data before making any changes.
    Besides the files listed in the linked support article, you may also need to remove this file in the same way:
    ~/Library/LaunchAgents/com.genieo.completer.ltvbit.plist
    If there are other items with a name that includes "Genieo" or "genieo" alongside any of those you find, remove them as well.
    One of the steps in the article is to remove malicious Safari extensions. Do the equivalent in the Chrome and Firefox browsers, if you use either of those. If Safari crashes on launch, skip that step and come back to it after you've done everything else.
    If you don't find any of the files or extensions listed, or if removing them doesn't stop the ad injection, then you may have one of the other kinds of adware covered by the support article. Follow the rest of the instructions in the article.
    Make sure you don't repeat the mistake that led you to install the malware. Chances are you got it from an Internet cesspit such as "Softonic" or "CNET Download." Never visit either of those sites again. You might also have downloaded it from an ad in a page on some other site. The ad would probably have included a large green button labeled "Download" or "Download Now" in white letters. The button is designed to confuse people who intend to download something else on the same page. If you ever download a file that isn't obviously what you expected, delete it immediately.
    In the Security & Privacy pane of System Preferences, select the General tab. The radio button marked Anywhere  should not be selected. If it is, click the lock icon to unlock the settings, then select one of the other buttons. After that, don't ignore a warning that you are about to run or install an application from an unknown developer.
    Still in System Preferences, open the App Store or Software Update pane and check the box marked
              Install system data files and security updates
    if it's not already checked.

  • How do I install all my old programs and data from an old system folder after I have reinstalled the same OSX system after a crash?

    The system is OSX10.5.8 Leopard on a 2009 imac. A new system was installed from the installation disks and the original system saved to a folder.
    I need to use my Adobe programs, rescue my email, i-tunes and iphoto data.  The disk utility indicates that my Time Machine back-up disk is damaged and I don't want to take a risk of having Time Machine erase my hard drive and try to reinstall the exact system existing at the time of the crash.  There was over 650 gb of stored files that I was copying and removing from the drive at the time it crashed. The total size of the original system file is still about 650 Gb.
    I would prefer to go back in Time Machine and only rescue the programs as most of the files have been copied to external hard drives, but I can't access the back-up hard drive from the new version of the Time Machine.  Or by I don't want the Time Mchine to start copying the new operating system which would include all the data in the old system file. Time Machine was working fine at the time of the crash.

    No, the disk was backed up with time machine a few hours prior to the crash.  I was unable to open the computer when I tried to restart it- got a grey screen with the spinning disk- after a few minutes the screen would go black and would reboot continuously, but not load any images or programs. I started the computer from the 10.5.4 installation disks and checked both the time machine external hard drive and the Imac internal drive with the disk utilities. Both showed as damaged --the internal drive and permissions were repaired, but the external drive (time machine back-up)  was damaged and not repairable by disk utilities. I don't believe that the external drive for Time Machine was connected to the computer at the time of the crash as I was copying files to a different hard drive drive. And I was not having any problems with the TM back-up drive prior to the crash.
    I accessed the Imac internal disk by firewire (as a target disk) and copied as many data files as I had room for on my external hard drives available.  And I deleted quite a few files from the imac internal drive (mostly just jpegs, duplicate tifs, etc--nothing that was used by i-photos, i-tunes or the Mail program).
    Then I installed a new OSX10.5.4 system from the installation disk and the old system was moved to a folder on the hard drive.  I previousy had had the option to reinstall the complete system from Time Machine when I connected that drive and booted with the installation disks with the C key depressed.  But it didn't seem like a good option because I was unsure of the condition of that external disk and whether it would be able to reinstall my data correctly, once it had erased my internal hard drive. 
    I'm considering buying some new external hard drives and backing up the present system to time Machine (so I'll still have my old data in the old system folder).  And then I would try using the old Time Machine back-up to try to reinstall the sytem previous to the crash.  That back-up would reinstall about 700gb of data and operating software and programs which sounds like a lengthy back-up.  Since I have never used Time Machine to do a full reinstallation (I've only used it for individual files), I'm reluctant to do anything rash.
    I'm a professional designer (with a deadline) but I can still use my Illustrator and Photoshop by opening them from the old system folder and saving the files to an external drive.  So it's not neccessary to do anything hasty except to delete some of the excess art and document files that were causing the computer to run slowly and the  Adobe programs to crash when I tried to save my work. I have quite a few books on tape in the i-tumes folder which is probably talking up tons of space but I don't where the i-tunes files live.
    Thanks for any help. Peggy
    Message was edited by: peggy toole

  • Crashes and Lock-ups

    I have been experiencing crashes and lock-ups in Premiere CS4.
    Last week I was running Encore to burn a DVD and when I noticed the processor was running flat out. I decided to run Core Temp to check the temperatures. At that point my encoding stopped and Encore locked up.
    Now I usually have Core Temp start when I load Windows. I have now disabled it and when I ran Premiere last night guess what? No lock-ups. Now this is early days but I suspect Core Temp might be the problem. I hope so. I'll report back with my findings when I have had more time to experiment.
    PS I'm running Windows XP SP3, Quad Core 6600 and 4Gb RAM
    Cheers,
    Tim

    You posted near the end of a similar thread in the CS5 forum.  I branched your post into a new topic and moved it here to this forum.  My post #1 was a request to be more careful where you post.
    If you want to see where you originally posted, click on the word "thread" in the phrase "Branched from an earlier thread", located at the top of the post list.
    -Jeff

  • Pavilion Elite e9180f freezes, crashes, BSOD

    I am one of the many unhappy customers who bought this piece of junk (Pavilion Elite e9180f) and waited too long to return it because in my naivete, I thought it was some kind of simple software issue.  Nope!  It's definitely something wrong with the hardware, because the freezes and crashes have been happening since day 1, right when I took the thing out of the box.
    Yeah, the system is fast and runs Windows Vista great, when it's actually WORKING, which is usually only guaranteed for about the first 5 minutes after you power the system on and boot windows.  After that, it's just buying time before it crashes again.  Forget trying to get anything done on this computer.  Forget about asking this PC to play a video or music file without the files "stuttering" during playback.  Even my 7 year old Sony Vaio which is running XP can handle playing an MP3 file without stuttering and crashing!
    Like everyone else, the freezes and crashes happen either one of two ways:
    1) The machine begins to "stutter", stutter more, then freeze/crash.  When I say stutter, I mean I move the mouse, the pointer graphic will hesitate on the screen and lag behind.  If you start to play a video or music file, this manifests in an audible "stutter".  The stuttering gets worse and worse as minutes pass until eventually it freezes for good, blasting that 1/50th second moment of audio into infinity.  You have to reboot immediately if you don't want to go deaf or be driven mad.
    2)  I will be doing nothing at the time (example, I close all programs out and leave Windows sitting on the main desktop screen), I'll walk out of the room for a minute, then come back and find I can't move the mouse. This system will often lock-up without any warning!
    Sometimes I'll get a BSOD or error screen, sometimes I won't (in which case your only option is to do a cold re-boot.)  When I do get the BSOD, the error is ALWAYS the "did not get a response from the secondary processor" yada yada.  I wish HP would just admit they shipped this model out with a bad processor/motherboard/whatever and do an official recall.  I have owned PCs for the last 13 years and this is the worst and most consistently disappointing experience I have ever had.
    What is the hardware issue?  Which part is the lemon part?  The motherboard?  The processor?  The BSODs seem to indicate a bad processor.  I do have the Pegatron Truckee version 1.03 motherboard.  Is that the problem?
    P.S.  I have contacted HP on many occasions about this, literally stayed on the phone for hours with "customer support" (according to one HP rep, 80% of their customer service reps are based outside of the United States...good luck getting any "technical" help from them) to no avail.  I did talk to one nice tech support guy in Canada who said "it sounds like your unit has a bad processor", so he had HP send me a box to ship my unit to their repair center so they can replace the processor.  However, I have also had HP reps tell me it could be anything from the memory to the hard drive.  Multiple HP reps claimed to me that they have "received no complaints" about this system.  One guy told me he "thought he got an email last week" regarding "something" about the system, but couldn't remember what it was and he put me on hold while he searched for the email.  He never found it.  What a joke.
    EDIT:  Just to clarify, the crashing issue has been happening since day one, but initially I thought it was an issue with Vista.  I had never owned or used Vista before, so I thought maybe Vista was just unstable.  Nope.  I know several people who own Vista and have never experienced these issues.  I have downloaded every update from Microsoft/Windows Update.  I have upgraded to Vista SP2 with all the latest drivers and software for all of my hardware.  No luck.  It is definitely a hardware issue.  Thank god HP's warranty is good for 1 year (I bought my Elite in July).
    Message Edited by Doonyman on 09-24-2009 02:58 AM

    Unfortunately I have to add my disastrous encounter with HP's E9180F a true lemon HP is selling. I must take some responsibility for not carefully researching this model before I purchased, but I trusted the HP name and got stung- big time.
    The scoundrel  :
    HP and its Pavilion Elite e9180f
    Windows 7 64bit
    motherboard - Pegatron  Truckee ver 1.03
    BIOS ver  5.22Intel Core i7 920 @ 2.67GHz
    Memory 9206 MB Ram   
    As so many others have reported my HP E9180f started locking up and going to BSOD right out of the box. My first freeze-up came when I was doing the Windows update process. At first I didn't think much about it but I started getting random freezes a couple time a day. At that point I went online to see if others had experienced the same problem and perhaps had a fix. What I found was very troubling;  I found extensive documentation describing my exact problems and what was really horrifying was the reports of how ridiculous HP's help services were treating people with the problem. At first I didn't totally believe what I was reading on HP's own customer forum; I do now.
    ·         I've went through the total recovery process three times now, HP techs have spent hours remotely running my computer, (yes it did lock up on them to)
    ·         I had to upgraded the BIOS. (HP tech tried, said he had, but he hadn't)
    ·         I was directed to clear the BIOS (luckily for me I had the tools
    ·         Updated all drivers again and again.
    ·         Next I was asked to remove the video card, memory, and motherboard power cable and reseat them. I declined because I didn't want to give HP any reason to void my HP 2 year House Call Care Pack which covers this unit. When I invited HP to send a service tech out to perform these tasks, they said that house call only covers part replacement, we weren't replacing a part. I couldn't believe what I was told. Are you feeling my frustration?  
    Keep in mind that each time HP requests that I make changes, they then ask me to test the system, which I did and each time with the same result, BSOD
    I'm heading into my fifth week of working with HP to fix this problem. and I still haven't even been able to get my case moved up to a senior case manager, what a joke HP's help process is.
     One conversation I loved was;
    HP tech: "I'll have a senior case manager call you within 24 hours."
    Skeptical me: "What should I do if I don't get a call?"
    Silence, no response.
    Me again: "What should I do if I don't get a call?"
    HP tech: "That's an impossibility."
    Guess what? The impossibility became reality (I bet you guessed) .
    HP's last stall tactic was to have me fax them my proof of purchase and invoice and call back in 24 hours. Where have I heard that before? Apparently nothing can go forward until they receive it. So I faxed them the stuff within 10 minutes, and when I called back 24 hours later, guess what, you're right it wasn't on their system yet. I asked couldn't I be escalated to a senior case manager  (it's apparent that only a senior case manager can do anything). "No," was the tech's reply, "call back again later".
    Please if anyone out there knows the secrete to getting a senior case manager, or an HP tech support number here in the U.S. so I can get this thing fixed I'd love to know it.
    Fast becoming HP never again.      

  • Mid 2009 Crashing but fine in Safe Mode

    Hello friendly support community,
    Having a little issue again with my mid 2009 Macbook Pro 2.53GHz intel core 2 duo system. Upgraded the system from 4gb to 8 gb about a month ago and everything has seemingly been running fine until today.
    - Shut down my system last night.
    - Went to power on this evening about an hr ago and I was stuck on the white Apple logo loading screen.-
    - Reset PRAM (reset 3 times in a row) and SMC ---- still stuck
    - Boot into safe mode--- worked then immediately restarted (via instructions from http://support.apple.com/kb/TS2570)
    - Boot normaly (no longer stuck on white loading screen!)----- then immediate CRASH!!!
    - Back in safe mode now (which is working fine) to submit this Help Discussion
    Here is the panic report. Any ideas. I know that yesterday I updated the Evernote app from the Apple App Store and updated the definitions in the VirusBarrier App (also downloaded from the app store a while ago). Nothing more changed. Would really appreciate the help!
    Interval Since Last Panic Report:  699621 sec
    Panics Since Last Report:          1
    Anonymous UUID:                    EE13C9DD-36A4-4CEC-8556-2699A200F2FA
    Sat Dec  8 20:22:50 2012
    panic(cpu 0 caller 0x2abf6a): Kernel trap at 0x0027c015, type 14=page fault, registers:
    CR0: 0x8001003b, CR2: 0x00000010, CR3: 0x00100000, CR4: 0x00000660
    EAX: 0x00000000, EBX: 0x04ccd9bc, ECX: 0x0dfe53d4, EDX: 0x00000010
    CR2: 0x00000010, EBP: 0x827a3578, ESI: 0x045c46b0, EDI: 0x03ebf7b8
    EFL: 0x00010297, EIP: 0x0027c015, CS:  0x00000008, DS:  0x00840010
    Error code: 0x00000000
    Backtrace (CPU 0), Frame : Return Address (4 potential args on stack)
    0x827a3378 : 0x21b837 (0x5dd7fc 0x827a33ac 0x223ce1 0x0)
    0x827a33c8 : 0x2abf6a (0x59e3d0 0x27c015 0xe 0x59e59a)
    0x827a34a8 : 0x2a1a78 (0x827a34c0 0x320 0x827a3578 0x27c015)
    0x827a34b8 : 0x27c015 (0xe 0x48 0x827a0010 0x220010)
    0x827a3578 : 0x27c14b (0x4ccd9bc 0x1 0x827a35e8 0x1)
    0x827a3598 : 0x27e631 (0x4ccd9bc 0x1 0x0 0x3494000)
    0x827a35b8 : 0x26b175 (0x4ccd9bc 0x1 0x0 0x0)
    0x827a3608 : 0x910f22 (0xd5821bc 0x3493000 0x0 0x3494000)
    0x827a36a8 : 0x91268f (0x41000 0x0 0x827a374c 0x1)
    0x827a3768 : 0x30d08c (0x7db30af0 0x0 0xd2854c4 0x2a0354)
    0x827a37c8 : 0x2ce7fc (0x827a38b8 0xe2b7500 0x827a3868 0x42d929)
    0x827a3878 : 0x42d35f (0xd34df38 0x827a38b8 0x827a38c8 0x2cce69)
    0x827a3898 : 0x2fa6c8 (0x827a38b8 0x0 0x1 0xdfe13e4)
    0x827a38c8 : 0x2d3cf5 (0x7db30af0 0xdf9a800 0x0 0x41000)
    0x827a39d8 : 0x2d466a (0x447000 0x0 0x0 0x202d)
    0x827a3a78 : 0x2d4738 (0xe2b11bc 0xb35db0 0x0 0x447af8)
    0x827a3ab8 : 0x42f641 (0xe2b11bc 0xb35db0 0x0 0x447af8)
    0x827a3b58 : 0x2ff361 (0x827a3b78 0x121abe30 0x0 0x0)
    0x827a3ba8 : 0x476a19 (0xe2b11bc 0x2c 0x827a3e78 0x0)
    0x827a3f78 : 0x4f82fb (0xd9dea80 0xdd01568 0xdfe1324 0x1)
    0x827a3fc8 : 0x2a251d (0xdd01564 0x0 0x10 0xe6e97e4)
          Kernel Extensions in backtrace (with dependencies):
             com.apple.BootCache(31.1)@0x90f000->0x913fff
    BSD process name corresponding to current thread: mds
    Mac OS version:
    10K549
    Kernel version:
    Darwin Kernel Version 10.8.0: Tue Jun  7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
    System model name: MacBookPro5,5 (Mac-F2268AC8)
    System uptime in nanoseconds: 35889600979
    unloaded kexts:
    (none)
    loaded kexts:
    com.apple.driver.AppleBluetoothMultitouch    54.3 - last loaded 32944551969
    com.apple.driver.AppleHWSensor    1.9.3d0
    com.apple.driver.AppleTyMCEDriver    1.0.2d2
    com.apple.driver.AGPM    100.12.31
    com.apple.filesystems.autofs    2.1.0
    com.apple.driver.InternalModemSupport    2.6.2
    com.apple.driver.AppleMikeyHIDDriver    1.2.0
    com.apple.driver.AudioAUUC    1.57
    com.apple.driver.AppleMikeyDriver    2.0.5f14
    com.apple.driver.AppleHDA    2.0.5f14
    com.apple.driver.AppleUpstreamUserClient    3.5.7
    com.apple.driver.AppleMCCSControl    1.0.20
    com.apple.driver.SMCMotionSensor    3.0.1d2
    com.apple.Dont_Steal_Mac_OS_X    7.0.0
    com.apple.driver.AudioIPCDriver    1.1.6
    com.apple.driver.AppleIntelYonahProfile    14
    com.apple.driver.AppleIntelPenrynProfile    17
    com.apple.driver.AppleIntelNehalemProfile    11
    com.apple.driver.AppleIntelMeromProfile    19
    com.apple.driver.ACPI_SMC_PlatformPlugin    4.7.0a1
    com.apple.GeForce    6.3.6
    com.apple.driver.AppleLPC    1.5.1
    com.apple.kext.AppleSMCLMU    1.5.2d10
    com.apple.driver.AppleGraphicsControl    2.10.6
    com.apple.driver.AppleBacklight    170.0.46
    com.apple.driver.AppleUSBTCButtons    201.6
    com.apple.driver.AppleUSBTCKeyEventDriver    201.6
    com.apple.driver.AppleUSBTCKeyboard    201.6
    com.apple.driver.AppleIRController    303.8
    com.apple.iokit.SCSITaskUserClient    2.6.8
    com.apple.driver.AppleUSBCardReader    2.6.1
    com.apple.iokit.IOAHCIBlockStorage    1.6.4
    com.apple.BootCache    31.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib    1.0.0d1
    com.apple.driver.AppleFWOHCI    4.7.3
    com.apple.driver.AirPortBrcm43xx    423.91.27
    com.apple.driver.AirPortBrcm43224    428.42.4
    com.apple.driver.AppleUSBHub    4.2.4
    com.apple.driver.AppleSmartBatteryManager    160.0.0
    com.apple.driver.AppleAHCIPort    2.1.7
    com.apple.nvenet    2.0.17
    com.apple.driver.AppleUSBEHCI    4.2.4
    com.apple.driver.AppleUSBOHCI    4.2.0
    com.apple.driver.AppleEFINVRAM    1.4.0
    com.apple.driver.AppleRTC    1.3.1
    com.apple.driver.AppleHPET    1.5
    com.apple.driver.AppleACPIButtons    1.3.6
    com.apple.driver.AppleSMBIOS    1.7
    com.apple.driver.AppleACPIEC    1.3.6
    com.apple.driver.AppleAPIC    1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient    142.6.0
    com.apple.security.sandbox    1
    com.apple.security.quarantine    0
    com.apple.nke.applicationfirewall    2.1.14
    com.apple.driver.AppleIntelCPUPowerManagement    142.6.0
    com.apple.driver.IOBluetoothHIDDriver    2.4.5f3
    com.apple.driver.AppleMultitouchDriver    207.11
    com.apple.driver.AppleProfileReadCounterAction    17
    com.apple.driver.AppleHDAHardwareConfigDriver    2.0.5f14
    com.apple.driver.DspFuncLib    2.0.5f14
    com.apple.driver.AppleProfileTimestampAction    10
    com.apple.driver.AppleProfileThreadInfoAction    14
    com.apple.driver.AppleProfileRegisterStateAction    10
    com.apple.driver.AppleProfileKEventAction    10
    com.apple.driver.AppleProfileCallstackAction    20
    com.apple.driver.AppleSMBusController    1.0.10d0
    com.apple.iokit.IOFireWireIP    2.0.3
    com.apple.iokit.IOSurface    74.2
    com.apple.iokit.IOBluetoothSerialManager    2.4.5f3
    com.apple.iokit.IOSerialFamily    10.0.3
    com.apple.iokit.IOAudioFamily    1.8.3fc2
    com.apple.kext.OSvKernDSPLib    1.3
    com.apple.driver.AppleHDAController    2.0.5f14
    com.apple.iokit.IOHDAFamily    2.0.5f14
    com.apple.iokit.AppleProfileFamily    41
    com.apple.driver.IOPlatformPluginFamily    4.7.0a1
    com.apple.driver.AppleSMBusPCI    1.0.10d0
    com.apple.driver.AppleSMC    3.1.0d5
    com.apple.driver.AppleBacklightExpert    1.0.1
    com.apple.nvidia.nv50hal    6.3.6
    com.apple.NVDAResman    6.3.6
    com.apple.iokit.IONDRVSupport    2.2.1
    com.apple.iokit.IOGraphicsFamily    2.2.1
    com.apple.driver.BroadcomUSBBluetoothHCIController    2.4.5f3
    com.apple.driver.AppleUSBBluetoothHCIController    2.4.5f3
    com.apple.iokit.IOBluetoothFamily    2.4.5f3
    com.apple.driver.AppleUSBMultitouch    207.7
    com.apple.iokit.IOUSBHIDDriver    4.2.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice    2.6.8
    com.apple.iokit.IOBDStorageFamily    1.6
    com.apple.iokit.IODVDStorageFamily    1.6
    com.apple.iokit.IOCDStorageFamily    1.6.1
    com.apple.iokit.IOSCSIBlockCommandsDevice    2.6.8
    com.apple.iokit.IOUSBMassStorageClass    2.6.7
    com.apple.driver.AppleUSBMergeNub    4.2.4
    com.apple.driver.AppleUSBComposite    3.9.0
    com.apple.iokit.IOAHCISerialATAPI    1.2.6
    com.apple.iokit.IOSCSIArchitectureModelFamily    2.6.8
    com.apple.driver.XsanFilter    402.1
    com.apple.driver.AppleFileSystemDriver    2.0
    com.apple.iokit.IOFireWireFamily    4.2.6
    com.apple.iokit.IO80211Family    320.1
    com.apple.iokit.IOUSBUserClient    4.2.4
    com.apple.iokit.IOAHCIFamily    2.0.6
    com.apple.iokit.IONetworkingFamily    1.10
    com.apple.iokit.IOUSBFamily    4.2.4
    com.apple.driver.NVSMU    2.2.7
    com.apple.driver.AppleEFIRuntime    1.4.0
    com.apple.iokit.IOHIDFamily    1.6.6
    com.apple.iokit.IOSMBusFamily    1.1
    com.apple.kext.AppleMatch    1.0.0d1
    com.apple.security.TMSafetyNet    6
    com.apple.driver.DiskImages    289
    com.apple.iokit.IOStorageFamily    1.6.3
    com.apple.driver.AppleACPIPlatform    1.3.6
    com.apple.iokit.IOPCIFamily    2.6.5
    com.apple.iokit.IOACPIFamily    1.3.0
    Model: MacBookPro5,5, BootROM MBP55.00AC.B03, 2 processors, Intel Core 2 Duo, 2.53 GHz, 8 GB, SMC 1.47f2
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.131.42.4)
    Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 0 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST9250315ASG, 232.89 GB
    Serial ATA Device: MATSHITADVD-R   UJ-868
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0x24400000 / 2
    USB Device: Internal Memory Card Reader, 0x05ac  (Apple Inc.), 0x8403, 0x26500000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0236, 0x04600000 / 3
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x04500000 / 2
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000 / 2
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8213, 0x06110000 / 3

    Happened a few more times.
    Here's the latest Panic report.
    Any idea if it's an issue with the ram???
    Interval Since Last Panic Report:  702277 sec
    Panics Since Last Report:          3
    Anonymous UUID:                    EE13C9DD-36A4-4CEC-8556-2699A200F2FA
    Sat Dec  8 21:24:35 2012
    panic(cpu 1 caller 0x2a0663): "Spinlock acquisition timed out: lock=0x2fce7b8, lock owner thread=0x200, current_thread: 0xdd563d4, lock owner active on CPU 0xffffffff"@/SourceCache/xnu/xnu-1504.15.3/osfmk/i386/locks_i386.c:374
    Backtrace (CPU 1), Frame : Return Address (4 potential args on stack)
    0x80bf3c28 : 0x21b837 (0x5dd7fc 0x80bf3c5c 0x223ce1 0x0)
    0x80bf3c78 : 0x2a0663 (0x59ccb0 0x2fce7b8 0x200 0xdd563d4)
    0x80bf3cb8 : 0x27d49e (0x2fce7b8 0x1 0x80bf3ce8 0x2aac45)
    0x80bf3d08 : 0x27d657 (0x43e2dac 0xe10b8dc 0x40000 0x0)
    0x80bf3d38 : 0x256b84 (0x43e2dac 0xe10b8dc 0x40000 0x0)
    0x80bf3de8 : 0x258f93 (0xdd06250 0x40000 0x0 0x1)
    0x80bf3f38 : 0x2ab83c (0xc679334 0x1d2db000 0x1 0x1)
    0x80bf3fc8 : 0x2a18da (0xda6e644 0x1 0x10 0xda6e644)
    BSD process name corresponding to current thread: AppCleaner
    Mac OS version:
    10K549
    Kernel version:
    Darwin Kernel Version 10.8.0: Tue Jun  7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
    System model name: MacBookPro5,5 (Mac-F2268AC8)
    System uptime in nanoseconds: 173963418643
    unloaded kexts:
    com.apple.driver.AppleFileSystemDriver    2.0 (addr 0x7a5fd000, size 0x12288) - last unloaded 140031833699
    loaded kexts:
    com.apple.driver.AppleHWSensor    1.9.3d0 - last loaded 37542394069
    com.apple.driver.AGPM    100.12.31
    com.apple.driver.AudioAUUC    1.57
    com.apple.driver.AppleMikeyHIDDriver    1.2.0
    com.apple.driver.AppleIntelPenrynProfile    17
    com.apple.Dont_Steal_Mac_OS_X    7.0.0
    com.apple.driver.AppleMikeyDriver    2.0.5f14
    com.apple.driver.AppleUpstreamUserClient    3.5.7
    com.apple.driver.AppleHDA    2.0.5f14
    com.apple.driver.AppleBluetoothMultitouch    54.3
    com.apple.driver.AudioIPCDriver    1.1.6
    com.apple.driver.AppleMCCSControl    1.0.20
    com.apple.nvenet    2.0.17
    com.apple.kext.AppleSMCLMU    1.5.2d10
    com.apple.driver.SMCMotionSensor    3.0.1d2
    com.apple.driver.AirPortBrcm43224    428.42.4
    com.apple.driver.ACPI_SMC_PlatformPlugin    4.7.0a1
    com.apple.driver.AppleLPC    1.5.1
    com.apple.driver.AppleBacklight    170.0.46
    com.apple.GeForce    6.3.6
    com.apple.filesystems.autofs    2.1.0
    com.apple.driver.AppleUSBTCButtons    201.6
    com.apple.driver.AppleUSBTCKeyboard    201.6
    com.apple.driver.AppleIRController    303.8
    com.apple.driver.AppleUSBCardReader    2.6.1
    com.apple.iokit.SCSITaskUserClient    2.6.8
    com.apple.iokit.IOAHCIBlockStorage    1.6.4
    com.apple.BootCache    31.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib    1.0.0d1
    com.apple.driver.AppleUSBHub    4.2.4
    com.apple.driver.AppleUSBEHCI    4.2.4
    com.apple.driver.AppleEFINVRAM    1.4.0
    com.apple.driver.AppleFWOHCI    4.7.3
    com.apple.driver.AppleAHCIPort    2.1.7
    com.apple.driver.AppleUSBOHCI    4.2.0
    com.apple.driver.AppleRTC    1.3.1
    com.apple.driver.AppleHPET    1.5
    com.apple.driver.AppleSmartBatteryManager    160.0.0
    com.apple.driver.AppleACPIButtons    1.3.6
    com.apple.driver.AppleSMBIOS    1.7
    com.apple.driver.AppleACPIEC    1.3.6
    com.apple.driver.AppleAPIC    1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient    142.6.0
    com.apple.security.sandbox    1
    com.apple.security.quarantine    0
    com.apple.nke.applicationfirewall    2.1.14
    com.apple.driver.AppleIntelCPUPowerManagement    142.6.0
    com.apple.driver.AppleBluetoothHIDKeyboard    141.5
    com.apple.driver.AppleHIDKeyboard    141.5
    com.apple.driver.AppleProfileReadCounterAction    17
    com.apple.driver.AppleProfileTimestampAction    10
    com.apple.driver.AppleProfileThreadInfoAction    14
    com.apple.driver.AppleProfileRegisterStateAction    10
    com.apple.driver.AppleProfileKEventAction    10
    com.apple.driver.AppleProfileCallstackAction    20
    com.apple.iokit.IOSurface    74.2
    com.apple.iokit.IOBluetoothSerialManager    2.4.5f3
    com.apple.iokit.IOSerialFamily    10.0.3
    com.apple.driver.DspFuncLib    2.0.5f14
    com.apple.driver.IOBluetoothHIDDriver    2.4.5f3
    com.apple.driver.AppleMultitouchDriver    207.11
    com.apple.iokit.IOAudioFamily    1.8.3fc2
    com.apple.kext.OSvKernDSPLib    1.3
    com.apple.driver.AppleSMBusController    1.0.10d0
    com.apple.driver.AppleHDAController    2.0.5f14
    com.apple.iokit.IOHDAFamily    2.0.5f14
    com.apple.iokit.IOFireWireIP    2.0.3
    com.apple.iokit.AppleProfileFamily    41
    com.apple.iokit.IO80211Family    320.1
    com.apple.iokit.IONetworkingFamily    1.10
    com.apple.driver.NVSMU    2.2.7
    com.apple.driver.AppleSMC    3.1.0d5
    com.apple.driver.IOPlatformPluginFamily    4.7.0a1
    com.apple.driver.AppleSMBusPCI    1.0.10d0
    com.apple.driver.AppleBacklightExpert    1.0.1
    com.apple.nvidia.nv50hal    6.3.6
    com.apple.NVDAResman    6.3.6
    com.apple.iokit.IONDRVSupport    2.2.1
    com.apple.iokit.IOGraphicsFamily    2.2.1
    com.apple.driver.BroadcomUSBBluetoothHCIController    2.4.5f3
    com.apple.driver.AppleUSBBluetoothHCIController    2.4.5f3
    com.apple.iokit.IOBluetoothFamily    2.4.5f3
    com.apple.driver.AppleUSBMultitouch    207.7
    com.apple.iokit.IOUSBHIDDriver    4.2.0
    com.apple.iokit.IOUSBMassStorageClass    2.6.7
    com.apple.iokit.IOSCSIBlockCommandsDevice    2.6.8
    com.apple.driver.AppleUSBMergeNub    4.2.4
    com.apple.driver.AppleUSBComposite    3.9.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice    2.6.8
    com.apple.iokit.IOBDStorageFamily    1.6
    com.apple.iokit.IODVDStorageFamily    1.6
    com.apple.iokit.IOCDStorageFamily    1.6.1
    com.apple.driver.XsanFilter    402.1
    com.apple.iokit.IOAHCISerialATAPI    1.2.6
    com.apple.iokit.IOSCSIArchitectureModelFamily    2.6.8
    com.apple.iokit.IOUSBUserClient    4.2.4
    com.apple.iokit.IOFireWireFamily    4.2.6
    com.apple.iokit.IOAHCIFamily    2.0.6
    com.apple.iokit.IOUSBFamily    4.2.4
    com.apple.driver.AppleEFIRuntime    1.4.0
    com.apple.iokit.IOHIDFamily    1.6.6
    com.apple.iokit.IOSMBusFamily    1.1
    com.apple.security.TMSafetyNet    6
    com.apple.kext.AppleMatch    1.0.0d1
    com.apple.driver.DiskImages    289
    com.apple.iokit.IOStorageFamily    1.6.3
    com.apple.driver.AppleACPIPlatform    1.3.6
    com.apple.iokit.IOPCIFamily    2.6.5
    com.apple.iokit.IOACPIFamily    1.3.0
    Model: MacBookPro5,5, BootROM MBP55.00AC.B03, 2 processors, Intel Core 2 Duo, 2.53 GHz, 4 GB, SMC 1.47f2
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.131.42.4)
    Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST9250315ASG, 232.89 GB
    Serial ATA Device: MATSHITADVD-R   UJ-868
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0x24400000 / 2
    USB Device: Internal Memory Card Reader, 0x05ac  (Apple Inc.), 0x8403, 0x26500000 / 2
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000 / 2
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8213, 0x06110000 / 3
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0236, 0x04600000 / 3
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x04500000 / 2

  • Browse and crash...

    After recently downloading and installing the 1.0.3 update to Soundtrack Pro I also loaded the Sony Kit Watkins Ambient Realms library of loops. While browsing the loops in the STP browser, STP suddenly quit. I've had this problem with other loop libraries as far back as version 1.0 of STP, so to have it again now suggests an internal problem never corrected. There is no single loop that always causes a problem, but the problem doesn't seem to occur until after previewing a number of loops, as though some stack finally fills up and aborts the whole process. Although it's always wise to save often, this problem is like playing Russian Roulette with one's work. Has anyone else experienced this issue and found a solution?
    PowerPC G5 dual 1.8; PowerBook G4 1.33   Mac OS X (10.3.9)  

    Hi Lawrence,
    That sounds strange to me. I audition files all the time just fine. I wonder what's different. I'm running Tiger. What audio interface are you using?
    Whenever I run into strange behavior, I usually switch to built-in audio and try the same thing as a sanity to see if it is something funky with my audio interface setup (at least this might help isolate the issue). Having said that, I've found STP 1.0.2 and now STP 1.0.3 to be really solid (at the risk of jinxing myself).
    Also, are you getting the send crash report to Apple thingy or does STP just quit? Sometimes there are clues about why an app crashed by looking at the crash log or by opening the console (/Applications/Utilties/Console.app)--have you checked there for more info?

  • FF crashes at start-up; the solution seems to suggest that I should access the help menu on the FF window--which I can't open because it crashes--what am I missing?

    it started on 9/3--worked fine for years before that.
    Sorry to be dumb, but I cannot follow your instructions--they make no sense to me. What is a location bar (to find "about:crashes"). where do I find a crash id? where do I find "help> troubleshooting" to copy and paste information? you could use much better help screens to explain to the averge person what you need.

    If Firefox is crashing as soon as you open it, getting information from inside Firefox is almost impossible. See if Firefox crashes so quickly when you open Firefox in the Firefox SafeMode. Hold the '''Shft''' when you go to start Firefox, don't select anything right now, just use '''''Continue in SafeMode'''''.

Maybe you are looking for

  • How do I email a pdf from my iBooks Library after upgrading to iOS8? There is no Share button.

    I Have upgraded my iPad Air to iOS 8 this morning. I cannot share or email a pdf document in my iBooks Library. Any suggestions on how it works? Thanks.

  • Music doesn't play without gaps

    I purchased a 5th Generation iPod because the guy at the Apple store said it had a feature that would allow the songs to flow together as opposed to breaking up every song with 2 or 3 seconds of silence. How do I access this feature on my iPod? I am

  • Import Rules Problem

    Hi all, i found a rather bothering problem. I have successfully created risk and generated the rules in the development server. But when i export and import into QAS, i found that although the risk/functions are loaded into QAS, but the actions/permi

  • Pending Transactions Showing Up in ASCP

    I think we are seeing that ASCP sees the pending transactions. Item XYZ had pending WIP Component Issue of 8 pcs. tied to a pending WIP Move...the component is an assembly pull The Material Workbench had item XYZ with an on-hand of say 2 pcs. Invento

  • Photoshop CS3 doesn't like "Lenovo ThinkPad LCD Monitor" color management profile

    When launching Photoshop CS3 Extended, I get a warning: The monitor profile "Lenovo ThinkPad LCD Monitor" appears to be defective. Please rerun your monitor calibration software. [Ignore Profile] [Use Anyway] If this can be confirmed, could it please