-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
SIGABRT - Assert fail in invariant checker #3089
Comments
I've been running the fix suggested in #3084 now and it's been running stable for ~15h now. |
good to know. that setting is 0 by default at least |
sorry, wrong alert, libtorrent this time actually went into an infinite loop. Unfortunately I only realized after I killed it already. :/ |
ok, got it to repro again, this time with much more insight since I had a debugger running :) |
@RicoTilgner can you test |
thanks for the tip! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
libtorrent version (or branch): [tags/libtorrent-1_1_7]
platform/architecture: linux x64
compiler and compiler version: gcc (GCC) 7.3.1 20180406
please describe what symptom you see, what you would expect to see instead and
how to reproduce it.
running a client with a couple (<100) share_mode only torrents, it consistently crashes after a few hours. Just built a libtorrent with invariant checks enabled and it complains about m_in_use in peer_connection::second_tick.
Full stack trace: stack.txt
The text was updated successfully, but these errors were encountered: