Re: SIGSEGV with several applets

2006-09-08 Thread Richard Baldwin
I send this original message out over a week ago and nobody has responded yet. Has anyone else had this problem and if so what was the solution to it? Any help would be greatly appreciated. Richard. On Wed, 2006-09-06 at 09:56 -0400, Richard Baldwin wrote: > On Wed, 2006-08-30 at 16:07 -0400, Ri

Re: SIGSEGV with several applets

2006-09-06 Thread Richard Baldwin
On Wed, 2006-08-30 at 16:07 -0400, Richard Baldwin wrote: > When using the debian packages j2re1.4 (1.4.2.03-1) and j2sdk1.4 (same > revision) and x86_64, several applets are causing browser crashes with a > segmentation fault, is there a currently known solution to this issue or > is it relatively

Re: SIGSEGV 11* segmentation violation

2000-08-25 Thread Joi Ellis
hao huang wrote: > > I crossed over some informaiton on the internet last week says that only > green threads is working on JDK 1.2 or earlier realese (may fixed in 1.3, I > did not try). You can search on Sun's web site bug report for details. Good > luck! > > Hao Huang > Avienda Technologies >

RE: SIGSEGV 11* segmentation violation

2000-08-25 Thread hao huang
I crossed over some informaiton on the internet last week says that only green threads is working on JDK 1.2 or earlier realese (may fixed in 1.3, I did not try). You can search on Sun's web site bug report for details. Good luck! Hao Huang Avienda Technologies Tel: 404-262-4358 Email: [EMAIL PRO

Re: SIGSEGV

2000-07-01 Thread Jesus M. Salvo Jr.
I have filed this as a bug. It seems that blackdown's 1.2.2 jvm has a problem reading or loading or executing one particular class file generated by JBuilder 3.5's compiler, while the same class file can be executed/loaded/read by sun's 1.2.2 jvm. The bug that I have submitted can be read here: h

Re: SIGSEGV

2000-06-29 Thread Nathan Meyers
I think JBuilder has its own compiler. Nathan On Thu, Jun 29, 2000 at 05:44:18PM +, Jesus M. Salvo Jr. wrote: > > Hi! > > Environment: > JDK 1.2.2 RC4 > RedHat 6.0 with upgraded glibc to 2.1.2 > kernel 2.2.16 > > Does anyone know how to figure out what EXACT command line options > JBuil

Re: SIGSEGV

2000-06-29 Thread Jesus M. Salvo Jr.
In short, I would like to be able to reproduce the SIGSEGV when the .java files are compiled using 'javac' from a command line. I have tried javac -g -O -deprecate, but I can't replicate the SIGSEGV when I run the sample application. Only way to have that SIGSEGV come up if I compile from within

Re: SIGSEGV with JNI_CreateJavaVM

2000-01-25 Thread Pierre Héroux
I installed jdk1.2.2RC3 solved the problem but now I get the following message Font specified in font.properties not found [--dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] How can I fix it ? Pierre -- To UNSUBSCR

Re: SIGSEGV with JNI_CreateJavaVM

2000-01-24 Thread Pierre Héroux
The example helloworld.cpp gives me the same error. Here is my makefile. What's wrong Pierre JDK = /usr/local/jdk1.2.2 REP_INC = -I$(JDK)/include \ -I$(JDK)/include/linux REP_LIB = -L$(JDK)/lib/i386 \ -L$(JDK)/jre/lib/i386 \ -L$(JDK)/jre/lib/i386/classic \

Re: SIGSEGV with JNI_CreateJavaVM

2000-01-24 Thread Juergen Kreileder
> Pierre Héroux writes: Pierre> I use JDK1.2.2 RC2 on RedHat 6.1. The following code Pierre> gives a SIGSEGV on JNI_CreateJavaVM. Could you tell me Pierre> where is the problem. Pierre> #include Pierre> #include Pierre> #include Pierre> int main(int argc, ch

Re: SIGSEGV 11* segmentation violation

1998-10-15 Thread Rudhuwan Abu Bakar
this one I have experienced it. You got a memory problem there. > But when I try something like: > $java Hello > I get: > > SIGSEGV 11* segmentation violation > > Full thread dump: > Monitor Cache Dump: > Registered Monitor Dump: > Monitor IO lock: > Child death monitor: > E

Re: SIGSEGV 11* segmentation violation

1998-10-15 Thread Java News Collector
Andrew, I'd like to say, in the nicest way possible, your java installation isn't using the correct libraries. Either you have a mixed set of libraries or some mixed java code. I would suggest removing previous versions of java that may use the old libc5 libraries, making sure you have a clean

Re: SIGSEGV 11 in JDK 1.1.6 4a!!!

1998-09-07 Thread Kevin B. Hendricks
Hi, Did you by any chance read the release that Karl posted that announced the JDK116_v4a? It talks about seg-faults and points people to the FAQ which has lots of things to try to help sort out old/new/incompatible system shared libraries. The FAQ talks about ld.so 1.9.9 and some problems it se

Re: SIGSEGV 11* segmentation violation

1998-07-16 Thread Steffen Tacke
> Currently i have to develop an application that is based on a C++ Core. > For testing purpose i just called some C++-Functions that simply do some > cout stuff from within a selfwritten Java-GUI. The functions are called > succesfully but if i want proceed in the Java-Programm i ALWAYS get an:

Re: SIGSEGV 11* segmentation violation

1998-07-15 Thread Dan Fasulo
I had a similar problem with JDK v1.1.x under RedHat 5.0 (i.e., with glibc). It was solved by upgrading to gcc 2.8. libc5 linux systems don't seem to have this problem. Dan On Wed, 15 Jul 1998, Steffen Tacke wrote: > Hi ! > > Currently i have to develop an application that is based on a C+