You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone, thanks for the great library. However, this is the first issue I had with it. Actually, my program runs for a while and crash at the same point at each run, I use Pluto for interacting with my own library that use ThreadsX.jl. I only utilize ThreadsX.foreach and sort features. Number of threads assigned to process remains same, memory usage remains same however, I get this stacktrace;
It seems like an internal issue, however, if there may be a potential cause that may trigger it, if you may point it out I may also check my code and provide more helpful information.
The text was updated successfully, but these errors were encountered:
Hello everyone, thanks for the great library. However, this is the first issue I had with it. Actually, my program runs for a while and crash at the same point at each run, I use Pluto for interacting with my own library that use ThreadsX.jl. I only utilize
ThreadsX.foreach
andsort
features. Number of threads assigned to process remains same, memory usage remains same however, I get this stacktrace;It seems like an internal issue, however, if there may be a potential cause that may trigger it, if you may point it out I may also check my code and provide more helpful information.
The text was updated successfully, but these errors were encountered: