Opened 12 years ago
Closed 12 years ago
#3814 closed Bug (fixed)
Crash when opening properties dialog on a torrent before all its stats have been fetched
Reported by: | charles | Owned by: | charles |
---|---|---|---|
Priority: | Normal | Milestone: | 2.13 |
Component: | Qt Client | Version: | 2.12 |
Severity: | Normal | Keywords: | |
Cc: |
Description
If the Qt client hasn't yet gotten all the information about a torrent from the Transmission server, then the Qt client can die when the torrent is popped up in the details dialog.
One case is where we divide by the torrent's piece size, but don't yet have a piece size so the default is 0, causing a SIGFPE.
Change History (2)
comment:1 Changed 12 years ago by charles
- Status changed from new to assigned
comment:2 Changed 12 years ago by charles
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
Fixed in trunk by r11491