RFR: JDK-8325530: Vague error message when com.sun.tools.attach.VirtualMachine fails to load agent library [v3]
Alex Menkov
amenkov at openjdk.org
Fri Feb 23 01:32:54 UTC 2024
On Thu, 22 Feb 2024 23:25:06 GMT, Alex Menkov <amenkov at openjdk.org> wrote:
> Also, ebuf is of size 1024 and is getting truncated sometimes. See your macosx log files on mdash. This doesn't necessarily have to be fixed, but something to consider.
All other callers of os::dll_load() also use buffer of 1024 chars.
Looks like dlerror() on macosx is very verbose.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17954#issuecomment-1960613948
More information about the serviceability-dev
mailing list