Open GoogleCodeExporter opened 9 years ago
I believe I figured it out.
Given a seeding torrent, if you:
tp->set_error(errors::destructing_torrent, "...msg...");
m_ses->remove_torrent(tp->get_handle(),session::delete_files);
from within a session plugin, that triggers the assertion failure pair.
Reasoning: I changed my code to NOT delete seeding torrents and the assertion
failures stopped. Other torrents were still deleted by the code, but there
were no assertion failures.
Original comment by edwin.wi...@gmail.com
on 28 Jun 2012 at 4:49
Original issue reported on code.google.com by
edwin.wi...@gmail.com
on 27 Jun 2012 at 9:20Attachments: