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
We've been seeing (seemingly) random STATUS_BREAKPOINT, STATUS_ACCESS_VIOLATION, SIGILL and SIGSEGV errors since upgrading to 3.4.
Most of the time the same operation works right after hitting "reload", so I'm still to figure out how to reproduce this.
I was able to catch a single SIGILL that happened in lookupArray() in @wry/trie. But I have no idea if that's where stuff actually goes wrong or if it's just a side-effect of a different cause.
I have upgraded my "@apollo/client" from 3.3.21 to the 3.4.8 version.
Since then, my app got randomly crashed when the request payload is around 15KB. But the same worked well with the 3.3.21 version.
Can someone please help me fix this upgrade issue?
The text was updated successfully, but these errors were encountered: