Arvid Norberg
Arvid Norberg
@sledgehammer999 which libtorrent version does that translate to? the last working one?
this looks like an internal boost.asio thread, and it looks like it's failing to bind a socket to the IPv4 loopback address, port 0 (which means the OS gets to...
Is it possible that qBt enables UPnP and LSD for a split second before loading the config and disabling it? If so, changing settings wouldn't affect this issue.
Could someone test a build with this patch applied to libtorrent? https://github.com/arvidn/libtorrent/pull/6994 This is against libtorrent-1.2.x right now, I will forward-port it once it lands.
@xavier2k6 your build was made with a boost < 1.80, right?
I suppose it doesn't hurt to land this, even if it doesn't solve the problem.
I believe this is fundamentally caused by a bug in Mac OS. Writing to a memory mapped file is supposed to end up in the same page cache normal file...
> while you are probably right and more advanced at me at this, why is that 4.3.8 doesn't have this issue and everything works correctly? I don't believe it's using...
@ArthurGuez what operating system are you using?
One way to make it possible for a client to detect these kinds of errors would be to expose ``close()`` to the public, which can then throw. But yes, the...