<!DOCTYPE html><html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<p>As reported in JDK-8320863[1], a bug in dlsym on macOS will leave
multiple supposedly temporary directories behind when building.</p>
<p>A fix is currently being reviewed[2] that will work around this
dlsym bug to prohibit the creation of more directories like this,
but it will not delete the ones that have already been created. A
manual cleanup is needed to do that.<br>
</p>
<p>These directories can be removed by running:</p>
<p><code class="notranslate">find /var/folders -name "dsymutil-*"
-type d -delete</code>.</p>
<p>Thanks to <span id="assignee-val" class="view-issue-field editable-field inactive" title="Click to edit"><span class="user-hover user-hover-replaced" id="issue_summary_assignee_jpai" rel="jpai"> Jaikiran for
discovering the issue and the fix!<br>
</span></span></p>
<p>/Magnus<br>
</p>
<p>[1] <a class="moz-txt-link-freetext" href="https://bugs.openjdk.org/browse/JDK-8320863">https://bugs.openjdk.org/browse/JDK-8320863</a><br>
[2] <a class="moz-txt-link-freetext" href="https://github.com/openjdk/jdk/pull/16843">https://github.com/openjdk/jdk/pull/16843</a><br>
</p>
<br>
</body>
</html>