Andrey Loskutov
Andrey Loskutov
Note: according to https://github.com/eclipse-jdt/eclipse.jdt.core/issues/114#issuecomment-1162071166, combination of --release with --add-exports from a system module is not allowed. So there will be no JDT fix for this issue, only a fix that...
I don't know if tycho is adding the arguments automatically. The combination is bad (and if I understand Stephan right, very specific combination - exports on a **system** module during...
I'm not a module expert. Spec is here: https://openjdk.org/jeps/261 If you would attach source code in a project with configuration as it is expected to work plus the actual command...
> If you would attach source code in a project with configuration as it is expected to work I **really** meant exact that above. Not some random files somewhere, but...
The code that counts opened descriptors for process is here (works on Linux only): https://github.com/eclipse-platform/eclipse.platform.swt/blob/d09c0a7bd4c2cd3feb018a997826b87d3bc6ed81/tests/org.eclipse.swt.tests/JUnit%20Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_browser_Browser.java#L2491 It simply goes over all entries in `/proc/self/fd/` directory, counts them on setup/teardown & compares...
> And actually, Tycho is not involved in the "official" test suite execution as far as I know. Leak is seen in Jenkins build, that is using **what**? https://ci.eclipse.org/platform/job/eclipse.platform.swt/view/change-requests/
> would you please try removing https://github.com/eclipse-platform/eclipse.platform.swt/blob/master/tests/org.eclipse.swt.tests/pom.xml#L51 ? > We might be leaking in this "test/verification" code (data fetched by g_object_get_qdata might need freeing, just gut feeling ). I've tried...
Looking on the diff in https://issues.apache.org/jira/browse/SUREFIRE-1845 / https://github.com/apache/maven-surefire/commit/32bd56b4ea908147592ef92c71c4e7936e070993#diff-c634b539151b4b76bde50d93d5a6cd2b0f51aa411281398cc295cc721bdfa1d5L500 I see call to `utf8RecodingDeferredFileOutputStream.close();` removed, and that matches nicely the temp file names /tmp/**stdout**10768413038937016760**deferred**
No, I haven't, no time. Feel free to open one.
> I did open https://issues.apache.org/jira/browse/SUREFIRE-2072 almost 2 months ago. But that is a different issue (about OOM). Here we leak file descriptors. Or the issue needs an update and extra...