无法使用R 2.15.3编译java,但对于R 2.8.1则没问题

时间:2013-08-21 02:03:41

标签: java eclipse r rjava

我遇到了eclipse中java和R集成引起的问题。我链接了lib和所有工作人员,使用R2.8.1进行编译时,一切都很好,但是当我将R更新为2.15.3时,它会不断弹出一个窗口,告诉Java(TM)Platform SE二进制文件停止。

R中安装的软件包是:

sna
lpSolve
rJava
Rglpk
lpSolveAPI

java版本是jre7

R中调用的函数中的问题是否只能用于R 2.8.1而不能用于2.15.3?看来R中的Rzlib.dll会导致问题吗? 由于我从某人那里得到了这个项目,所以这让我困惑了一整天。


    #
    # A fatal error has been detected by the Java Runtime Environment:
    #
    #  EXCEPTION_STACK_OVERFLOW (0xc00000fd) at pc=0x6f8c791a, pid=6836, tid=5124
    #
    # JRE version: 7.0_25-b17
    # Java VM: Java HotSpot(TM) Client VM (23.25-b01 mixed mode windows-x86 )
    # Problematic frame:
    # C  [Rzlib.dll+0x791a]  inflateBackEnd+0x9aa
    #
    # Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
    #
    # If you would like to submit a bug report, please visit:
    #   http://bugreport.sun.com/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    #

    ---------------  T H R E A D  ---------------

    Current thread (0x1bac7800):  JavaThread "AWT-EventQueue-0" [_thread_in_native, id=5124, stack(0x1afd0000,0x1b020000)]

    siginfo: ExceptionCode=0xc00000fd, ExceptionInformation=0x00000001 0x1afd0ffc 

    Registers:
    EAX=0x1f152048, EBX=0x00008000, ECX=0x1f152048, EDX=0x00000004
    ESP=0x1afd0fd0, EBP=0x1f148c88, ESI=0x1f148c88, EDI=0x0000018c
    EIP=0x6f8c791a, EFLAGS=0x00010202

    Top of Stack: (sp=0x1afd0fd0)
    0x1afd0fd0:   00000000 00000000 00000000 00000000
    0x1afd0fe0:   00000000 00000000 00000000 00000000
    0x1afd0ff0:   00000000 00000000 00000000 00000000
    0x1afd1000:   1f155f00 00000000 00000000 6f8c8cf4
    0x1afd1010:   00000000 00000000 00000000 00000000
    0x1afd1020:   00000000 00000000 00000000 00000000
    0x1afd1030:   00000000 00000000 00000000 00000000
    0x1afd1040:   00000000 00000000 00000000 1f148c88 

    Instructions: (pc=0x6f8c791a)
    0x6f8c78fa:   ee eb 8a 8b 74 24 54 89 74 24 68 89 ee e9 8b fd
    0x6f8c790a:   ff ff 90 90 90 90 83 ec 3c 89 74 24 30 8b 70 1c
    0x6f8c791a:   89 5c 24 2c 89 c3 89 7c 24 34 89 6c 24 38 8b 46
    0x6f8c792a:   34 85 c0 0f 84 fd 00 00 00 8b 46 28 85 c0 74 66 


    Register to memory mapping:

    EAX=0x1f152048 is an unknown value
    EBX=0x00008000 is an unknown value
    ECX=0x1f152048 is an unknown value
    EDX=0x00000004 is an unknown value
    ESP=0x1afd0fd0 is pointing into the stack for thread: 0x1bac7800
    EBP=0x1f148c88 is an unknown value
    ESI=0x1f148c88 is an unknown value
    EDI=0x0000018c is an unknown value


    Stack: [0x1afd0000,0x1b020000],  sp=0x1afd0fd0,  free space=3k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C  [Rzlib.dll+0x791a]  inflateBackEnd+0x9aa

    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j  org.rosuda.JRI.Rengine.rniEval(JJ)J+0
    j  org.rosuda.JRI.Rengine.eval(Ljava/lang/String;Z)Lorg/rosuda/JRI/REXP;+69
    j  org.rosuda.JRI.Rengine.eval(Ljava/lang/String;)Lorg/rosuda/JRI/REXP;+3
    j  com.fujitsu.labs.esnet.gui.netadapter.Rmanager.callRengineMethod(Ljava/lang/String;Lcom/fujitsu/labs/esnet/gui/util/DialogMessage;[Ljava/lang/String;)Ljava/lang/String;+175
    j  com.fujitsu.labs.esnet.gui.r.ESNetViewOptimizeCalculation$PanelOptimalSolution.actionPerformed(Ljava/awt/event/ActionEvent;)V+510
    j  javax.swing.AbstractButton.fireActionPerformed(Ljava/awt/event/ActionEvent;)V+84
    j  javax.swing.AbstractButton$Handler.actionPerformed(Ljava/awt/event/ActionEvent;)V+5
    j  javax.swing.DefaultButtonModel.fireActionPerformed(Ljava/awt/event/ActionEvent;)V+35
    j  javax.swing.DefaultButtonModel.setPressed(Z)V+117
    j  javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Ljava/awt/event/MouseEvent;)V+35
    j  java.awt.Component.processMouseEvent(Ljava/awt/event/MouseEvent;)V+64
    j  javax.swing.JComponent.processMouseEvent(Ljava/awt/event/MouseEvent;)V+23
    j  java.awt.Component.processEvent(Ljava/awt/AWTEvent;)V+81
    j  java.awt.Container.processEvent(Ljava/awt/AWTEvent;)V+18
    j  java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V+581
    j  java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+42
    J  java.awt.LightweightDispatcher.retargetMouseEvent(Ljava/awt/Component;ILjava/awt/event/MouseEvent;)V
    j  java.awt.LightweightDispatcher.processMouseEvent(Ljava/awt/event/MouseEvent;)Z+139
    j  java.awt.LightweightDispatcher.dispatchEvent(Ljava/awt/AWTEvent;)Z+50
    j  java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+12
    j  java.awt.Window.dispatchEventImpl(Ljava/awt/AWTEvent;)V+19
    J  java.awt.EventQueue.dispatchEventImpl(Ljava/awt/AWTEvent;Ljava/lang/Object;)V
    J  java.awt.EventQueue$3.run()Ljava/lang/Object;
    v  ~StubRoutines::call_stub
    J  java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;
    J  java.security.ProtectionDomain$1.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;Ljava/security/AccessControlContext;)Ljava/lang/Object;
    j  java.security.ProtectionDomain$1.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+6
    j  java.awt.EventQueue$4.run()Ljava/lang/Void;+11
    j  java.awt.EventQueue$4.run()Ljava/lang/Object;+1
    v  ~StubRoutines::call_stub
    J  java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;
    J  java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V
    J  java.awt.EventDispatchThread.pumpOneEventForFilters(I)V
    j  java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V+35
    j  java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+11
    j  java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
    j  java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
    j  java.awt.EventDispatchThread.run()V+9
    v  ~StubRoutines::call_stub

    ---------------  P R O C E S S  ---------------

    Java Threads: ( => current thread )
      0x1c3a8000 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=6008, stack(0x20f60000,0x20fb0000)]
      0x1a3dc400 JavaThread "SwingWorker-pool-1-thread-1" daemon [_thread_blocked, id=6456, stack(0x21d90000,0x21de0000)]
      0x1a3dc000 JavaThread "DestroyJavaVM" [_thread_blocked, id=6240, stack(0x00330000,0x00380000)]
      0x1b8dd400 JavaThread "TimerQueue" daemon [_thread_blocked, id=3716, stack(0x1ecb0000,0x1ed00000)]
    =>0x1bac7800 JavaThread "AWT-EventQueue-0" [_thread_in_native, id=5124, stack(0x1afd0000,0x1b020000)]
      0x1bac7400 JavaThread "AWT-Shutdown" [_thread_blocked, id=6084, stack(0x1abe0000,0x1ac30000)]
      0x1a5e5000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=4172, stack(0x1ad70000,0x1adc0000)]
      0x1a5e2000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=1468, stack(0x1ab60000,0x1abb0000)]
      0x19e42800 JavaThread "Service Thread" daemon [_thread_blocked, id=6368, stack(0x1a120000,0x1a170000)]
      0x19e2cc00 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=5184, stack(0x1a190000,0x1a1e0000)]
      0x19e2b800 JavaThread "Attach Listener" daemon [_thread_blocked, id=7568, stack(0x1a060000,0x1a0b0000)]
      0x19e28400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=4816, stack(0x01e90000,0x01ee0000)]
      0x19d6c800 JavaThread "Finalizer" daemon [_thread_blocked, id=556, stack(0x01ce0000,0x01d30000)]
      0x19d67800 JavaThread "Reference Handler" daemon [_thread_blocked, id=7652, stack(0x00e10000,0x00e60000)]

    Other Threads:
      0x19d5bc00 VMThread [stack: 0x19fc0000,0x1a010000] [id=7964]
      0x19e5c800 WatcherThread [stack: 0x1a240000,0x1a290000] [id=6780]

    VM state:not at safepoint (normal execution)

    VM Mutex/Monitor currently owned by a thread: None

    Heap
     def new generation   total 9728K, used 4513K [0x03f20000, 0x049a0000, 0x09470000)
      eden space 8704K,  48% used [0x03f20000, 0x043438d8, 0x047a0000)
      from space 1024K,  26% used [0x048a0000, 0x048e4cc8, 0x049a0000)
      to   space 1024K,   0% used [0x047a0000, 0x047a0000, 0x048a0000)
     tenured generation   total 21476K, used 12883K [0x09470000, 0x0a969000, 0x13f20000)
       the space 21476K,  59% used [0x09470000, 0x0a104cf8, 0x0a104e00, 0x0a969000)
     compacting perm gen  total 16640K, used 16404K [0x13f20000, 0x14f60000, 0x17f20000)
       the space 16640K,  98% used [0x13f20000, 0x14f250e8, 0x14f25200, 0x14f60000)
    No shared spaces configured.

    Card table byte_map: [0x01ab0000,0x01b60000] byte_map_base: 0x01a90700

    Polling page: 0x001a0000

    Code Cache  [0x01f20000, 0x02288000, 0x03f20000)
     total_blobs=2279 nmethods=2011 adapters=201 free_code_cache=29291Kb largest_free_block=29993920

    Compilation events (10 events):
    Event: 15.525 Thread 0x19e2cc00 2022             java.awt.EventQueue::dispatchEventImpl (149 bytes)
    Event: 15.526 Thread 0x19e2cc00 nmethod 2022 0x022838c8 code [0x02283ac0, 0x02284080]
    Event: 15.662 Thread 0x19e2cc00 2023             java.awt.EventQueue::cacheEQItem (71 bytes)
    Event: 15.663 Thread 0x19e2cc00 nmethod 2023 0x02284608 code [0x02284720, 0x0228499c]
    Event: 15.663 Thread 0x19e2cc00 2024             java.awt.EventQueue::uncacheEQItem (53 bytes)
    Event: 15.663 Thread 0x19e2cc00 nmethod 2024 0x02284b88 code [0x02284ca0, 0x02284dfc]
    Event: 15.666 Thread 0x19e2cc00 2025             java.awt.Rectangle::isEmpty (20 bytes)
    Event: 15.666 Thread 0x19e2cc00 nmethod 2025 0x02284f88 code [0x02285080, 0x02285130]
    Event: 15.748 Thread 0x19e2cc00 2026             java.math.BigInteger::longValue (32 bytes)
    Event: 15.748 Thread 0x19e2cc00 nmethod 2026 0x02285188 code [0x02285290, 0x0228539c]

    GC Heap History (10 events):
    Event: 4.356 GC heap before
    {Heap before GC invocations=15 (full 0):
     def new generation   total 4928K, used 4756K [0x03f20000, 0x04470000, 0x09470000)
      eden space 4416K, 100% used [0x03f20000, 0x04370000, 0x04370000)
      from space 512K,  66% used [0x043f0000, 0x04445120, 0x04470000)
      to   space 512K,   0% used [0x04370000, 0x04370000, 0x043f0000)
     tenured generation   total 10944K, used 8612K [0x09470000, 0x09f20000, 0x13f20000)
       the space 10944K,  78% used [0x09470000, 0x09cd93a8, 0x09cd9400, 0x09f20000)
     compacting perm gen  total 16128K, used 15917K [0x13f20000, 0x14ee0000, 0x17f20000)
       the space 16128K,  98% used [0x13f20000, 0x14eab5d0, 0x14eab600, 0x14ee0000)
    No shared spaces configured.
    Event: 4.360 GC heap after
    Heap after GC invocations=16 (full 0):
     def new generation   total 4928K, used 435K [0x03f20000, 0x04470000, 0x09470000)
      eden space 4416K,   0% used [0x03f20000, 0x03f20000, 0x04370000)
      from space 512K,  85% used [0x04370000, 0x043dcd18, 0x043f0000)
      to   space 512K,   0% used [0x043f0000, 0x043f0000, 0x04470000)
     tenured generation   total 10944K, used 8929K [0x09470000, 0x09f20000, 0x13f20000)
       the space 10944K,  81% used [0x09470000, 0x09d28418, 0x09d28600, 0x09f20000)
     compacting perm gen  total 16128K, used 15917K [0x13f20000, 0x14ee0000, 0x17f20000)
       the space 16128K,  98% used [0x13f20000, 0x14eab5d0, 0x14eab600, 0x14ee0000)
    No shared spaces configured.
    }
    Event: 9.022 GC heap before
    {Heap before GC invocations=16 (full 0):
     def new generation   total 4928K, used 4851K [0x03f20000, 0x04470000, 0x09470000)
      eden space 4416K, 100% used [0x03f20000, 0x04370000, 0x04370000)
      from space 512K,  85% used [0x04370000, 0x043dcd18, 0x043f0000)
      to   space 512K,   0% used [0x043f0000, 0x043f0000, 0x04470000)
     tenured generation   total 10944K, used 8929K [0x09470000, 0x09f20000, 0x13f20000)
       the space 10944K,  81% used [0x09470000, 0x09d28418, 0x09d28600, 0x09f20000)
     compacting perm gen  total 16128K, used 16039K [0x13f20000, 0x14ee0000, 0x17f20000)
       the space 16128K,  99% used [0x13f20000, 0x14ec9d48, 0x14ec9e00, 0x14ee0000)
    No shared spaces configured.
    Event: 9.030 GC heap after
    Heap after GC invocations=17 (full 0):
     def new generation   total 4928K, used 512K [0x03f20000, 0x04470000, 0x09470000)
      eden space 4416K,   0% used [0x03f20000, 0x03f20000, 0x04370000)
      from space 512K, 100% used [0x043f0000, 0x04470000, 0x04470000)
      to   space 512K,   0% used [0x04370000, 0x04370000, 0x043f0000)
     tenured generation   total 10944K, used 9345K [0x09470000, 0x09f20000, 0x13f20000)
       the space 10944K,  85% used [0x09470000, 0x09d904c0, 0x09d90600, 0x09f20000)
     compacting perm gen  total 16128K, used 16039K [0x13f20000, 0x14ee0000, 0x17f20000)
       the space 16128K,  99% used [0x13f20000, 0x14ec9d48, 0x14ec9e00, 0x14ee0000)
    No shared spaces configured.
    }
    Event: 9.271 GC heap before
    {Heap before GC invocations=17 (full 0):
     def new generation   total 4928K, used 4928K [0x03f20000, 0x04470000, 0x09470000)
      eden space 4416K, 100% used [0x03f20000, 0x04370000, 0x04370000)
      from space 512K, 100% used [0x043f0000, 0x04470000, 0x04470000)
      to   space 512K,   0% used [0x04370000, 0x04370000, 0x043f0000)
     tenured generation   total 10944K, used 9345K [0x09470000, 0x09f20000, 0x13f20000)
       the space 10944K,  85% used [0x09470000, 0x09d904c0, 0x09d90600, 0x09f20000)
     compacting perm gen  total 16128K, used 16101K [0x13f20000, 0x14ee0000, 0x17f20000)
       the space 16128K,  99% used [0x13f20000, 0x14ed9590, 0x14ed9600, 0x14ee0000)
    No shared spaces configured.
    Event: 9.279 GC heap after
    Heap after GC invocations=18 (full 0):
     def new generation   total 4928K, used 512K [0x03f20000, 0x04470000, 0x09470000)
      eden space 4416K,   0% used [0x03f20000, 0x03f20000, 0x04370000)
      from space 512K, 100% used [0x04370000, 0x043f0000, 0x043f0000)
      to   space 512K,   0% used [0x043f0000, 0x043f0000, 0x04470000)
     tenured generation   total 10944K, used 10170K [0x09470000, 0x09f20000, 0x13f20000)
       the space 10944K,  92% used [0x09470000, 0x09e5ea30, 0x09e5ec00, 0x09f20000)
     compacting perm gen  total 16128K, used 16101K [0x13f20000, 0x14ee0000, 0x17f20000)
       the space 16128K,  99% used [0x13f20000, 0x14ed9590, 0x14ed9600, 0x14ee0000)
    No shared spaces configured.
    }
    Event: 9.379 GC heap before
    {Heap before GC invocations=18 (full 0):
     def new generation   total 4928K, used 4928K [0x03f20000, 0x04470000, 0x09470000)
      eden space 4416K, 100% used [0x03f20000, 0x04370000, 0x04370000)
      from space 512K, 100% used [0x04370000, 0x043f0000, 0x043f0000)
      to   space 512K,   0% used [0x043f0000, 0x043f0000, 0x04470000)
     tenured generation   total 10944K, used 10170K [0x09470000, 0x09f20000, 0x13f20000)
       the space 10944K,  92% used [0x09470000, 0x09e5ea30, 0x09e5ec00, 0x09f20000)
     compacting perm gen  total 16128K, used 16101K [0x13f20000, 0x14ee0000, 0x17f20000)
       the space 16128K,  99% used [0x13f20000, 0x14ed96a0, 0x14ed9800, 0x14ee0000)
    No shared spaces configured.
    Event: 9.460 GC heap after
    Heap after GC invocations=19 (full 1):
     def new generation   total 9728K, used 0K [0x03f20000, 0x049a0000, 0x09470000)
      eden space 8704K,   0% used [0x03f20000, 0x03f20000, 0x047a0000)
      from space 1024K,   0% used [0x047a0000, 0x047a0000, 0x048a0000)
      to   space 1024K,   0% used [0x048a0000, 0x048a0000, 0x049a0000)
     tenured generation   total 21476K, used 12883K [0x09470000, 0x0a969000, 0x13f20000)
       the space 21476K,  59% used [0x09470000, 0x0a104cf8, 0x0a104e00, 0x0a969000)
     compacting perm gen  total 16128K, used 16101K [0x13f20000, 0x14ee0000, 0x17f20000)
       the space 16128K,  99% used [0x13f20000, 0x14ed96a0, 0x14ed9800, 0x14ee0000)
    No shared spaces configured.
    }
    Event: 14.863 GC heap before
    {Heap before GC invocations=19 (full 1):
     def new generation   total 9728K, used 8704K [0x03f20000, 0x049a0000, 0x09470000)
      eden space 8704K, 100% used [0x03f20000, 0x047a0000, 0x047a0000)
      from space 1024K,   0% used [0x047a0000, 0x047a0000, 0x048a0000)
      to   space 1024K,   0% used [0x048a0000, 0x048a0000, 0x049a0000)
     tenured generation   total 21476K, used 12883K [0x09470000, 0x0a969000, 0x13f20000)
       the space 21476K,  59% used [0x09470000, 0x0a104cf8, 0x0a104e00, 0x0a969000)
     compacting perm gen  total 16640K, used 16404K [0x13f20000, 0x14f60000, 0x17f20000)
       the space 16640K,  98% used [0x13f20000, 0x14f25078, 0x14f25200, 0x14f60000)
    No shared spaces configured.
    Event: 14.870 GC heap after
    Heap after GC invocations=20 (full 1):
     def new generation   total 9728K, used 275K [0x03f20000, 0x049a0000, 0x09470000)
      eden space 8704K,   0% used [0x03f20000, 0x03f20000, 0x047a0000)
      from space 1024K,  26% used [0x048a0000, 0x048e4cc8, 0x049a0000)
      to   space 1024K,   0% used [0x047a0000, 0x047a0000, 0x048a0000)
     tenured generation   total 21476K, used 12883K [0x09470000, 0x0a969000, 0x13f20000)
       the space 21476K,  59% used [0x09470000, 0x0a104cf8, 0x0a104e00, 0x0a969000)
     compacting perm gen  total 16640K, used 16404K [0x13f20000, 0x14f60000, 0x17f20000)
       the space 16640K,  98% used [0x13f20000, 0x14f25078, 0x14f25200, 0x14f60000)
    No shared spaces configured.
    }

    Deoptimization events (0 events):
    No events

    Internal exceptions (10 events):
    Event: 9.074 Thread 0x1bac7800 Threw 0x040ae880 at C:\jdk7u2_32P\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:1235
    Event: 9.079 Thread 0x1bac7800 Threw 0x040bef18 at C:\jdk7u2_32P\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:1235
    Event: 9.179 Thread 0x1bac7800 Threw 0x0431c128 at C:\jdk7u2_32P\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:1235
    Event: 9.214 Thread 0x1bac7800 Threw 0x0432ccf8 at C:\jdk7u2_32P\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:1235
    Event: 12.931 Thread 0x1bac7800 Threw 0x0406b858 at C:\jdk7u2_32P\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:1235
    Event: 12.933 Thread 0x1bac7800 Threw 0x040754c0 at C:\jdk7u2_32P\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:1235
    Event: 12.935 Thread 0x1bac7800 Threw 0x040795f0 at C:\jdk7u2_32P\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:1235
    Event: 12.941 Thread 0x1bac7800 Threw 0x04081e90 at C:\jdk7u2_32P\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:1235
    Event: 12.949 Thread 0x1a3dc400 Threw 0x0408c998 at C:\jdk7u2_32P\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:1235
    Event: 13.121 Thread 0x1bac7800 Threw 0x040e4f88 at C:\jdk7u2_32P\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:1235

    Events (10 events):
    Event: 14.405 Executing VM operation: RevokeBias
    Event: 14.405 Executing VM operation: RevokeBias done
    Event: 14.416 Executing VM operation: BulkRevokeBias
    Event: 14.416 Executing VM operation: BulkRevokeBias done
    Event: 14.723 loading class 0x1b620930
    Event: 14.723 loading class 0x1b620930 done
    Event: 14.863 Executing VM operation: GenCollectForAllocation
    Event: 14.870 Executing VM operation: GenCollectForAllocation done
    Event: 14.873 Executing VM operation: RevokeBias
    Event: 14.873 Executing VM operation: RevokeBias done


    Dynamic libraries:
    0x00e80000 - 0x00eaf000     C:\Program Files\Java\jre7\bin\javaw.exe
    0x77510000 - 0x7764c000     C:\windows\SYSTEM32\ntdll.dll
    0x76b00000 - 0x76bd4000     C:\windows\system32\kernel32.dll
    0x75860000 - 0x758ab000     C:\windows\system32\KERNELBASE.dll
    0x77390000 - 0x77430000     C:\windows\system32\ADVAPI32.dll
    0x77460000 - 0x7750c000     C:\windows\system32\msvcrt.dll
    0x75df0000 - 0x75e09000     C:\windows\SYSTEM32\sechost.dll
    0x76d50000 - 0x76df1000     C:\windows\system32\RPCRT4.dll
    0x75a00000 - 0x75ac9000     C:\windows\system32\USER32.dll
    0x75ad0000 - 0x75b1e000     C:\windows\system32\GDI32.dll
    0x77660000 - 0x7766a000     C:\windows\system32\LPK.dll
    0x76a60000 - 0x76afd000     C:\windows\system32\USP10.dll
    0x742d0000 - 0x7446e000     C:\windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
    0x759a0000 - 0x759f7000     C:\windows\system32\SHLWAPI.dll
    0x755a0000 - 0x755ec000     C:\windows\system32\apphelp.dll
    0x603c0000 - 0x6044d000     C:\windows\AppPatch\AcLayers.DLL
    0x75580000 - 0x7559b000     C:\windows\system32\SspiCli.dll
    0x75e10000 - 0x76a5a000     C:\windows\system32\SHELL32.dll
    0x76fe0000 - 0x7713c000     C:\windows\system32\ole32.dll
    0x75b20000 - 0x75baf000     C:\windows\system32\OLEAUT32.dll
    0x74cb0000 - 0x74cc7000     C:\windows\system32\USERENV.dll
    0x756a0000 - 0x756ab000     C:\windows\system32\profapi.dll
    0x6fde0000 - 0x6fe31000     C:\windows\system32\WINSPOOL.DRV
    0x6eeb0000 - 0x6eec2000     C:\windows\system32\MPR.dll
    0x50550000 - 0x50768000     C:\windows\AppPatch\AcGenral.DLL
    0x74000000 - 0x74040000     C:\windows\system32\UxTheme.dll
    0x73be0000 - 0x73c12000     C:\windows\system32\WINMM.dll
    0x72fc0000 - 0x72fcf000     C:\windows\system32\samcli.dll
    0x73ae0000 - 0x73af4000     C:\windows\system32\MSACM32.dll
    0x74b50000 - 0x74b59000     C:\windows\system32\VERSION.dll
    0x6eb10000 - 0x6eb13000     C:\windows\system32\sfc.dll
    0x6eb00000 - 0x6eb0d000     C:\windows\system32\sfc_os.DLL
    0x73b80000 - 0x73b93000     C:\windows\system32\dwmapi.dll
    0x75c30000 - 0x75dcd000     C:\windows\system32\SETUPAPI.dll
    0x758e0000 - 0x75907000     C:\windows\system32\CFGMGR32.dll
    0x75720000 - 0x75732000     C:\windows\system32\DEVOBJ.dll
    0x76e10000 - 0x76f21000     C:\windows\system32\urlmon.dll
    0x77140000 - 0x772f9000     C:\windows\system32\iertutil.dll
    0x76bf0000 - 0x76d0b000     C:\windows\system32\WININET.dll
    0x76e00000 - 0x76e03000     C:\windows\system32\Normaliz.dll
    0x2a9b0000 - 0x2ac09000     C:\windows\AppPatch\AcXtrnal.DLL
    0x6e360000 - 0x6e366000     C:\windows\system32\SHUNIMPL.DLL
    0x71190000 - 0x7119d000     C:\windows\system32\SortServer2003Compat.dll
    0x75dd0000 - 0x75def000     C:\windows\system32\IMM32.DLL
    0x77670000 - 0x7773c000     C:\windows\system32\MSCTF.dll
    0x5f4a0000 - 0x5f55e000     C:\Program Files\Java\jre7\bin\msvcr100.dll
    0x500e0000 - 0x50422000     C:\Program Files\Java\jre7\bin\client\jvm.dll
    0x72df0000 - 0x72df7000     C:\windows\system32\WSOCK32.dll
    0x76d10000 - 0x76d45000     C:\windows\system32\WS2_32.dll
    0x76be0000 - 0x76be6000     C:\windows\system32\NSI.dll
    0x77650000 - 0x77655000     C:\windows\system32\PSAPI.DLL
    0x73950000 - 0x7395c000     C:\Program Files\Java\jre7\bin\verify.dll
    0x6de70000 - 0x6de90000     C:\Program Files\Java\jre7\bin\java.dll
    0x6de50000 - 0x6de63000     C:\Program Files\Java\jre7\bin\zip.dll
    0x6c4f0000 - 0x6c504000     C:\Program Files\Java\jre7\bin\net.dll
    0x750d0000 - 0x7510c000     C:\windows\system32\mswsock.dll
    0x75020000 - 0x75026000     C:\windows\System32\wship6.dll
    0x71170000 - 0x7117f000     C:\Program Files\Java\jre7\bin\nio.dll
    0x50ec0000 - 0x51004000     C:\Program Files\Java\jre7\bin\awt.dll
    0x6d160000 - 0x6d19f000     C:\windows\system32\BAIDUJP20.IME
    0x755f0000 - 0x755fc000     C:\windows\system32\CRYPTBASE.dll
    0x00880000 - 0x0088f000     C:\Users\qnet630265\AppData\Local\Youdao\Dict\Application\5.4.43.3217\WordStrokeHelper32.dll
    0x64910000 - 0x64941000     C:\Program Files\Java\jre7\bin\fontmanager.dll
    0x6a8d0000 - 0x6a900000     C:\Program Files\Java\jre7\bin\t2k.dll
    0x649c0000 - 0x649ed000     C:\Program Files\Java\jre7\bin\kcms.dll
    0x75110000 - 0x75126000     C:\windows\system32\CRYPTSP.dll
    0x74e80000 - 0x74ebb000     C:\windows\system32\rsaenh.dll
    0x74110000 - 0x74120000     C:\windows\system32\NLAapi.dll
    0x6d850000 - 0x6d860000     C:\windows\system32\napinsp.dll
    0x6d750000 - 0x6d762000     C:\windows\system32\pnrpnsp.dll
    0x74f60000 - 0x74fa4000     C:\windows\system32\DNSAPI.dll
    0x6d740000 - 0x6d748000     C:\windows\System32\winrnr.dll
    0x6f130000 - 0x6f157000     C:\Program Files\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL
    0x74be0000 - 0x74be5000     C:\windows\System32\wshtcpip.dll
    0x72e10000 - 0x72e2c000     C:\windows\system32\IPHLPAPI.DLL
    0x72e00000 - 0x72e07000     C:\windows\system32\WINNSI.DLL
    0x6f120000 - 0x6f126000     C:\windows\system32\rasadhlp.dll
    0x71130000 - 0x71168000     C:\windows\System32\fwpuclnt.dll
    0x77300000 - 0x77383000     C:\windows\system32\CLBCatQ.DLL
    0x73820000 - 0x73950000     C:\windows\system32\WindowsCodecs.dll
    0x6cad0000 - 0x6cb01000     C:\windows\system32\EhStorShell.dll
    0x745a0000 - 0x74695000     C:\windows\system32\PROPSYS.dll
    0x6bcf0000 - 0x6c0f6000     C:\PROGRA~1\MICROS~2\Office14\GROOVEEX.DLL
    0x6f810000 - 0x6f8b3000     C:\windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57\MSVCR90.dll
    0x6f2a0000 - 0x6f32e000     C:\windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57\MSVCP90.dll
    0x6cd50000 - 0x6cd7b000     C:\windows\WinSxS\x86_microsoft.vc90.atl_1fc8b3b9a1e18e3b_9.0.30729.6161_none_51cd0a7abbe4e19b\ATL90.DLL
    0x6b8d0000 - 0x6bcea000     C:\PROGRA~1\COMMON~1\MICROS~1\OFFICE14\Cultures\office.odf
    0x6b0a0000 - 0x6b8cb000     C:\PROGRA~1\MICROS~2\Office14\1041\GrooveIntlResource.dll
    0x6b030000 - 0x6b09a000     C:\windows\System32\cscui.dll
    0x6c830000 - 0x6c839000     C:\windows\System32\CSCDLL.dll
    0x6d560000 - 0x6d56b000     C:\windows\system32\CSCAPI.dll
    0x6adf0000 - 0x6ae60000     C:\windows\system32\ntshrui.dll
    0x753d0000 - 0x753e9000     C:\windows\system32\srvcli.dll
    0x74070000 - 0x7407a000     C:\windows\system32\slc.dll
    0x6c660000 - 0x6c6ed000     C:\Program Files\Baidu\IME\3.3.3.4\BaiduFrontEnd.dll
    0x6a780000 - 0x6a7cd000     C:\Program Files\Baidu\IME\3.3.3.4\baidujptip.dll
    0x620e0000 - 0x62104000     C:\Program Files\Java\jre7\bin\dcpr.dll
    0x62d80000 - 0x62d9f000     C:\Program Files\R\R-2.15.3a\library\rJava\jri\jri.dll
    0x1ed00000 - 0x1f126000     C:\Program Files\R\R-2.15.3a\bin\i386\R.dll
    0x6e180000 - 0x6e1c1000     C:\Program Files\R\R-2.15.3a\bin\i386\Rblas.dll
    0x641c0000 - 0x641de000     C:\Program Files\R\R-2.15.3a\bin\i386\Riconv.dll
    0x63540000 - 0x635a8000     C:\Program Files\R\R-2.15.3a\bin\i386\Rgraphapp.dll
    0x75bb0000 - 0x75c2b000     C:\windows\system32\COMDLG32.DLL
    0x72af0000 - 0x72af5000     C:\windows\system32\MSIMG32.DLL
    0x6f8c0000 - 0x6f8ec000     C:\Program Files\R\R-2.15.3a\bin\i386\Rzlib.dll
    0x64a40000 - 0x64a50000     C:\Program Files\R\R-2.15.3a\library\methods\libs\i386\methods.dll
    0x6fc80000 - 0x6fcc3000     C:\Program Files\R\R-2.15.3a\library\grDevices\libs\i386\grDevices.dll
    0x20280000 - 0x202ed000     C:\Program Files\R\R-2.15.3a\library\stats\libs\i386\stats.dll
    0x202f0000 - 0x20545000     C:\Program Files\R\R-2.15.3a\bin\i386\Rlapack.dll
    0x621e0000 - 0x62205000     C:\Program Files\Java\jre7\bin\jpeg.dll
    0x6df00000 - 0x6df24000     C:\Program Files\R\R-2.15.3a\library\sna\libs\i386\sna.dll
    0x70b20000 - 0x70c0b000     C:\windows\system32\dbghelp.dll

    VM Arguments:
    jvm_args: -Djava.library.path=C:\Program Files\R\R-2.15.3a\library\rJava\jri -Dfile.encoding=MS932 
    java_command: com.fujitsu.labs.esnet.gui.ESNetGUIMain
    Launcher Type: SUN_STANDARD

    Environment Variables:
    PATH=C:\Program Files\R\R-2.15.3a\bin\i386;C:\Program Files\R\R-2.15.3a\library\rJava\jri\i386
    USERNAME=qnet630265
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 58 Stepping 9, GenuineIntel



    ---------------  S Y S T E M  ---------------

    OS: Windows Server 2003 family Build 3790 Service Pack 1

    CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 58 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, ht, tsc, tscinvbit, tscinv

    Memory: 4k page, physical 3537444k(1096580k free), swap 7073136k(3757384k free)

    vm_info: Java HotSpot(TM) Client VM (23.25-b01) for windows-x86 JRE (1.7.0_25-b17), built on Jun 21 2013 13:06:48 by "java_re" with unknown MS VC++:1600

    time: Tue Aug 13 14:09:36 2013
    elapsed time: 16 seconds

0 个答案:

没有答案