simdjson_nodejs
simdjson_nodejs copied to clipboard
what(): stoi Aborted (core dumped)
Hi,
I have implemented simdjson in my server to parse the incoming body. But after some requests server breaks with the error. Also, I am not able to replicate the issue at my end but this is affecting our clients.
terminate called after throwing an instance of 'std::invalid_argument'
what(): stoi
Aborted (core dumped)
@luizperes Can you help me with this?
Hi @aayush-sib, I missed the notification for this issue.
I think that we had a version with this problem but by now it is potentially fixed. Could you take another look at it?
I get this error when I supply an invalid path. Is your path dynamic?