-
-
Notifications
You must be signed in to change notification settings - Fork 73
Error: "jl_set_task_tid == 0"
when calling length(::DTable)
#459
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
Comments
In case this info helps, sometimes the |
Here is more info about the other machine:
My laptop runs Ubuntu 22.04 on WSL 2. |
Seems like it might be that I'm not understanding how that function should be used - I'm gathering details on Slack and will try to push a fix today. |
@jpsamaroo Any updates? |
#462 should resolve this, potentially with a small performance impact if we keep failing to set the task TID (since it will give up and just the task run wherever Julia's scheduler decides to place it). |
This is great news! I'll try it out and let you know if the issue is resolved. |
@jpsamaroo it appears your PR resolved the issue I was seeing on the other Linux machine. Thanks! |
I ran across an error when trying to run some code on a different machine. I don't know if this error has occurred on my laptop; if it has, it is not (yet) reproducible and only occurs rarely, whereas on the other machine the error happens every time. My laptop runs Windows 11 (WSL 2); the other machine runs some form of Linux.
Here is the (reformatted) error:
I am in the process of trying to more fully mimic the setup of the other machine (different Julia patch version, more Julia processes, different
--heap-size-hint
) to see if I can reproduce the error.Do you have any idea what would cause the
jl_set_task_tid == 0
error?The text was updated successfully, but these errors were encountered: