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
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
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
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:
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
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
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
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
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
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
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
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
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
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 \
>>>>> 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
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
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/
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
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
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
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);
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
>..
>-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
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
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
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:
>
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 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
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
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
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
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
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 (
33 matches
Mail list logo