Re: C++ with JNI with JDK1.2pre2 with sunwjit crashes on Linux

1999-06-11 Thread Bob Cadenza
I would like to see an example. --- Marcel Ruff <[EMAIL PROTECTED]> wrote: > Hi, > > I have a little HelloWorldAwt.C sample, which > crashes on Linux when > compiled and linked as C++ code (using g++). > HelloWorldAwt.C invokes via JNI a litle Java popup. > > When disabling the JIT it works f

C++ with JNI with JDK1.2pre2 with sunwjit crashes on Linux

1999-06-10 Thread Marcel Ruff
Hi, I have a little HelloWorldAwt.C sample, which crashes on Linux when compiled and linked as C++ code (using g++). HelloWorldAwt.C invokes via JNI a litle Java popup. When disabling the JIT it works fine. But: --- Compiled and linked as C (using cc) it runs fine (with or without JIT) The p