-
Notifications
You must be signed in to change notification settings - Fork 93
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
BoundsError
on flush
in a threaded run.
#340
Comments
does it happen only with JupyterLab? not in a local jupyter notebook or in the terminal? |
Maybe JupyterLab means something different, I'm running a jupyter-lab notebook on a remote machine (pretty sure if I ran locally it would still happen, as I'm just port forwarding to the remote machine). Haven't tried in a terminal. I think a MWE might be challenging because it might require a 256 thread machine 😆. |
I'm not sure what's the difference, i've only ever used Ijulia with (i guess) the classic jupyter notebook
does it happen often enough that you can try to replicate by removing the workload and repeating until it happens? without a MWE, it might be challenging to help you ^^ |
JuliaLang/julia#6297 might be similar but it's very old and doesn't really has a resolution |
I reduced the call frequency of |
I frequently get the following error. The progress bar is used in a threaded run, in JupyterLab, and is initialized with
safe_lock=1
. The error constantly happens during theflush
call. Any suggestions for a quick workaround?The text was updated successfully, but these errors were encountered: