Re: [Quickfix-developers] executor.java crashing
Brought to you by:
orenmnero
From: Oren M. <ore...@ya...> - 2003-07-22 01:27:20
|
The problem is the compiler. 2.96 is a buggy unnoficial release: http://gcc.gnu.org/gcc-2.96.html One of the problems is if exception is thrown inside a shared object, event if it is caught, applications will crash. This is why this is a problem with the JNI shared object. You should either move to gcc 2.95.3, or upgrade to 3.2 James Walker <wa...@jl...> wrote: I'm trying to run tradeclient against the java version of executor and executor crashes everytime I connect to it. The C++ version of executor works fine. I'm using gcc version 2.96 under RedHat Linux. I'm running java 1.3.1 08. The only information that I get from the jvm is that I executed code at pc 0x0. I've tried quickfix 1.4, 1.5, and the latest CVS version. I'm wondering what success people have had with JNI on Linux. Any advice would be welcome. -- Les Walker ------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers --------------------------------- Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software |