-
Notifications
You must be signed in to change notification settings - Fork 73
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
Crash on exit with corrupted size vs. prev_size
; possibly http_plugin related
#646
Comments
See if we can reproduce via spamming with |
Reproduced in v3.1.0-rc1.
Reproduced without using Unable to reproduce with |
Appears to be fixed by: #22 |
Cat: API |
This is a transfer of eosnetworkfoundation/mandel#796 originally authored by @heifner and possibly related to eosnetworkfoundation/mandel#789 (which I've not included the text for here) authored by @matthewdarwin. It is being moved to
leap
to increase visibility. I asked around and there doesn't seem to be any existing fix that targeted this problem.Version
main
3.2.x
. Also reported in3.1.x
&2.0.x
&2.1.x
. Although generic message may point to different issues over time.Thread dump:
Maybe related: EOSIO/eos#8450
Quick glance, looks like http plugin
url_handlers
iterator in use afterurl_handlers.clear()
inhttp_plugin::plugin_shutdown
. Seehandle_http_request
use of iterator intourl_handlers
.Note http rewrite currently in work: eosnetworkfoundation/mandel#675 Should verify any fix is also applied to this if appropriate.
I think it is also worth fixing in 3.1 which will not have #675.
The text was updated successfully, but these errors were encountered: