Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » java crash on RedHat 9
java crash on RedHat 9 [message #12022] Thu, 24 April 2003 12:39 Go to next message
Eclipse UserFriend
I'm running Eclipse 2.1 on Linux Redhat 9, glibc 2.3.2, Sun 1.3.1_07 JDK and
when I do a CVS share project, I get a JVM crash in
/usr/lib/libgdk-x11-2.0.so.0.

This is part of GTK+ which I have the latest for: 2.2.1-4.

The last java code on the call stack is
org.eclipse.swt.internal.gtk.OK.gtk_progress_bar_set_fractio n(Native method)

What can I do to fix this??
Re: java crash on RedHat 9 [message #12048 is a reply to message #12022] Thu, 24 April 2003 13:03 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dbarth.idealx.com

Change your JDK to 1.4.1 or higher : this is documented in RH9 release
notes.
The new thread implementation (NPTL) does not mimick the bugs in the old
LinuxThreads library.

If you're stuck with JDK1.3, then you must define LD_ASSUME_KERNEL=2.2 or
something. See the release notes for more precise infos.

--
dbarth

James Myers wrote:

> I'm running Eclipse 2.1 on Linux Redhat 9, glibc 2.3.2, Sun 1.3.1_07 JDK and
> when I do a CVS share project, I get a JVM crash in
> /usr/lib/libgdk-x11-2.0.so.0.

> This is part of GTK+ which I have the latest for: 2.2.1-4.

> The last java code on the call stack is
> org.eclipse.swt.internal.gtk.OK.gtk_progress_bar_set_fractio n(Native method)

> What can I do to fix this??
Re: java crash on RedHat 9 [message #12109 is a reply to message #12048] Thu, 24 April 2003 13:34 Go to previous messageGo to next message
Eclipse UserFriend
OK, I tried the LD_ASSUME_KERNEL=2.4.1 as documented in RH9 release notes
and got the same error. I upgraded to Sun JDK 1.4.1_02 and still got same
error, so I'm still stuck.

Any other ideas/recommendations for fix or bypass??

"David Barth" <dbarth@idealx.com> wrote in message
news:b895c9$d8n$1@rogue.oti.com...
> Change your JDK to 1.4.1 or higher : this is documented in RH9 release
> notes.
> The new thread implementation (NPTL) does not mimick the bugs in the old
> LinuxThreads library.
>
> If you're stuck with JDK1.3, then you must define LD_ASSUME_KERNEL=2.2 or
> something. See the release notes for more precise infos.
>
> --
> dbarth
>
> James Myers wrote:
>
> > I'm running Eclipse 2.1 on Linux Redhat 9, glibc 2.3.2, Sun 1.3.1_07 JDK
and
> > when I do a CVS share project, I get a JVM crash in
> > /usr/lib/libgdk-x11-2.0.so.0.
>
> > This is part of GTK+ which I have the latest for: 2.2.1-4.
>
> > The last java code on the call stack is
> > org.eclipse.swt.internal.gtk.OK.gtk_progress_bar_set_fractio n(Native
method)
>
> > What can I do to fix this??
>
>
>
>
>
Re: java crash on RedHat 9 [message #12950 is a reply to message #12022] Thu, 24 April 2003 14:45 Go to previous message
Eclipse UserFriend
Originally posted by: veronika_irvine.oti.com

See:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=31941

"James Myers" <myersjj@us.ibm.com> wrote in message
news:b8941g$bsj$1@rogue.oti.com...
> I'm running Eclipse 2.1 on Linux Redhat 9, glibc 2.3.2, Sun 1.3.1_07 JDK
and
> when I do a CVS share project, I get a JVM crash in
> /usr/lib/libgdk-x11-2.0.so.0.
>
> This is part of GTK+ which I have the latest for: 2.2.1-4.
>
> The last java code on the call stack is
> org.eclipse.swt.internal.gtk.OK.gtk_progress_bar_set_fractio n(Native
method)
>
> What can I do to fix this??
>
>
Previous Topic:Deploying an Active Help like plugin
Next Topic:Q: How do I change the text edior's background color?
Goto Forum:
  


Current Time: Mon May 12 13:53:27 EDT 2025

Powered by FUDForum. Page generated in 0.11695 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top