Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rtorrent crashing, cant figure out why #1352

Closed
jerryfreak opened this issue Dec 27, 2024 · 1 comment
Closed

rtorrent crashing, cant figure out why #1352

jerryfreak opened this issue Dec 27, 2024 · 1 comment

Comments

@jerryfreak
Copy link

jerryfreak commented Dec 27, 2024

swizzin install on ubuntu 22.04 which has been stable for a few years, now wants to crash at least daily and more recently wont start at all

i tried adding to rtorrent.rc, but logs are verbose and i dont see anything critical near the end of them

any ideas what to look for?


log.open_file = "rtorrent", /home/user/rtorrent.log
log.open_file = "tracker", /home/user/log/tracker.log
log.open_file = "storage", /home/user/log/storage.log

log.add_output = "info", "rtorrent"
log.add_output = "critical", "rtorrent"
log.add_output = "error", "rtorrent"
log.add_output = "warn", "rtorrent"
log.add_output = "notice", "rtorrent"
log.add_output = "debug", "rtorrent"

log.add_output = "dht_debug", "tracker"
log.add_output = "tracker_debug", "tracker"

log.add_output = "storage_debug", "storage"

@jerryfreak jerryfreak changed the title rtorrent crashing, but doesnt write logs rtorrent crashing, cant figure out why Dec 27, 2024
@mackal
Copy link

mackal commented Dec 28, 2024

See #1319 but it's because you're building with likely -march=native and your CPU supports AVX, can build with -mno-avx and keep -march=native just fine.

@rakshasa rakshasa closed this as completed Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants