neilcsmith-net commented on issue #3962:
URL: https://github.com/apache/netbeans/issues/3962#issuecomment-1667659700
> Based on this, it's the introduction of FINEST level logging that helps,
but doesn't fix the issue. I have no idea why. One theory I have is that the
extra logging introduces just enough of a slowdown in netbeans clipboard that
allows {some other asynchronous process} to do its thing.
@bradvido It could be that, but it could also be that the logging introduces
a bunch of potential side effects - or at least eagerly initializes some
things. See eg.
https://github.com/apache/netbeans/blob/master/platform/o.n.bootstrap/src/org/netbeans/NbClipboard.java#L216
and `logFlavors()`.
As it still fails for you with logging enabled could you share anything
relevant / different in the log output when you have a working vs non-working
copy-paste?
@istinnstudio yes, it's great to have something that easily reproduces on an
affected system, but also more clearly shows that not all systems are affected.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists