[Bug 584551] Re: Eclipse crashes randomly with JRE error

2010-12-16 Thread Leo Arias
This bug report is being closed due to your last comment regarding this
being fixed with an update. For future reference you can manage the
status of your own bugs by clicking on the current status in the yellow
line and then choosing a new status in the revealed drop down box. You
can learn more about bug statuses at
https://wiki.ubuntu.com/Bugs/Status. Thank you again for taking the time
to report this bug and helping to make Ubuntu better. Please submit any
future bugs you may find.

** Changed in: eclipse (Ubuntu)
   Status: Incomplete = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/584551

Title:
  Eclipse crashes randomly with JRE error

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 584551] Re: Eclipse crashes randomly with JRE error

2010-09-08 Thread Alex Little
I was getting the same problem - Eclipse seemingly randomly crashing -
and it was getting extremely frustrating - it would generally happen
within 5 to 10 mins of Eclipse starting, but could also be after only a
few seconds or half an hour. But I recently installed the
icedtea6-plugin package and the problem no longer occurs. I have no
explanation for why this seems to fix the problem, but thought it may be
useful to try out?

-- 
Eclipse crashes randomly with JRE error
https://bugs.launchpad.net/bugs/584551
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 584551] Re: Eclipse crashes randomly with JRE error

2010-09-08 Thread Dan Buhrman
Thanks Alex.  I believe that fixed the issue for me as well.  It appears it
must have been an issue with the older version of OpenJDK, and this new
release has somehow resolved it.

On Wed, Sep 8, 2010 at 3:08 PM, Alex Little
584...@bugs.launchpad.netwrote:

 I was getting the same problem - Eclipse seemingly randomly crashing -
 and it was getting extremely frustrating - it would generally happen
 within 5 to 10 mins of Eclipse starting, but could also be after only a
 few seconds or half an hour. But I recently installed the
 icedtea6-plugin package and the problem no longer occurs. I have no
 explanation for why this seems to fix the problem, but thought it may be
 useful to try out?

 --
 Eclipse crashes randomly with JRE error
 https://bugs.launchpad.net/bugs/584551
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in “eclipse” package in Ubuntu: Incomplete

 Bug description:
 Binary package hint: eclipse

 I'm not sure if this is an Eclipse issue or JDK issue.  It seems to happen
 regardless of whether OpenJDK or Sun's JDK is in use.  There is no
 consistency to when it happens, it just seems to randomly happen while
 editing source code in Java perspective.

 I run Eclipse with the following command:
 eclipse -vmargs -Djava.net.preferIPv4Stack=true
 This forces Eclipse to use IPv4, and allows me to fetch and send things
 across the Internet.  Not sure if that is related.

 Here is the console output after crash and the Java error report is
 attached.  There are several error reports, and all contain different
 information.  The failure (as I mentioned previously) seems to be random,
 failing in main thread, VM thread, and other random threads.  I will
 continue to attach error logs as they continue to appear.

 d...@hostname:~$ eclipse -vmargs -Djava.net.preferIPv4Stack=true
 #
 # A fatal error has been detected by the Java Runtime Environment:
 #
 #  SIGSEGV (0xb) at pc=0x01417c5b, pid=3186, tid=101477232
 #
 # JRE version: 6.0_20-b02
 # Java VM: Java HotSpot(TM) Client VM (16.3-b01 mixed mode, sharing
 linux-x86 )
 # Problematic frame:
 # V  [libjvm.so+0x3abc5b]
 #
 # An error report file with more information is saved as:
 # /home/dan/hs_err_pid3186.log
 #
 # If you would like to submit a bug report, please visit:
 #   http://java.sun.com/webapps/bugreport/crash.jsp
 #
 Aborted

 ProblemType: Bug
 DistroRelease: Ubuntu 10.04
 Package: eclipse 3.5.2-2ubuntu4
 ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
 Uname: Linux 2.6.32-21-generic i686
 Architecture: i386
 Date: Sun May 23 09:13:47 2010
 InstallationMedia: Ubuntu 10.04 Lucid Lynx - Release Candidate i386
 (20100419.1)
 PackageArchitecture: all
 ProcEnviron:
  LANG=en_US.utf8
  SHELL=/bin/bash
 SourcePackage: eclipse
 xulrunner-versions: /usr/lib/xulrunner-1.9.2.3

 To unsubscribe from this bug, go to:
 https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/584551/+subscribe


-- 
Eclipse crashes randomly with JRE error
https://bugs.launchpad.net/bugs/584551
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 584551] Re: Eclipse crashes randomly with JRE error

2010-07-17 Thread Niels Thykier
Hey Wolfgang Glas,

Any news on testing this?

~Niels

-- 
Eclipse crashes randomly with JRE error
https://bugs.launchpad.net/bugs/584551
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 584551] Re: Eclipse crashes randomly with JRE error

2010-07-17 Thread Wolfgang Glas
Sorry, I don't have time for detailed debugging and this will last for
the next few weeks :(

I did switch to eclipse-3.6 in the meanwhile and the crashes occur with
3.6, too. We encounter the crashes when the eclipse maven plugin updates
repository indices from repo1.maven.org...

Believe it or not, we have learned to unplug our computer from the net
during the eclipse startup as a workaround ;-

I just did restart my eclipse-3.6 on my laptop twice while being
connected via UMTS and eclipse did not crash as expected. So maybe the
bug is fixed through a bunch of recent openjdk/xulrunner/m2eclipse...
updates. This used to be the setup, where eclipse was  crashing wt a
high probability.

I will keep an eye on the issue and come back to you mid-week. We have 5
workstations with lucid-amd64+eclipse-3.6 setups, which used crash.
(They crashed with eclipse-3.5, too, that's why we upgraded all
workstations...) If all these are running smoothly, we might consider to
close this bug.

   Wolfgang

-- 
Eclipse crashes randomly with JRE error
https://bugs.launchpad.net/bugs/584551
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 584551] Re: Eclipse crashes randomly with JRE error

2010-06-27 Thread Niels Thykier
Sure, we can wait a few days for you to test it.

As for running it under valgrind; I think you can do that, though you
will have to run it on /usr/lib/eclipse/eclipse and set some variables
first (hava a look at /usr/bin/eclipse) when you test the Ubuntu
provided eclipse.

~Niels

-- 
Eclipse crashes randomly with JRE error
https://bugs.launchpad.net/bugs/584551
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 584551] Re: Eclipse crashes randomly with JRE error

2010-06-26 Thread Niels Thykier
Hey  Wolfgang Glas

According to your crash log, you are using an eclipse in /opt; can you
reproduce the issue using eclipse from Ubuntu's repositories?

~Niels


** Changed in: eclipse (Ubuntu)
   Status: New = Incomplete

-- 
Eclipse crashes randomly with JRE error
https://bugs.launchpad.net/bugs/584551
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 584551] Re: Eclipse crashes randomly with JRE error

2010-06-26 Thread Wolfgang Glas
I may do so, but not before Monday, 28th of June. I honestly doubt, that
the crash dump shed much light on the problem.

Is there a chance to run eclipse in valgrind or is this pointless due to
jvm specialities?

-- 
Eclipse crashes randomly with JRE error
https://bugs.launchpad.net/bugs/584551
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 584551] Re: Eclipse crashes randomly with JRE error

2010-06-20 Thread Wolfgang Glas
This is not an issue with xulrunner-1.9.[13], because as per the
attached Dependencies.txt, Dan has xulrunner-1.9.2 installed.

This issue is affeting me here on lucid/amd64, too. It suspectedly
appeared after updating to linux-2.6.32-23 from lucid-proposed.

I will just reboot to linux-2.6.32-22 and tell, whether the kernel
update is really the culprit here...

-- 
Eclipse crashes randomly with JRE error
https://bugs.launchpad.net/bugs/584551
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 584551] Re: Eclipse crashes randomly with JRE error

2010-06-20 Thread Wolfgang Glas
Well, after rebooting to linux-2.6.32-22, eclipse-3.5.2 runs like a
charm on my machine :-/

Dan, you are using linux-2.6.32-21 on i686, did you encounter different
behaviours between linux-2.6.32-21, linux-2.6.32-22 and  linux-2.6.32-23
?

-- 
Eclipse crashes randomly with JRE error
https://bugs.launchpad.net/bugs/584551
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 584551] Re: Eclipse crashes randomly with JRE error

2010-06-20 Thread Wolfgang Glas
OK, sorry for posting so fast. Just crashing with linux-2.6.32-22.

The difference here is, that eclipse crashes, when I'm attached to the
internet. If I unplug my laptop from the net, eclipse start just fine.

It seems like a memory corruption introduced by any of the native
modules, at my part I sometimes crash in the native parts of
java.util.zip.ZipFile and sometimes I don't even get a hs_err_pid*.log
report...

However, I will attach my crash reports. I use eclipse-3.5.2 directly
setup from eclipse.org, I don't use ubuntu packages.

eclipse-3-6M7 does not seem to be affected, I had no time so far to
update to any of the eclipse-3.6RC's right now.

-- 
Eclipse crashes randomly with JRE error
https://bugs.launchpad.net/bugs/584551
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 584551] Re: Eclipse crashes randomly with JRE error

2010-06-20 Thread Wolfgang Glas

** Attachment added: first crash with eclipse-3.5.2 and openjdk6
   http://launchpadlibrarian.net/50628974/hs_err_pid2971.log

-- 
Eclipse crashes randomly with JRE error
https://bugs.launchpad.net/bugs/584551
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 584551] Re: Eclipse crashes randomly with JRE error

2010-06-20 Thread Wolfgang Glas
second crash with eclipse-3.5.2 and openjdk6

** Attachment added: hs_err_pid3039.log
   http://launchpadlibrarian.net/50628985/hs_err_pid3039.log

-- 
Eclipse crashes randomly with JRE error
https://bugs.launchpad.net/bugs/584551
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 584551] Re: Eclipse crashes randomly with JRE error

2010-06-14 Thread Bradley Kieser
See this bug here:
https://bugs.launchpad.net/ubuntu/+source/xulrunner-1.9.1/+bug/531719

The latest version of XUL runner (1.9.3) has reintroduced the crashing.
Go back to 1.9.2, which is stable.

-- 
Eclipse crashes randomly with JRE error
https://bugs.launchpad.net/bugs/584551
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 584551] Re: Eclipse crashes randomly with JRE error

2010-05-23 Thread Dan Buhrman

** Attachment added: Java Error log as mentioned in description.
   http://launchpadlibrarian.net/48967661/hs_err_pid3186.log

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/48967405/Dependencies.txt

-- 
Eclipse crashes randomly with JRE error
https://bugs.launchpad.net/bugs/584551
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 584551] Re: Eclipse crashes randomly with JRE error

2010-05-23 Thread Dan Buhrman

** Attachment added: hs_err_pid2165.log
   http://launchpadlibrarian.net/48967674/hs_err_pid2165.log

-- 
Eclipse crashes randomly with JRE error
https://bugs.launchpad.net/bugs/584551
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 584551] Re: Eclipse crashes randomly with JRE error

2010-05-23 Thread Dan Buhrman

** Attachment added: hs_err_pid2182.log
   http://launchpadlibrarian.net/48967680/hs_err_pid2182.log

-- 
Eclipse crashes randomly with JRE error
https://bugs.launchpad.net/bugs/584551
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 584551] Re: Eclipse crashes randomly with JRE error

2010-05-23 Thread Dan Buhrman

** Attachment added: hs_err_pid2732.log
   http://launchpadlibrarian.net/48967708/hs_err_pid2732.log

-- 
Eclipse crashes randomly with JRE error
https://bugs.launchpad.net/bugs/584551
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 584551] Re: Eclipse crashes randomly with JRE error

2010-05-23 Thread Dan Buhrman

** Attachment added: hs_err_pid3133.log
   http://launchpadlibrarian.net/48967711/hs_err_pid3133.log

-- 
Eclipse crashes randomly with JRE error
https://bugs.launchpad.net/bugs/584551
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 584551] Re: Eclipse crashes randomly with JRE error

2010-05-23 Thread Dan Buhrman

** Attachment added: hs_err_pid3339.log
   http://launchpadlibrarian.net/48967713/hs_err_pid3339.log

-- 
Eclipse crashes randomly with JRE error
https://bugs.launchpad.net/bugs/584551
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 584551] Re: Eclipse crashes randomly with JRE error

2010-05-23 Thread Dan Buhrman

** Attachment added: hs_err_pid3504.log
   http://launchpadlibrarian.net/48967735/hs_err_pid3504.log

-- 
Eclipse crashes randomly with JRE error
https://bugs.launchpad.net/bugs/584551
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs