-
Notifications
You must be signed in to change notification settings - Fork 332
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
Some requests on package.json creates Failure(": count_while1") exceptions #2683
Comments
The actual code at this position is raise Not_found The code that calls this is here: let find : type a. a def -> set -> a option =
fun k s ->
try match M.find (Key.V k) s with
| V (k', v) -> k.of_univ (k'.to_univ v)
with Not_found -> None AFAICT. This makes me wonder if this is a strange runtime or linking bug. I don't see how this exception could be generated, if the backtrace is correct, and the exception printer is correct. But if the runtime is indeed constructing a Could you cc someone from the compiler team? I would probably do a pin of Logs with an additional |
The actual string |
According to sherlocode, |
Ah. It's also a dependency through Dream (through http/af), among, probably, other paths. |
Here are some (REQ id filtered) error logs:
This is transient. Sending such requests, either on a local instance or the live instance, does not automatically trigger the exception. However, the exception occurs after a request on some
package.json
. Can this be related to size? All are in the 300KiB range or over.The text was updated successfully, but these errors were encountered: