[Quickfix-developers] Unexpected exception in native code outside the VM
Brought to you by:
orenmnero
From: Billy R. <bru...@ra...> - 2004-02-04 01:16:53
|
Hi- I just successfully compiled the quickfix_jni.dll per the instructions in the docs (after a fresh install of VisualStudio.NET) on Windows XP Professional. I wrote a simple Acceptor application and get the following when I run it. Anyone seen this or have any ideas? Thanks, -Billy ------------------------------------ An unexpected exception has been detected in native code outside the VM. Unexpected Signal : unknown exception code (0xe06d7363) occurred at PC=0x77E73887 Function=RaiseException+0x50 Library=C:\WINDOWS\system32\kernel32.dll Current Java thread: at org.quickfix.SocketAcceptor.create(Native Method) at org.quickfix.SocketAcceptor.<init>(Unknown Source) at com.randomwalk.quickfix.FIXAcceptor.main(FIXAcceptor.java:29) Dynamic libraries: 0x00400000 - 0x00407000 C:\j2sdk1.4.2_03\bin\javaw.exe 0x77F50000 - 0x77FF7000 C:\WINDOWS\System32\ntdll.dll 0x77E60000 - 0x77F46000 C:\WINDOWS\system32\kernel32.dll 0x77DD0000 - 0x77E5D000 C:\WINDOWS\system32\ADVAPI32.dll 0x78000000 - 0x78086000 C:\WINDOWS\system32\RPCRT4.dll 0x77D40000 - 0x77DCC000 C:\WINDOWS\system32\USER32.dll 0x77C70000 - 0x77CB0000 C:\WINDOWS\system32\GDI32.dll 0x77C10000 - 0x77C63000 C:\WINDOWS\system32\MSVCRT.dll 0x08000000 - 0x08138000 C:\j2sdk1.4.2_03\jre\bin\client\jvm.dll 0x76B40000 - 0x76B6C000 C:\WINDOWS\System32\WINMM.dll 0x10000000 - 0x10007000 C:\j2sdk1.4.2_03\jre\bin\hpi.dll 0x00820000 - 0x0082E000 C:\j2sdk1.4.2_03\jre\bin\verify.dll 0x00830000 - 0x00849000 C:\j2sdk1.4.2_03\jre\bin\java.dll 0x00850000 - 0x0085D000 C:\j2sdk1.4.2_03\jre\bin\zip.dll 0x02E40000 - 0x02EB6000 C:\projects\Tibco Test\lib\quickfix_jni.dll 0x71AB0000 - 0x71AC5000 C:\WINDOWS\System32\WS2_32.dll 0x71AA0000 - 0x71AA8000 C:\WINDOWS\System32\WS2HELP.dll 0x771B0000 - 0x772D1000 C:\WINDOWS\system32\ole32.dll 0x77120000 - 0x771AB000 C:\WINDOWS\system32\OLEAUT32.dll 0x7C080000 - 0x7C0F7000 C:\WINDOWS\System32\MSVCP70.dll 0x7C000000 - 0x7C054000 C:\WINDOWS\System32\MSVCR70.dll 0x76FD0000 - 0x77048000 C:\WINDOWS\System32\CLBCATQ.DLL 0x77050000 - 0x77115000 C:\WINDOWS\System32\COMRes.dll 0x77C00000 - 0x77C07000 C:\WINDOWS\system32\VERSION.dll 0x76C90000 - 0x76CB2000 C:\WINDOWS\system32\imagehlp.dll 0x6D510000 - 0x6D58D000 C:\WINDOWS\system32\DBGHELP.dll 0x76BF0000 - 0x76BFB000 C:\WINDOWS\System32\PSAPI.DLL Heap at VM Abort: Heap def new generation total 576K, used 284K [0x10010000, 0x100b0000, 0x104f0000) eden space 512K, 54% used [0x10010000, 0x100557f0, 0x10090000) from space 64K, 9% used [0x100a0000, 0x100a1920, 0x100b0000) to space 64K, 0% used [0x10090000, 0x10090000, 0x100a0000) tenured generation total 1408K, used 244K [0x104f0000, 0x10650000, 0x14010000) the space 1408K, 17% used [0x104f0000, 0x1052d128, 0x1052d200, 0x10650000) compacting perm gen total 7168K, used 7128K [0x14010000, 0x14710000, 0x18010000) the space 7168K, 99% used [0x14010000, 0x14706078, 0x14706200, 0x14710000) Local Time = Tue Feb 03 17:08:59 2004 Elapsed Time = 1 # # The exception above was detected in native code outside the VM # # Java VM: Java HotSpot(TM) Client VM (1.4.2_03-b02 mixed mode) # # An error report file has been saved as hs_err_pid1076.log. # Please refer to the file for further information. # Process terminated with exit code 1 |