Cœur
Cœur
Thank you. Since Apple obfuscates the crash reports, all we know is that it happened in either the first or last line of this piece of code: https://github.com/transmission/transmission/blob/ec5296c8dc15c0d51014d67ef93658e5569f354c/libtransmission/tr-lpd.cc#L631-L643 For further...
It's been at least 6 months, but likely has been like that for a longer time. See when I discovered it here: https://github.com/transmission/transmission/pull/6583
Any crash in any app on **macOS** (and iOS) is sanitized for anonymity, meaning that not a single log or error message or error code is available. Best we know...
Thanks. Based on: https://build.transmissionbt.com/job/trunk-mac/9597/ The changes in 9597 are in #6700 by @tearfur, which adds ipv6 lpd in tr-lpd.cc. And I already analysed above that the crash was in tr-lpd.cc.
One minute before the zlib-ng PR you link to was merged, another zlib-ng PR was merged with renamings and concerns by @nmoinvaz : https://github.com/zlib-ng/zlib-ng/pull/1970 So we might need to look...
Automatic translation gives: >Resource/index.html is included in resource.zip > >Zip file path: xxx/Library/Caches/resource.zip > >The path saved after decompression: xxx/Library/Caches/resource (this path is successfully created, and the path is real)...
Charles already reviewed and said it needs something different: https://github.com/transmission/transmission/pull/1063#pullrequestreview-860340507 If you want to keep it like this, you'd need to expose counter-arguments.
@azat is contributing daily on a different project, https://github.com/ClickHouse/ClickHouse. But he has not been seen on libevent for months: - last commit was 10 months ago: https://github.com/libevent/libevent/commits/master/ - dependencies updates...
It's a mass ping you did here. 😅 OK, but choosing a new member isn't an easy task of course. Maybe if one wants to help libevent, they could try...
In the absence of news from libevent members with write access, the project Transmission is considering migrating away from libevent (https://github.com/transmission/transmission/pull/7770) and adopting instead either of: - https://github.com/libuv/libuv -- well...