Re: [Quickfix-developers] Unexpected exception in native code outside the VM
Brought to you by:
orenmnero
From: Miller, O. <OM...@ri...> - 2004-02-04 03:10:02
|
Looks like there is an exception that isn't being caught. I'll take a = look at it. -------------------------- Sent from my BlackBerry Wireless Handheld -----Original Message----- From: Billy Rutledge <bru...@ra...> CC: Quickfix-Developers <qui...@li...> Sent: Tue Feb 03 19:31:23 2004 Subject: Re: [Quickfix-developers] Unexpected exception in native code = outside the VM FYI- I added the line: 'SocketAcceptPort=3D8143' to the defaults section and resolved the unexpected exception. -Billy Billy Rutledge wrote: > 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=20 > Professional. I wrote a simple Acceptor application and get the=20 > 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=20 > PC=3D0x77E73887 > Function=3DRaiseException+0x50 > Library=3DC:\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,=20 > 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,=20 > 0x14010000) > the space 1408K, 17% used [0x104f0000, 0x1052d128, 0x1052d200,=20 > 0x10650000) > compacting perm gen total 7168K, used 7128K [0x14010000, 0x14710000,=20 > 0x18010000) > the space 7168K, 99% used [0x14010000, 0x14706078, 0x14706200,=20 > 0x14710000) > > Local Time =3D Tue Feb 03 17:08:59 2004 > Elapsed Time =3D 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 > > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers |