Segmentation violation with jdk118_v2 on IPAQ

2005-05-03 Thread Yun Ding
* segmentation violation stackbase=(nil), stackpointer=0xb590 Full thread dump: "Clock" (TID:0x40458088, sys_thread_t:0x412f9e38, state:CW) prio=12 NULL (TID:0x404580b0, sys_thread_t:0x2042e58, state:R) prio=5/home/guest/hom es/[EMAIL PROTECTED]/jdk118_v2/bin/../bin/armv4l/green_thr

Solved - Re: Segmentation violation (even with ulimit -s 2048)

2002-12-02 Thread John Neffenger
s "-green -Xmx256m -Xss64k". But now I'm getting daily segmentation violations on our server -- one or two per day: SIGSEGV 11* segmentation violation si_signo [11]: SIGSEGV 11* segmentation violation si_errno [0]: Success si_code [0]: SI_USER [pid: 0, uid: 0]

Re: Segmentation violation (even with ulimit -s 2048)

2002-11-05 Thread Matt Avery
the options "-green -Xmx256m -Xss64k". But now I'm getting daily segmentation violations on our server -- one or two per day: SIGSEGV 11* segmentation violation si_signo [11]: SIGSEGV 11* segmentation violation si_errno [0]: Success si_code [0]: SI_USER [pid

Segmentation violation (even with ulimit -s 2048)

2002-11-05 Thread John Neffenger
ing daily segmentation violations on our server -- one or two per day: SIGSEGV 11* segmentation violation si_signo [11]: SIGSEGV 11* segmentation violation si_errno [0]: Success si_code [0]: SI_USER [pid: 0, uid: 0] stackpointer=0x523f0528 I get either a nice Java thread

RE : Segmentation violation with 1.3.0 for PowerPC

2001-09-19 Thread Franck Routier
Hi, I have the exact same problem as the one described by Stefan on Thu, 09 Aug 2001 ... Has there been any begining of solution on that one ? Thanks, Franck --- Franck Routier SHC - Support FIH9 -- To UNSUBSCRIBE, ema

Segmentation violation with 1.3.0 for PowerPC

2001-08-09 Thread Stefan Heimann
Hi! jdk 1.3.0 for ppc from blackdown works fine, except when I try to run JBoss WITH embeded tomcat. First I got a java.lang.OutOfMemoryException, so I set the maximum heap size to 128 MB. With this setup I get the follwing error: SIGSEGV 11* segmentation violation si_signo [11]: SIGSEGV

Segmentation violation with 1.3.0 for PowerPC

2001-08-09 Thread Stefan Heimann
Hi! jdk 1.3.0 for ppc from blackdown works fine, except when I try to run JBoss WITH embeded tomcat. First I got a java.lang.OutOfMemoryException, so I set the maximum heap size to 128 MB. With this setup I get the follwing error: SIGSEGV 11* segmentation violation si_signo [11]: SIGSEGV

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: segmentation violation when invoking JVM

1999-12-21 Thread Jean-Pierre Fournier
> > jclass cls = env->FindClass("Main"); > jmethodID mid = env->GetStaticMethodID(cls, "main", "()V"); > I'm no expert, but your problem appears to be right above. You are trying to locate a main method that takes no args, but your main method in your java program takes an arr

segmentation violation when invoking JVM

1999-12-21 Thread benito . meeuwis
Hi, I'm using the code below to invoke the JVM. The code compiles and links Ok. When I try to run the code, the CallStaticVoidMethod(cls,mid) returns an error (segmentation violation). I'm using JDK1.1.7 version 3 and Linux 6.1 (SUSE). Does anybody know what causes this error ??? Th

Segmentation violation with 1020 timeout sockets

1999-12-08 Thread John Neffenger
I opened what I think is the last bug holding back the VolanoMark network scalability tests under Blackdown JDK 1.2.2: Bug Id 1604, "Segmentation violation with 1020 timeout sockets" http://www.blackdown.org/cgi-bin/jdk/incoming?id=1604 I guess we report these bugs to Sun a

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

Re: JDK1.2-prev2 Segmentation Violation

1999-09-16 Thread Kontorotsui
On 16-Sep-99 Surjan Singh wrote: > You need to get the dingbats font from the link on blackdown. I think > it points to the GIMP fonts page. No need to change font.properties. I installed the dingbat fonts, but I got segfaults anyway. Seems that it is working only when it complains about missi

Re: JDK1.2-prev2 Segmentation Violation

1999-09-16 Thread Surjan Singh
On 15-Sep-99 Surjan Singh wrote: > > Console based programs seem to work fine. Swing & AWT programs > > seg-fault. Any ideas? The error I get is: > > > > > > SIGSEGV 11* segmentation violation > > stackpointer=0x41812b80 > > I had the same t

RE: JDK1.2-prev2 Segmentation Violation

1999-09-16 Thread Kontorotsui
On 15-Sep-99 Surjan Singh wrote: > Console based programs seem to work fine. Swing & AWT programs > seg-fault. Any ideas? The error I get is: > > > SIGSEGV 11* segmentation violation > stackpointer=0x41812b80 I had the same troubles after installing the a

Re: JDK1.2-prev2 Segmentation Violation

1999-09-16 Thread Surjan Singh
completely fixed yet > > calvin > > > Resent-Date: Wed, 15 Sep 1999 10:00:17 -0600 (MDT) > > Date: Wed, 15 Sep 1999 16:57:00 +0100 > > From: Surjan Singh <[EMAIL PROTECTED]> > > MIME-Version: 1.0 > > To: [EMAIL PROTECTED] > > Subject: JDK1.2-pre

JDK1.2-prev2 Segmentation Violation

1999-09-15 Thread Surjan Singh
Any ideas why I get a seg fault? I'm on RedHat5.2 with all the correct libraries (as far as I can tell) Console based programs seem to work fine. Swing & AWT programs seg-fault. Any ideas? The error I get is: SIGSEGV 11* segmentation violation stackpointer=0x41812b80

Re: JNI / JKD2 / AWT / Linux 2.2.5 -> little C++/Java ´HelloWorldAwt´ gives a segmentation violation

1999-04-20 Thread Marcel Ruff
Juergen Kreileder wrote: > > Marcel Ruff writes: > > Marcel> [1 ] > Marcel> Hello, > > Marcel> i made a little HelloWorld C++ executable to popup a Java > Marcel> HelloWolrd GUI, but it gives a core dump. > > The combination AWT and Invocation API doesn't work currently. > It

Re: JNI / JKD2 / AWT / Linux 2.2.5 -> little C++/Java ´HelloWorldAwt´ gives a segmentation violation

1999-04-20 Thread Juergen Kreileder
> Marcel Ruff writes: Marcel> [1 ] Marcel> Hello, Marcel> i made a little HelloWorld C++ executable to popup a Java Marcel> HelloWolrd GUI, but it gives a core dump. The combination AWT and Invocation API doesn't work currently. It should work with the next release.

JNI / JKD2 / AWT / Linux 2.2.5 -> little C++/Java ´HelloWorldAwt´ gives a segmentation violation

1999-04-20 Thread Marcel Ruff
-linking native method sun/awt/FontDescriptor.initIDs ... JNI] [Loaded sun.awt.motif.CharToByteX11Dingbats from /usr/local/jdk1.2Pre1/jre/lib/rt.jar] [Loaded sun.awt.CharToByteSymbol from /usr/local/jdk1.2Pre1/jre/lib/rt.jar] SIGSEGV 11* segmentation violation stackpointer=0xbfffeba0 Full

segmentation violation - any developers listening - fixed

1999-01-25 Thread John Summerfield
ypbind and its friends had been misbehaving: fo some reason I can;'t fathom they weren't being started at boot time on server or workstation. Rebooted both machines, and java's working again. So are ypbind and its friends. Sheesh, and I heard winders was bad. Back to your regular program all.

segmentation violation - any developers listening?

1999-01-25 Thread John Summerfield
I've just had a couple of crashes occasioned by power failures. Now java's not working: [summer@possum data]$ javac -d ~/Classes/ DBTrades.java SIGSEGV 11* segmentation violation stackbase=(nil), stackpointer=0xbfffe9b0 Full thread dump: "Clock" (TID:0x40

Re: Segmentation violation with getLocalHost(): SOLVED!

1998-12-10 Thread Matt Zagni
Gosh... Just a lucky educated guess I think. So have you now got lib6 working if so how did you use the SuSE rpm installer, I have only just moved to SuSE. I hope to upgrade to lib6 (glib I think) but am unsure of doing it. How did you do it any others out there have any advise on using it ? A

Re: Segmentation violation with getLocalHost(): SOLVED!

1998-12-10 Thread Kontorotsui
On 09-Dec-98 Matt Zagni wrote: >Kontorotsui, > >Was your SuSE version glib, or lib6, or lib5 ? > I have the following libs on my SUSE: libglib.so.1 libc.so.6 libc.so.4.7.2 (old aout) libc.so.4.7.6 (ELF) libc.so.5.4.46 Here all works ok with the 1.1.7v1a. While on my old slackware, I have: no

Re: Segmentation violation with getLocalHost()

1998-12-09 Thread Matt Zagni
> > gives me this: > > --- begin --- > SIGSEGV 11* segmentation violation > stackbase=0xb1f0, stackpointer=0xb0f8 > > Full thread dump: > "Finalizer thread" (TID:0x4065a210, sys_thread_t:0x4139ef04, state:R) prio=1 > "Async

Segmentation violation with getLocalHost()

1998-12-09 Thread Kontorotsui
11* segmentation violation stackbase=0xb1f0, stackpointer=0xb0f8 Full thread dump: "Finalizer thread" (TID:0x4065a210, sys_thread_t:0x4139ef04, state:R) prio=1 "Async Garbage Collector" (TID:0x4065a258, sys_thread_t:0x4137df04, state:R) prio=1

segmentation violation

1998-12-04 Thread Maura Melotti
Hi, I'm trying to run a java application under Linux 2.0.35 with JDK1.0.2 (i need to use this old version by now !!!) The application opens many windows. This is the error I get when I run the application : SIGSEGV 11* segmentation violation stackbase=0xb68c, stackpointer=0xb52c

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: Slackware 3.5 Segmentation violation woes

1998-07-20 Thread Casiraghi Luigi
. James Cassidy, in data 10.12 19/07/98 -0400, hai scritto: > >Greetings Java-Linux group! I'm hoping someone can help me with this >snag: > >I've been developing an application that runs ok under Slackware 3.4 >with jdk1.1.6-v1. When I installed Slackware 3.5 it get a segment

Slackware 3.5 Segmentation violation woes

1998-07-19 Thread James Cassidy
Greetings Java-Linux group! I'm hoping someone can help me with this snag: I've been developing an application that runs ok under Slackware 3.4 with jdk1.1.6-v1. When I installed Slackware 3.5 it get a segmentation violation when trying to run the same app. I've upgraded to

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 (