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
{{ message }}
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
We recently had a ML process start crashing with no logs in Sentry, and were very worried...
Here's the end of the stack trace:
File "/app/redacted/ml/trie/utils.py", line 80, in f
return f(clst, idx + 1, acc)
[Previous line repeated 974 more times]
File "/app/redacted/ml/trie/utils.py", line 76, in f
if len(clst) == 0 or idx == len(clst): return acc
RecursionError: maximum recursion depth exceeded while calling a Python object
It seems like there's a bug in our ML that's making for a list that's huge and infinitely recursing, but this is what Sentry does with it:
We recently had a ML process start crashing with no logs in Sentry, and were very worried...
Here's the end of the stack trace:
It seems like there's a bug in our ML that's making for a list that's huge and infinitely recursing, but this is what Sentry does with it:
The text was updated successfully, but these errors were encountered: