segmentation fault while transmitting with JMF2.1.1c

2003-03-27 Thread Emil Ivov
Hello all,   Until yesterday I was happilly transmitting and receiving rtp with Blackdown JMF2.1.1c between two linux PCs. Since yesterday however, every time I try to send or receive anything I get a segmentation fault and a native exception (attached to this letter).   Has anyone ever

Re: Segmentation fault while compiling java program.

2002-09-21 Thread Nathan Meyers
On Sat, Sep 21, 2002 at 08:33:22PM +0530, Vinay Vernekar wrote: > Hi, > I am new to Java on Linux. I am facing the below problem while trying to > compile the java program on Linux. I have Redhat 7.0 on on x86. > I get a SIGSEGV, segmentation fault while trying to compile any java

Segmentation fault while compiling java program.

2002-09-21 Thread Vinay Vernekar
Hi, I am new to Java on Linux. I am facing the below problem while trying to compile the java program on Linux. I have Redhat 7.0 on on x86. I get a SIGSEGV, segmentation fault while trying to compile any java program. I installed the jdk 1.1.8v3 in /usr/local. I added the path /usr/local

RE: [blackdown1.3.1] segmentation fault using green threads

2001-12-17 Thread ???
iginal Message- From: Hong Zhou [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 2:31 AM To: A6<10G Subject: Re: [blackdown1.3.1] segmentation fault using green threads To me, green thread has less problems on Linux. I suspect that your computer does not support green thre

[blackdown1.3.1] segmentation fault using green threads

2001-12-16 Thread 조선건
When I use the green thread, segmentation faults. shell) java -green -jar Myjar.jar segmentation fault. I heard that this problem may happen because of stack size. So according to the advice, limit the stack size to 2048(2M) That is , in linux shell)ulimit -s 2048 but I didn't

Re: Segmentation fault when trying to run Weblogic

2001-11-08 Thread Calvin Austin
my > Linux7.0 > I have installed the jdk after much difficulty cause > kaffe was already installed as the jdk > Now when I try to do > startWeblogic.sh > it gives me a segmentation fault > > It would be really nice If someone could h

RE: Segmentation fault when trying to run Weblogic

2001-11-08 Thread Hale, Curt
>I'm trying to run weblogic600sp2_linux.bin in my >Linux7.0 >I have installed the jdk after much difficulty cause >kaffe was already installed as the jdk >Now when I try to do >startWeblogic.sh >it gives me a segmentation fault > We are running WL6.0/RH7.0/JDK1

Segmentation fault when trying to run Weblogic

2001-11-08 Thread Kunal Bisla
Hi, I'm trying to run weblogic600sp2_linux.bin in my Linux7.0 I have installed the jdk after much difficulty cause kaffe was already installed as the jdk Now when I try to do startWeblogic.sh it gives me a segmentation fault It would be really nice If someone could help me out than

RE: Segmentation Fault with JDK 1.1.8

2000-05-26 Thread Riyad Kalla
ay 26, 2000 4:00 PM To: Chad Lemmen Cc: [EMAIL PROTECTED] Subject: Re: Segmentation Fault with JDK 1.1.8 On Fri, 26 May 2000, Chad Lemmen wrote: > The 1.2-pre glibc2.0 version does seem to work. When I run the > applications startup script a login box comes up and it lets me login. > T

Re: Segmentation Fault with JDK 1.1.8

2000-05-26 Thread Urban Widmark
On Fri, 26 May 2000, Chad Lemmen wrote: > The 1.2-pre glibc2.0 version does seem to work. When I run the > applications startup script a login box comes up and it lets me login. > The application doesn't work beyond that when I click on any of the > applications buttons it beeps at me and won't

Re: Segmentation Fault with JDK 1.1.8

2000-05-26 Thread Chad Lemmen
The 1.2-pre glibc2.0 version does seem to work. When I run the applications startup script a login box comes up and it lets me login. The application doesn't work beyond that when I click on any of the applications buttons it beeps at me and won't do anything. Could this be because the app was

Re: Segmentation Fault with JDK 1.1.8

2000-05-26 Thread Urban Widmark
On Thu, 25 May 2000, Chad Lemmen wrote: > JDK versions 1.2 and 1.2.2 don't have classes.zip in the lib dir, but > 1.1.8 does. This might be why even though 1.2 seems to work on my > system it won't run this app properly. The classes.lib has been replaced by rt.jar (and possibly some other j

Re: Segmentation Fault with JDK 1.1.8

2000-05-25 Thread Chad Lemmen
/somepath/bin/realpath something > is strange. Is /bin/sh not /bin/sh? :) > > realpath is a script in jdk1.2.2/jre/bin, so you could try to debug both > scripts in your environment. You could also try RC4. > > > > I'm running JDK 1.1.8 and I am getting a segmentation fault

Re: Segmentation Fault with JDK 1.1.8

2000-05-25 Thread Urban Widmark
u could try to debug both scripts in your environment. You could also try RC4. > > I'm running JDK 1.1.8 and I am getting a segmentation fault. I'm not > > able to run anything. Just typing java -version returns "Segmentation > > Fault". I'm runni

Re: Segmentation Fault with JDK 1.1.8

2000-05-25 Thread Chad Lemmen
in /bin/i386/native_threads/java chad:/$ Ashis Rout wrote: > > download the latest from www.blackdown.com 1.2.2 RC3... and try it. > This is the quickest way to know if they have fixed the problem or not. > because this segmentation f

Segmentation Fault with JDK 1.1.8

2000-05-24 Thread Chad Lemmen
I'm running JDK 1.1.8 and I am getting a segmentation fault. I'm not able to run anything. Just typing java -version returns "Segmentation Fault". I'm running Corel Linux 1.1 kernel version 2.2.12. ldconfig -D 2>&1 | grep libc | tail -1 gives this: libcom_err.so

Segmentation fault

2000-05-18 Thread Syam_Kumar_Abburi
(See attached file: app.java)(See attached file: sharedlib.txt) (See attached file: javacore4377.txt) Hi friends, My application terminates with a segmentation fault. The application is a swing based user interface. On starting, the application starts an infinite loop in shared library in a

segmentation fault!

2000-04-18 Thread Raj Patel
Hi all, I have a simple application that uses java AWT for GUI. I am finding this strange segmentation error! Can anyone tell me when can i get segmentation error? I thought i would not get segmentation error in java. I am using blackdown's JDK_1.2.2_RC4 on Redhat 6.1. I am not us

Re: Segmentation fault problem

2000-01-20 Thread Bruno Boettcher
On Wed, Jan 19, 2000 at 04:54:37PM -0600, Michael Maloney wrote: > I am trying it now using Jdk1.2.2 RC3. I'm running under > RedHat Linux 6.1 (glibc 2.1.2). i am running the same under Debian 2.2... > It runs fine until iteration #259656, then it crashes with a > Segmentation f

Segmentation fault problem

2000-01-19 Thread Michael Maloney
eased after the print() method. It has a finalizer that bumps a static counter. It runs fine until iteration #259656, then it crashes with a Segmentation fault. This number stays constant even if I vary the lengths of strings in the messages, etc. Has anybody seen anything similar? Is this a know

jdk 1.2.2rc3 segmentation fault, pt. 2

1999-12-08 Thread Ron Johnson
Please forgive me for the abruptness of my original message. I was rushing out the door when I sent it. What else other than my original email is needed to answer the question, "Why is javac segfaulting?" Typing "java" at the # prompt simply, and correctly, I think, dumps a list of command line

jdk 1.2.2rc3 segmentation fault

1999-12-08 Thread Ron Johnson
This is my system & what I did: - My kernel is 2.2.12 on Mandrake 6.0 - Before I installed jdk 1.2.2, I upgraded glibc 2.1.1 to 2.1.2 by applying an rpm of the pre-compiled binaries. I did a test upgrade, which worked ok, then applied these binary rpms: - glibc-devel-2.1.2-17 - glibc-

JNI, native threads and segmentation fault error

1999-11-30 Thread Anthony G. Starovojtov
Hi All, When running simple JNI program under Linux "Segmentation fault" error occured. I've known I can avoid it using native threads. But when setting THREADS_FLAG to "native" javac and java either hangs or says that can't read /proc/00116 directory. Also chan

Re: Segmentation Fault (JDK12pre2/AWT/RedHat6.0)

1999-10-25 Thread schen
Hi Matt, Sounds suspiciously like you have the wrong jdk1.2pre2 version. Make sure you get the version for glibc2.1. Other than that, you might want to disable the JIT and run green threads: java -green -Djava.compiler= . . . Sean. --

Segmentation Fault (JDK12pre2/AWT/RedHat6.0)

1999-10-25 Thread Matt Davies
SimpleExample, I get a segmentation fault. I could not find any library conflicts. I have tried several things: 1. ld occurs twice so I removed version 1.9.5 and re-ran "$ ldconfig" but this didn't work. 2. I ran gdb on the application and it complained that signal "?" was unknown (

RH5.0 and JDK1.2 -> Segmentation fault

1999-08-23 Thread Holger
e and hardcoding APPHOME-Path. When I now try to run ./java or java I get a "segmentation fault (Core dumped)"-error instead of the usage. Where is the problem ?? Thanks in advance, Holger --

Re: Segmentation Fault and 1024-bit reselotion?

1999-07-22 Thread Michael Emmel
Nathan Meyers wrote: > Rob Clark wrote: > > > > For what it is worth, I see the same problem under xfree86 at 16bpp, > > so I am not sure that it is an Xvnc problem. > > > > What is involved in adding support for new color depths? I would like > > to drop support for older versions of JDK for an

Re: Segmentation Fault and 1024-bit reselotion?

1999-07-21 Thread Nathan Meyers
Rob Clark wrote: > > For what it is worth, I see the same problem under xfree86 at 16bpp, > so I am not sure that it is an Xvnc problem. > > What is involved in adding support for new color depths? I would like > to drop support for older versions of JDK for an application that I am > developin

Re: Segmentation Fault and 1024-bit reselotion?

1999-07-21 Thread Rob Clark
For what it is worth, I see the same problem under xfree86 at 16bpp, so I am not sure that it is an Xvnc problem. What is involved in adding support for new color depths?  I would like to drop support for older versions of JDK for an application that I am developing that I would be willing to vol

Re: Segmentation Fault and 1024-bit reselotion?

1999-07-21 Thread Nathan Meyers
Basically, your fix is to run the X server in a mode that doesn't freak out the Java AWT. Many X servers support a "-bpp" option that sets bits per pixel: Xvnc -bpp 8 ... There's also been some past discussion in this group recommending a value of 15, although I can't vouch for that one. If y

Re: Segmentation Fault and 1024-bit reselotion?

1999-07-21 Thread Brandon Anderson
Here is the results from xdpyinfo name of display:linuxBox.ccsoft.com:1.0 version number:11.0 vendor string:The Olivetti & Oracle Research Laboratory vendor release number:3323 maximum request size: 4194300 bytes motion buffer size: 256 bitmap unit, bit order, padding:32, LS

Re: Segmentation Fault and 1024-bit reselotion?

1999-07-21 Thread Nathan Meyers
There are a lot of X server display depths and visuals that the AWT doesn't support, because they don't happen to exist on Solaris boxes :-(. But do you *really* have a 1024-bit deep display??? Could you post the results of running xdpyinfo? This I gotta see :-). Nathan Brandon Anderson wrote:

Segmentation Fault and 1024-bit reselotion?

1999-07-21 Thread Brandon Anderson
I've been trying to get Java 1.2 pre v2 to run on my Redhat 5.2 box. I evidently have run into some problems that make no sense to me at all, and was wondering if anyone else had any suggestions. The application that I'm trying to get to run connects to another machine and then should show a sim

Segmentation Fault!

1999-07-12 Thread Sven Werner
Hi! It´s me again with this error: ... SIGSEGV 11* segmentation violation stackpointer=0xbfffddc0 Full thread dump Classic VM (Linux_JDK_1.2_pre-release-v2, green threads): "Image Fetcher 3" (TID:0x404bdf88, sys_thread_t:0x87e0410, state:CW) prio=8 at java

segmentation fault

1999-03-18 Thread Doug Meyers
nd use java but when I try to run either Simplicity or Freebuilder I get a 'segmentation fault'. I haven't had any luck finding a reference to this in any FAQ. What kinds of things should I be looking for? I'm using Redhat 5.2 on an Acer Aspire with 64 megs of memory.

Re: EVERYONE: javac segmentation fault

1998-10-02 Thread peter . pilgrim
Pete __ Reply Separator _ Subject: Re: EVERYONE: javac segmentation fault Author: sbb ([EMAIL PROTECTED]) at lon-mime Date:02/10/98 05:29 Eric Harlow writes: > > I installed the jdk1-1-6v4 and can compile java files fine,

EVERYONE: javac segmentation fault

1998-10-01 Thread Steve Byrne
Eric Harlow writes: > > I installed the jdk1-1-6v4 and can compile java files fine, but running > anything > > 'java classfile' > > gets a segmentation fault. I have RedHat 5.0 on the system and need to do > a java demo next week. I would prefer not

Re: javac segmentation fault

1998-10-01 Thread Eric Harlow
java files fine, but running anything 'java classfile' gets a segmentation fault. I have RedHat 5.0 on the system and need to do a java demo next week. I would prefer not to use win95 to do the demo. I checked the faq and didn't find anything that decribes my scenario. -Eric

javac segmentation fault

1998-10-01 Thread Eric Harlow
I installed the jdk1-1-6v4 and can compile java files fine, but running anything 'java classfile' gets a segmentation fault. I have RedHat 5.0 on the system and need to do a java demo next week. I would prefer not to use win95 to do the demo. I checked the faq and didn't fin

Segmentation fault - always!

1998-08-30 Thread Robert P. Biuk-Aghai
I tried out my (previously working) JDK 1.1.5 tools java and javac today (on a Redhat 5.0, i386 Linux 2.0.34 box), and I couldn't get anything to work - it would just seg fault right away! Earlier today, I could at least get java to display its version (java -version), then I upgraded my glibc to

update: JDK1.1.6 segmentation fault fixed by glibc 2.0.7

1998-08-21 Thread Robert Dodier
Hello all, I wrote a few days ago about the problem I was having w/ JDK1.1.6 from blackdown.org. When I executed java, a segmentation fault would happen immediately. I have a RH 5.0 installation. Someone suggested that I download the most recent glibc package, which is 2.0.7, to replace the one

Re: JDK 1.1.6 -- immediate segmentation fault (RH 5.0)

1998-08-19 Thread Robert Ritchy
gt; What happens is this: when I try to execute java (or javac -- I suppose > it is only executing java as well), before anything happens I immediately > get "segmentation fault". > > This makes me think there is something strange about my installation. > FWIW I installe

JDK 1.1.6 -- immediate segmentation fault (RH 5.0)

1998-08-19 Thread Robert Dodier
27;ve also tried JDK 1.1.5 and I have the same problem.) What happens is this: when I try to execute java (or javac -- I suppose it is only executing java as well), before anything happens I immediately get "segmentation fault". This makes me think there is something strange about my insta