Search found 41 matches

by stern
Thu Jul 08, 2010 9:31 pm
Forum: Mac Support
Topic: [FIXED] Latest nightly builds not seeding (?)
Replies: 12
Views: 6545

Re: Latest nightly builds not seeding (?)

Seeding works fine in r10980, thanks.
by stern
Thu Jul 08, 2010 9:30 pm
Forum: Mac Support
Topic: Completion rate in torrent inspector
Replies: 8
Views: 5544

Re: Completion rate in torrent inspector

r10954 built as release exhibits the bug while built as debug it doesn't, but hey...
by stern
Thu Jul 08, 2010 5:27 pm
Forum: Mac Support
Topic: Completion rate in torrent inspector
Replies: 8
Views: 5544

Re: Completion rate in torrent inspector

r10977 works. I went back to an earlier revision and tested, and the likely reason you couldn't reproduce this is because you're using debug builds while I (like most users I would assume) am using release builds. We've had this same situation before, so you may want to keep this in mind when you ha...
by stern
Thu Jul 08, 2010 6:12 am
Forum: Mac Support
Topic: [FIXED] Latest nightly builds not seeding (?)
Replies: 12
Views: 6545

Re: Latest nightly builds not seeding (?)

I can confirm that this broke somewhere between revisions 10930 and 10954. Would it be possible to track down which revision it was that broke it? I'm not seeing this behavior... It was broken before 10948. The Mac version didn't build between 10931 and 10947, so testing those changes will require ...
by stern
Wed Jul 07, 2010 8:00 pm
Forum: Mac Support
Topic: [FIXED] Latest nightly builds not seeding (?)
Replies: 12
Views: 6545

Re: Latest nightly builds not seeding (?)

I can confirm that this broke somewhere between revisions 10930 and 10954.
by stern
Wed Jul 07, 2010 7:51 pm
Forum: Mac Support
Topic: Completion rate in torrent inspector
Replies: 8
Views: 5544

Re: Completion rate in torrent inspector

livings124 wrote:Is there a procedure needed besides just resizing the window?
No, but you do need a torrent with several files.
Does it happen in the latest nightly?
Yes.
by stern
Tue Jul 06, 2010 5:21 pm
Forum: Mac Support
Topic: Completion rate in torrent inspector
Replies: 8
Views: 5544

Completion rate in torrent inspector

If you have a torrent with many files, the completion rates will be displayed only for the first ten or so files. Interestingly the number of rates shown depends on the width of the inspector window, which suggests the system calculates the cumulative length of all the completion rate strings and us...
by stern
Sun Jan 17, 2010 3:25 am
Forum: Mac Support
Topic: UI becomes unresponsive (r9942)
Replies: 2
Views: 2788

Re: UI becomes unresponsive (r9942)

Tested with r9950, no change. I don't think the beachballing is a problem in libevent, but rather an architectural one in that the main thread is allowed to block on network access which does not have a guaranteed response time. Call graph: 5822 Thread_833952 DispatchQueue_1: com.apple.main-thread (...
by stern
Sun Jan 17, 2010 2:13 am
Forum: Mac Support
Topic: UI becomes unresponsive (r9942)
Replies: 2
Views: 2788

UI becomes unresponsive (r9942)

When opening some torrents, Transmission starts to beachball frequently. Process samples show this is because the main thread is blocking on some torrent's lock. The torrents this happens with tend to be of the "massive list of dubious trackers" kind, so maybe some operation which holds th...
by stern
Mon Dec 21, 2009 12:00 am
Forum: Mac Support
Topic: Removing duplicate tracker removes wrong tracker
Replies: 4
Views: 3373

Re: Removing duplicate tracker removes wrong tracker

It seems that the duplicate trackers were a red herring and that the program will always delete the tracker preceding the selected one (and crash doing so). The tracker deletion code certainly looks convoluted enough for any number of bugs to be hiding in it.
by stern
Sat Dec 19, 2009 11:07 pm
Forum: Mac Support
Topic: Removing duplicate tracker removes wrong tracker
Replies: 4
Views: 3373

Re: Removing duplicate tracker removes wrong tracker

Different tiers. (I wish I could pass on this torrent, as it's a beauty. It has 158 tiers, and that's after I manually removed a bunch of trackers.)
by stern
Sat Dec 19, 2009 11:10 am
Forum: Mac Support
Topic: Removing duplicate tracker removes wrong tracker
Replies: 4
Views: 3373

Removing duplicate tracker removes wrong tracker

Suppose a torrent's tracker list looks like so: 1: a 2: b 3: c 4: c 5: d If you select tracker 3 and click on the remove button, the result is 1: a 2: c 3: c 4: d If you would have selected tracker 4 and removed it instead, the result is the expected 1: a 2: b 3: c 4: d In addition I've had Transmis...
by stern
Sat Dec 12, 2009 2:13 am
Forum: Support
Topic: Can't remove Trackers from torrent
Replies: 5
Views: 4618

Re: Can't remove Trackers from torrent

This is probably the same bug as I described here. Try selecting all duplicated trackers and remove them first, then trim the non-working ones.
by stern
Tue Dec 01, 2009 7:08 pm
Forum: Mac Requests
Topic: Format file sizes in idiot gigs on 10.6+
Replies: 4
Views: 3632

Re: Format file sizes in idiot gigs on 10.6+

I don’t think it’s a good idea. What if Finder says you have enough free space for the whole torrent, but Transmission refuses to download another bit of it? I think it’s confusing if you don’t know what happened to the file size calculation. Congratulations, you've just described the current situa...
by stern
Mon Nov 30, 2009 1:53 pm
Forum: Mac Requests
Topic: Format file sizes in idiot gigs on 10.6+
Replies: 4
Views: 3632

Format file sizes in idiot gigs on 10.6+

Apple in their infinite wisdom decided to start calculating file sizes in multiples of 1000 instead of 1024 as nature intended. One consequence is that the file sizes are not the same in Transmission's UI as in Finder anymore. It looks like this would be a minor change, just add a divider variable t...