Howdy,
My STS 3.1.0 crushes from time to time while I run debug mode (may be it is not related to debugging itself)I had this problem after upgrade from 3.0.0 as well as now when I have installed 3.1.0 fresh. This is what I have when it crushes:
[org.eclipse.ajdt.ui] error at org/eclipse/ajdt/internal/ui/editor/AdviceActionDelegate.java::0 class 'org.eclipse.ajdt.internal.ui.editor.AdviceActionD elegate' is already woven and has not been built in reweavable mode
[org.eclipse.ajdt.ui] error at org/eclipse/ajdt/internal/ui/refactoring/PushInRefactoringAction.java::0 class 'org.eclipse.ajdt.internal.ui.refactoring.PushInRe factoringAction' is already woven and has not been built in reweavable mode
[org.eclipse.ajdt.ui] error at org/eclipse/ajdt/internal/ui/refactoring/pullout/PullOutRefactoringAction.java::0 class 'org.eclipse.ajdt.internal.ui.refactoring.pullout. PullOutRefactoringAction' is already woven and has not been built in reweavable mode
[org.eclipse.ajdt.ui] error at org/eclipse/ajdt/internal/ui/refactoring/pullout/PullOutRefactoring.java::0 class 'org.eclipse.ajdt.internal.ui.refactoring.pullout. PullOutRefactoring' is already woven and has not been built in reweavable mode
[org.eclipse.ajdt.ui] error at org/eclipse/ajdt/internal/ui/refactoring/SelectionUtil.java::0 class 'org.eclipse.ajdt.internal.ui.refactoring.Selectio nUtil' is already woven and has not been built in reweavable mode
[org.eclipse.ajdt.ui] error at org/eclipse/ajdt/internal/ui/editor/quickfix/QuickFixProcessor.java::0 class 'org.eclipse.ajdt.internal.ui.editor.quickfix.Quic kFixProcessor' is already woven and has not been built in reweavable mode
[org.eclipse.ajdt.ui] error at org/eclipse/ajdt/internal/ui/editor/AspectJEditor.java::0 class 'org.eclipse.ajdt.internal.ui.editor.AspectJEditor ' is already woven and has not been built in reweavable mode
[org.eclipse.ajdt.ui] error at org/eclipse/ajdt/internal/ui/editor/PointcutSourceHover.java::0 class 'org.eclipse.ajdt.internal.ui.editor.PointcutSourc eHover' is already woven and has not been built in reweavable mode
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f818b78e030, pid=3874, tid=140198638946048
#
# JRE version: 6.0_27-b07
# Java VM: Java HotSpot(TM) 64-Bit Server VM (20.2-b06 mixed mode linux-amd64 )
# Problematic frame:
# C 0x00007f818b78e030 float+0x13e2030
#
# An error report file with more information is saved as:
# /other/javaDev/ide/sts-3.1.0.RELEASE/hs_err_pid3874.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Any thoughts on what could be wrong here? Thanks.
-Roman.


Reply With Quote
