Menu

FreeMind on NT4

Help
2004-11-02
2013-04-11
  • Nobody/Anonymous

    Hello, I got this log after FreeMind 0_7_1 on WinNT :

    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ILLEGAL_INSTRUCTION_2 (0xc000001e) occurred at PC=0x1836C4
    Function=Getmonths+0x83
    Library=C:\WINNT\system32\MSVCRT.dll

    Current Java thread:
        at sun.awt.windows.Win32OffScreenSurfaceData.initDDraw(Native Method)
        at sun.awt.windows.Win32OffScreenSurfaceData.<clinit>(Unknown Source)
        at sun.awt.Win32GraphicsDevice.<clinit>(Unknown Source)
        at sun.awt.Win32GraphicsEnvironment.makeScreenDevice(Unknown Source)
        at sun.java2d.SunGraphicsEnvironment.getScreenDevices(Unknown Source)
        - locked <0x100638a8> (a sun.awt.Win32GraphicsEnvironment)
        at sun.awt.Win32GraphicsEnvironment.getDefaultScreenDevice(Unknown Source)
        at java.awt.Window.init(Unknown Source)
        at java.awt.Window.<init>(Unknown Source)
        at java.awt.Frame.<init>(Unknown Source)
        at javax.swing.JFrame.<init>(Unknown Source)
        at freemind.main.FreeMind.<init>(FreeMind.java:78)
        at freemind.main.FreeMind.main(FreeMind.java:496)

    Dynamic libraries:
    0x00400000 - 0x0040B000     C:\WINNT\system32\java.exe
    0x77F70000 - 0x77FD1000     C:\WINNT\System32\ntdll.dll
    0x77DC0000 - 0x77DFF000     C:\WINNT\system32\ADVAPI32.dll
    0x77F00000 - 0x77F61000     C:\WINNT\system32\KERNEL32.dll
    0x77E70000 - 0x77EC2000     C:\WINNT\system32\USER32.dll
    0x78010000 - 0x78045000     C:\WINNT\system32\GDI32.dll
    0x77E10000 - 0x77E67000     C:\WINNT\system32\RPCRT4.dll
    0x00170000 - 0x001B4000     C:\WINNT\system32\MSVCRT.dll
    0x10000000 - 0x10019000     C:\WINNT\system32\NVDESK32.DLL
    0x08000000 - 0x08139000     C:\Program Files\Java\j2re1.4.2_05\bin\client\jvm.dll
    0x00950000 - 0x0097B000     C:\WINNT\system32\WINMM.dll
    0x6BC00000 - 0x6BC10000     C:\WINNT\system32\SMNT40.dll
    0x69F00000 - 0x69FBA000     C:\WINNT\system32\adisynth.dll
    0x00A30000 - 0x00A37000     C:\Program Files\Java\j2re1.4.2_05\bin\hpi.dll
    0x00A50000 - 0x00A5E000     C:\Program Files\Java\j2re1.4.2_05\bin\verify.dll
    0x00A60000 - 0x00A79000     C:\Program Files\Java\j2re1.4.2_05\bin\java.dll
    0x00A80000 - 0x00A8D000     C:\Program Files\Java\j2re1.4.2_05\bin\zip.dll
    0x18280000 - 0x18392000     C:\Program Files\Java\j2re1.4.2_05\bin\awt.dll
    0x77C00000 - 0x77C18000     C:\WINNT\system32\WINSPOOL.DRV
    0x76AC0000 - 0x76AC5000     C:\WINNT\system32\IMM32.dll
    0x77B20000 - 0x77BD1000     C:\WINNT\system32\ole32.dll
    0x183A0000 - 0x183F1000     C:\Program Files\Java\j2re1.4.2_05\bin\fontmanager.dll
    0x77130000 - 0x77156000     C:\WINNT\system32\ddraw.dll
    0x18600000 - 0x1861D000     C:\WINNT\system32\imagehlp.dll
    0x4FB80000 - 0x4FB8A000     C:\WINNT\system32\PSAPI.DLL

    Heap at VM Abort:
    Heap
    def new generation   total 576K, used 511K [0x10020000, 0x100c0000, 0x10500000)
      eden space 512K,  99% used [0x10020000, 0x1009fff0, 0x100a0000)
      from space 64K,   0% used [0x100a0000, 0x100a0000, 0x100b0000)
      to   space 64K,   0% used [0x100b0000, 0x100b0000, 0x100c0000)
    tenured generation   total 1408K, used 0K [0x10500000, 0x10660000, 0x14020000)
       the space 1408K,   0% used [0x10500000, 0x10500000, 0x10500200, 0x10660000)
    compacting perm gen  total 4096K, used 2112K [0x14020000, 0x14420000, 0x18020000)
       the space 4096K,  51% used [0x14020000, 0x142303b8, 0x14230400, 0x14420000)

    Local Time = Tue Nov 02 16:13:52 2004
    Elapsed Time = 0
    #
    # The exception above was detected in native code outside the VM
    #
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_05-b04 mixed mode)
    #

    Any idea ?
    Thanks,
    Marc

     
    • Eric L.

      Eric L. - 2004-11-02

      Hi,

      OK, Windows is not my cup of tea, but my attention was just catched by someone still using NT4 (no chance you migrate soon to Linux? ;-) ).

      Some ideas:
      - http://java.sun.com/j2se/1.4.2/system-configurations.html says you need NT4 SP6a.
      - searching for "Library=C:\WINNT\system32\MSVCRT.dll" in google, I find some complains about similar error messages, so that I'd say it's more a Java problem than a FreeMind problem.
      - MSVCRT.DLL is the runtime DLL for Visual C++, you might try to get a more recent version from somewhere!? (really no clue here).

      Hope this helps,
      Eric

       

Log in to post a comment.