Imantas
Imantas
@Junkern Thanks for the response. That's exactly what I thought after examining the code.
Try setting `must_run = false` in `docker_container.foo`
Sounds like the same issue I have: https://github.com/arvidn/libtorrent/issues/7137
Could someone test same qBittorrent version with two build variants: libtorrent v2.0.7 and v2.0.6? As mentioned in https://github.com/arvidn/libtorrent/issues/7137, I'm only able to reproduce the issue with v2.0.7.
Same issue here
Hi! Thanks for the good work! I'm currently using SimpleGallery (was using QuickPic before) and also am missing this explorer-like interface option. While the "group direct subfolders" help somewhat, it's...
Isn't this request similar to #11 ?
Hi. Yeah, sorry for the bad explanation of "crash". It seems to segfault at least on my local machine. I'll try to debug the segfault again. No, I'm not building...
Yes. My debug builds are with asan+ubsan enabled. Release builds are not, though. Just got this asan warning: ``` Heap-use-after-free on address 0x621000070900 at pc 0x55555e82e26a bp 0x7fffe5bdd870 sp 0x7fffe5bdd040...
Found the issue and a workaround for it. With some versions of Clang compilers, ``` template boost::variant::operator=(T&& value); ``` is disabled. Libtorrent seems to rely on this operator to be...