Search found 3 matches

by Dimerson
Sat Apr 27, 2019 10:28 am
Forum: General
Topic: Segmentation fault in in tr_isTorrent
Replies: 4
Views: 5825

Re: Segmentation fault in in tr_isTorrent

OK.

ASAN_OPTIONS=allocator_may_return_null=1 (without it no extra info)

logs files:

==3470==ERROR: AddressSanitizer: heap-use-after-free on address 0xa8a5b66c at pc 0x00525caa bp 0xb1ffec38 sp 0xb1ffec2c
READ of size 4 at 0xa8a5b66c thread T2
#0 0x525ca9 in tr_cpHasAll /home/dima/transmission ...
by Dimerson
Thu Apr 25, 2019 7:09 am
Forum: General
Topic: Segmentation fault in in tr_isTorrent
Replies: 4
Views: 5825

Re: Segmentation fault in in tr_isTorrent

Thanks for the answer.

I rebuilt the nightly build
with 'fsanitize=address'.

When trying to download a torrent, which obviously does not have enough disk space, the transmission-daemon process froze. Partially downloaded file was not writen to disk.
No .part file there. After 10+ minutes of ...
by Dimerson
Wed Apr 24, 2019 12:21 pm
Forum: General
Topic: Segmentation fault in in tr_isTorrent
Replies: 4
Views: 5825

Segmentation fault in in tr_isTorrent

Hello.

I have a transmission-daemon (2.94-2) on debian testing.
I noticed that when there is not enough free space on the hard drive, the added torrent starts loading and after a while it stops as there is not enough free space. After deleting this torrent (and Data), the partially downloaded file ...