[Bug 2063110] Re: rtorrent crashes on startup

2024-05-09 Thread Alexander Fougner
** Changed in: rtorrent (Ubuntu) Assignee: (unassigned) => Alexander Fougner (fougner) ** Tags added: regression-release -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2063110 Title: rtorrent

[Bug 2063110] Re: rtorrent crashes on startup

2024-05-01 Thread Russell Phillips
Seconded. Doing an "apt source rtorrent", applying this patch, building and installing fixes the issue for me. Rakshasa hasn't done an official release since 2019, and this commit has been sitting in trunk for over a year. It would be nice to see this patch expedited. I can't tell how long we'll

[Bug 2063110] Re: rtorrent crashes on startup

2024-04-29 Thread Frédéric Giquel
I'm facing the same crash when I use the "-s" option of rtorrent on Ubuntu 24.04. So I tried to recompile the package after applyng the patch from upstream suggested in the original post. It fixes the crash. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 2063110] Re: rtorrent crashes on startup

2024-04-26 Thread Evgeni Vasilev
(gdb) bt #0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=) at ./nptl/pthread_kill.c:44 #1 __pthread_kill_internal (signo=6, threadid=) at ./nptl/pthread_kill.c:78 #2 __GI___pthread_kill (threadid=, signo=signo@entry=6) at ./nptl/pthread_kill.c:89 #3 0x7764526e in

[Bug 2063110] Re: rtorrent crashes on startup

2024-04-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: rtorrent (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2063110 Title:

[Bug 2063110] Re: rtorrent crashes on startup

2024-04-22 Thread Ignat Loskutov
** Description changed: - After some upgrade, it seems that some increased level of libc hardening - has been applied, leading to a crash inside the `Lockfile::try_lock()` - function on startup. + After some upgrade (I'm using 24.04, so `-D_FORITFY_SOURCE=3` applies), + it seems that some