On Mon, 19 Jan 2026 11:48:06 GMT, Alan Bateman <[email protected]> wrote:
> AttachNotSupportedException should not be thrown when attaching fails due to > file permission issues. Did you say about scenario (2) in above? Then it is not file permission issue. For example, `/tmp` is different between container instances. In scenario (4), the user is different between target process and attacher process (if it runs as non-root). IMO we might use IOE in (2) because the problem is filesystem reachability, but (4) should not be IOE. ------------- PR Comment: https://git.openjdk.org/jdk/pull/28867#issuecomment-3770485977
