-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Importing ProfileView slows down keyboard input and crashes AutoHotkey #205
Comments
I can verify this, and I'd call it a big issue. Does it happen for you with |
It does indeed. Seems like it is downstream and known:
|
As suggested by @jwahlstrand, having |
This issue also appears in julia 1.9.2, https://discourse.julialang.org/t/profileview-jl-makes-my-computer-lag/ Edit: If I think better |
JuliaGraphics/Gtk.jl#692 may fix it once and for all |
I'm on Windows 10, Julia 1.7.0.
Running
using ProfileView
(after it's installed in the current env, v1.5.1) makes the keyboard unresponsive or very slow to respond, for about 30 seconds after the command has returned.In addition, if have an AutoHotkey script running during the import command, the script stops working and I have to restart it.
It's not a big issue; I'm just posting this here for if there are other Julia users with this problem and wondering where it comes from (I had a large list of packages imported, and by elimination narrowed the problem down to ProfileView).
edit: still in Julia 1.8.1
The text was updated successfully, but these errors were encountered: