Says “مع السلامة” just before crashing which translates to “bye”. I’m working on this for over a year and this is the first time it happens.
You must log in or register to comment.
Oh wow, I would have assumed it was reading memory outside of its scope.
If you can identify which package is pushing that error you may be able to search that string in their code.
Looks like it’s coming from a sanic feature that randomly chooses a goodbye message: https://github.com/sanic-org/sanic/blob/acb29c9dc4d6ba3a453a18e30f0664ba6772a9b4/sanic/server/goodbye.py#L20
it’s python and I’d guess it’s embedded somewhere in the package. I’ll run a grep on its source to see whether I can find it.