[help] abort for recurvise errors? #1301
Replies: 2 comments
-
Sounds like a low-level issue, possibly in one of the packages you are using, or an interaction with the RStudio IDE. Possibly relevant: tidyverse/vroom#389, https://stackoverflow.com/questions/78494337/r-debugonce-error-error-no-more-error-handlers-available-recursive-errors |
Beta Was this translation helpful? Give feedback.
-
Yes, this is just an issue we have on our cluster that's related to the old RStudio version we're running. I don't think |
Beta Was this translation helpful? Give feedback.
-
Help
Description
Hello, I get this error, for which the pipeline crashes, and if I restart it, it executes other ~500 jobs and crashes again.
some of the error (INTEGER) comes as false positive along with other errors from R4.4.0, I think the only useful info here is "no more error handlers available ". What does this point to I don't know.
Is because some errored 4 times and I have
tasks_max = 5
in my resources?The pipeline is below. It is quite hard to do a repex in this case because it does not have a deterministic crash
Pipeline
Sesisoninfo
Beta Was this translation helpful? Give feedback.
All reactions