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
Hey @titanous, thanks for reporting this and sorry for my late reply.
While the error handling is not yet in the shape I want it to be, it should still not hang. There might be some panic that is then recovered by the surrounding error handler, but there should be no infinite loop or recursion.
May I ask you to track this down a bit further? Maybe some test case that is a bit simpler than what's in that gist? :)
I've been fuzzing with go-fuzz, and it found this (apparent) hang: https://gist.github.com/titanous/56d6628389b88a8a50966f30517b0c21
I'm happy to dig into this more and fix it, but I thought I'd open an issue early as I'm not yet familiar with the codebase.
The text was updated successfully, but these errors were encountered: