Ticket #926 (closed defect: worksforme)
[gcc-4.2.0] rtorrent segfaults on start
| Reported by: | Peter Alfredsen <peter.alfredsen@gmail.com> | Owned by: | rakshasa |
|---|---|---|---|
| Priority: | normal | Component: | rtorrent |
| Version: | Severity: | normal | |
| Keywords: | gcc-4.2.0 segfault | Cc: |
Description
Having recompiled my system with the new gcc-4.2.0 and glibc-2.6, I tried to run rtorrent. It segfaults: pa@loki ~/session $ rtorrent Caught Segmentation fault, dumping stack: 0 rtorrent [0x8058ff1] 1 rtorrent [0x806d6d9] 2 [0xffffe420] 3 [0x82e938e] 4 rtorrent [0x805877d] 5 /lib/libc.so.6(libc_start_main+0xe0) [0xb7a159d0] 6 rtorrent(_ZN7torrent18set_max_open_filesEj+0x89) [0x8051b01]
GDB backtrace: #0 0x082e938e in ?? () #1 0x082e67f8 in ?? () #2 0x080d559e in ?? () #3 0x08311868 in ?? () #4 0x000001b4 in ?? () #5 0x0805877d in main (argc=1, argv=0xbfb2dbd4) at ../rak/functional_fun.h:94 #6 0xb79a79d0 in libc_start_main (main=0x8058010 <main>, argc=1, ubp_av=0xbfb2dbd4, init=0x80d3f90 <libc_csu_init>,
fini=0x80d3f80 <libc_csu_fini>, rtld_fini=0xb7ef5150 <_dl_fini>, stack_end=0xbfb2dbcc) at libc-start.c:229
#7 0x08051b01 in _start ()

