Arvid Norberg
Arvid Norberg
> I'm not sure why an off-line tool would be better than building it into qbittorrent. because it would be simpler to build, and there's a shortage of software engineers...
I'm also experiencing this, and I'm really disappointed that the error message doesn't contain *any* hint of what's failing.
Hi @tjjh89017 It appears the mmap storage in libtorrent 2.0 indeeds performs worse than the `pread`/`pwrite` in libtorrent 1.x. I've been working on an [alternative backend](https://github.com/arvidn/libtorrent/pull/7013) for 2.1 that uses...
the python callback requires that libtorrent locks the GIL, which is questional to begin with. This is probably the reason for the deadlock when using multiple threads. In your example,...
libtorrent is open source, it's always possible to patch it and build your own version of it. Are you looking for being able to install a pre-built binary from a...
can you provide more details about the "crash"? is it an assertion failure? Is it a `SIGSEGV`? the stack trace you post is an exception being thrown because a file...
also, would you mind posting the .torrent file on github? (the link you provided doesn't work)
`__interceptor___cxa_throw` this suggests that you have something enabled that intercepts exceptions. Is address sanitizer or undefined sanitizer enabled?
Thanks for your analysis. Perhaps there's a way to `static_assert` that this assignment moves, at least to detect the issue at compile time.
this will penalise peers that are close to completing the torrent, but that we see for the first time, right? Also, with this change, the comment above, with the ascii-art...