Re: SIGSEGV with several applets

2006-09-08 Thread Richard Baldwin
nknown? I have enclosed the log from one such crash: > > # > > # An unexpected error has been detected by HotSpot Virtual Machine: > > # > > # SIGSEGV (0xb) at pc=0x2b34f7da, pid=11070, tid=1100601696 > > # > > # Java VM: Java HotSpot(TM) 64-Bit Server

Re: SIGSEGV with several applets

2006-09-06 Thread Richard Baldwin
r > is it relatively unknown? I have enclosed the log from one such crash: > # > # An unexpected error has been detected by HotSpot Virtual Machine: > # > # SIGSEGV (0xb) at pc=0x2b34f7da, pid=11070, tid=1100601696 > # > # Java VM: Java HotSpot(TM) 64-Bit Server VM (B

SIGSEGV with several applets

2006-08-30 Thread Richard Baldwin
unexpected error has been detected by HotSpot Virtual Machine: # # SIGSEGV (0xb) at pc=0x2b34f7da, pid=11070, tid=1100601696 # # Java VM: Java HotSpot(TM) 64-Bit Server VM (Blackdown-1.4.2-03 mixed mode) # Problematic frame: # V [libjvm.so+0x3327da] # --- T H R E A D

SIGSEGV with DB2 (java) client on Linux

2001-02-09 Thread Maarten Oelering
Hello, I sometimes get a SIGSEGV (segmentation violation) that crashes my JVM when calling the IBM DB2 JDBC driver. The problem occurs with both the IBM JDK and the Blackdown JDK. Both JDKs report a SIGSEGV 11* segmentation violation with the same stack trace: "Thread-5" (TID:

Re: SIGSEGV 11* segmentation violation

2000-08-25 Thread Joi Ellis
ang > Avienda Technologies > Tel: 404-262-4358 > Email: [EMAIL PROTECTED] > > -Original Message- > From: Francois Boisvert [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 23, 2000 1:38 PM > To: Java-Linux > Subject: SIGSEGV 11* segmentation violation > &g

RE: SIGSEGV 11* segmentation violation

2000-08-25 Thread hao huang
EMAIL PROTECTED] -Original Message- From: Francois Boisvert [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 23, 2000 1:38 PM To: Java-Linux Subject: SIGSEGV 11* segmentation violation Hi! I have a package that I want to run under Linux (Red Hat 6.2) and when the program calls a n

SIGSEGV 11* segmentation violation

2000-08-23 Thread Francois Boisvert
Hi! I have a package that I want to run under Linux (Red Hat 6.2) and when the program calls a native function through JNI I get: SIGSEGV 11* segmentation violation si_signo [11]: SIGSEGV 11* segmentation violation si_errno [0]: Success si_code [0]: SI_USER [pid: 0, uid: 0

SIGSEGV 11 (*) segmentation violation

2000-08-02 Thread yangyuexiang
Hi, Everyone I meet the following error when I run my java program. Who can tell me its mean? I run IBM Jdk1.3 and Java3D 1.2 from blackdown. The error occurred during my running 3D programming. SIGSEGV 11 (*) segmentation violation stackpointer=0xbdfc1d08 Thanks very much! yangyuexiang

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
EXACT command line options > JBuilder Foundation 3.5 uses to compile source files? > Everytime I 'rebuild the project', I cannot even see a 'javac' either > with 'ps' or 'top'. > > I ask this because I get a SIGSEGV when running a sample applicati

SIGSEGV

2000-06-29 Thread Jesus M. Salvo Jr.
er with 'ps' or 'top'. I ask this because I get a SIGSEGV when running a sample application and the .java files are compiled from within JBuilder 3.5. If I compile them all using straight javac from a shell, I get no SIGSEGV when running the sample application. Whats more w

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 comp

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> #includ

SIGSEGV with JNI_CreateJavaVM

2000-01-24 Thread Pierre Héroux
I use JDK1.2.2 RC2 on RedHat 6.1. The following code gives a SIGSEGV on JNI_CreateJavaVM. Could you tell me where is the problem. #include #include #include int main(int argc, char **argv) { JavaVM * jvm; JNIEnv * env; JavaVMInitArgs vm_args; vm_args.version = 0x00010001

Solved SIGSEGV 11* !!!

1999-12-13 Thread Anthony G. Starovojtov
I've got segmentation violation error while trying to run simple JNI program. I use RedHat 6.1, glibc 2.1, jdk117v3. I've read all the solutions in FAQ but nothing helped. Well, once more solution is to compile C library with -shared key. After that all works. gcc -shared -I/jdk/include -I/jdk/

SIGSEGV 11* segmentation violation

1999-10-31 Thread Jeremy Hansen
I believe I already know the answer to this, but I thought I'd ask anyway to make sure. It's something to do with native threads and Linux. I'm using green threads and it seems to be ok right now. SIGSEGV 11* segmentation violation stackpointer=0xbdfff66c Full thre

SIGSEGV in jdb_g

1999-10-22 Thread Oleg Bogucharov - sw.com.sg
Hi, I am trying to run jdb_g without any parameters. And first that I see after launch is SIGSEGV. I use JDK 1.2 pre-release 2 on Red Hat 6.0 kernel 2.2.5-15. jdb do not shows SIGSEGV but hangs later in debugging. Do anybody have such errors experience? Any help would be greatly appreciated

[Fwd: SIGSEGV 11* using native threads..]

1999-07-28 Thread Sree Kumar
elease 6.0 (Hedwig) > Kernel 2.2.5-15 on an i686 > > Any help would be greatly appreciated. > -- Sree > [EMAIL PROTECTED] > > SIGSEGV 11* segmentation violation > > Full thread dump: > Monitor Cache Dump: > Registered Monitor Dump: > Name and type hash tabl

JDK 1.2 Bug sigsegv and swing sizeing

1999-03-14 Thread trevor
return (Object)"XXX" ; } }; JTable t = new JTable(tm); JScrollPane s = new JScrollPane(t); Container p = getContentPane(); p.add(s); } public static void main(String[] args){ Test1 i = new Test1(); i.pack(); i.setVisible(true);

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 lo

Re: SIGSEGV 11* segmentation violation

1998-10-15 Thread Java News Collector
>.. >-verify verify all classes when read in >-verifyremote verify classes read in over the network [default] >-noverify do not verify any class > >It's ok. > >But when I try something like: >$java Hello >I get: > >SIGSEGV 11* se

SIGSEGV 11* segmentation violation

1998-10-15 Thread Andrew Lipnitsky
classes when read in -verifyremote verify classes read in over the network [default] -noverify do not verify any class It's ok. But when I try something like: $java Hello I get: SIGSEGV 11* segmentation violation Full thread dump: Monitor Cache Dump: Registered Monitor

Re: JDK 1.1.6v4a SIGSEGV 11 and fix, worked for v2, too.

1998-09-07 Thread R. Paul Warriner
BTW, I am using ld.so.1.9.9 R. Paul Warriner wrote: > I was having the same trouble in jdk1.1.6v2. > Your solution worked for me, too. > > Thanks, Paul, > R. Paul Warriner > > Paul Ho wrote: > > > JDK 1.1.6v4a give me SIGSEGV "out of the box". &g

Re: JDK 1.1.6v4a SIGSEGV 11 and fix, worked for v2, too.

1998-09-07 Thread R. Paul Warriner
I was having the same trouble in jdk1.1.6v2. Your solution worked for me, too. Thanks, Paul, R. Paul Warriner Paul Ho wrote: > JDK 1.1.6v4a give me SIGSEGV "out of the box". > > Dump from java_g: > SIGSEGV 11* segmentation violation > > Full thread dump: >

JDK 1.1.6v4a SIGSEGV 11 and fix

1998-09-07 Thread Steve Byrne
Paul Ho writes: > JDK 1.1.6v4a give me SIGSEGV "out of the box". > > Dump from java_g: > SIGSEGV 11* segmentation violation > > Full thread dump: > "../../../../src/genunix/java/green_threads/src/monitor_md.c", line 443: > assertion fail

JDK 1.1.6v4a SIGSEGV 11 and fix

1998-09-07 Thread Paul Ho
JDK 1.1.6v4a give me SIGSEGV "out of the box". Dump from java_g: SIGSEGV 11* segmentation violation Full thread dump: "../../../../src/genunix/java/green_threads/src/monitor_md.c", line 443: assertion failure *** panic: Internal error dumping threads! My config: jdk

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

SIGSEGV 11 in JDK 1.1.6 4a!!!

1998-09-07 Thread Mats Petersson
Hello. I recently downloaded JDK 1.1.6 4a in the belief that it would go very smoothly, but I haven't got it running here whatsoever. I get he following message when for example trying to run a demo: SIGSEGV 11* segmentation violation Full thread dump: Monitor Cache Dump: Regis

Re: SIGSEGV 11* segmentation violation

1998-07-16 Thread Steffen Tacke
LWAYS get an: > SIGSEGV 11* segmentation violation > stackbase=0x413c5000, stackpointer=0x413c4a28 > > Full thread dump: > "Thread-5" (TID:0x4065e658, sys_thread_t:0x414fef04, state:MW) prio=5 > [...and so on...] > > The same kind of error happens a

Re: SIGSEGV 11* segmentation violation

1998-07-15 Thread Dan Fasulo
s 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: > SIGSEGV 11* segmentation vio

SIGSEGV 11* segmentation violation

1998-07-15 Thread Steffen Tacke
: SIGSEGV 11* segmentation violation stackbase=0x413c5000, stackpointer=0x413c4a28 Full thread dump: "Thread-5" (TID:0x4065e658, sys_thread_t:0x414fef04, state:MW) prio=5 [...and so on...] The same kind of error happens also with a different C++ Library but similar calls (