-
Notifications
You must be signed in to change notification settings - Fork 443
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
Is this a kind of assert ? #198
Comments
Good luck on getting a response |
Do you mean this is a dead project ? |
No, it is not dead and gets updates often, it's just the owner(s)/contributors do not bother reading the issues section. |
Thank you for reply and advise about it ! |
I believe it is some exception handling method using signals. Note:-Just my assumption. |
But that's a segfault I'm not sure any exception handler catch it, that's why I said maybe poor man assertion. |
You can use signals to catch it but this is just my assumption because there's better way of handling exception. I may be wrong as well |
It does seem to segfault as I cannot even get it to run on Debian 10/11. I have tried in 4/8/16GB systems and it segfaults out of memory every time. |
The expression |
Looking through the code of
void gotHttpReply2
onMsg13.cpp
I found this and it seems like a kind of poor man assert:Is this intentional ?
The text was updated successfully, but these errors were encountered: