[2018-09] RefactoringTest hangs #862
Comments
|
cannot reproduce locally on mac |
|
e.g. for 7 hours here https://ci.eclipse.org/xtext/job/xtext-eclipse/job/PR-860/2/console |
|
cannot reproduce on local linux as well. |
|
added a threaddump logger thread here: https://github.com/eclipse/xtext-eclipse/tree/cd_issue862 result: @szarnekow could you please have a look at the stacktrace |
|
@iloveeclipse do you know any recent changes in platform that could cause this? |
|
JavaRefactoringIntegrationTest In xtend seems to have similar issue |
|
can you create jstack mit locks data (jstack -l). I would guess main and modalcontext threads deadlocked on workspace ressources or something like that. |
|
hmmm have to figue our how to do that from within java since nobody gives us shell access anywhere :( |
|
here is the jstack log file i dont see where the guys are waiting for |
|
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
|
Problem can be reproduced locally using xvnc |
|
and if i ignore the refactoring test eclipse hangs on shutdown. same as on build server if i manually switch to the vnc window then it "magically" resolves |
|
Problem fixed with new platform |
|
Problem seems to be back. am investigating |
|
@szarnekow do you know this message? |
|
i wonder if we can have a timeout for such tests |
|
platform:/resource/refactoring.test/src/org/xtext/example/mydsl/MyDsl.ecore#//Greeting123 resourceSet.getResources() resourceSet.getResources().get(0).getContents() ((org.eclipse.emf.ecore.EPackage)resourceSet.getResources().get(0).getContents().get(0)).getEClassifiers() => it is there. wonder why i cannot be found |
|
is it possible there were changes in EMF that could cause this |
|
EMF just got some updated version in 4.10 platform. |
|
resourceSet.getEObject(EcoreUtil.getURI(((org.eclipse.emf.ecore.EPackage)resourceSet.getResources().get(0).getContents().get(0)).getEClassifiers().get(1)), false) returns null. very wired |
|
org.eclipse.emf.ecore.impl.EPackageImpl.eNameToENamedElementMaps seems to contain a old name |
|
|
Fixed with newest emf nighty |


on [2018-09] RefactoringTest hangs (forever)
The text was updated successfully, but these errors were encountered: