Ticket #358 (closed defect: fixed)
MC freezes when copying from one FTP location to another
Reported by: | steelaz | Owned by: | slavazanko |
---|---|---|---|
Priority: | major | Milestone: | 4.8.14 |
Component: | mc-vfs | Version: | 4.6.2-pre1 |
Keywords: | Cc: | x905 | |
Blocked By: | Blocking: | ||
Branch state: | merged | Votes for changeset: | committed-master |
Description
To recreate, connect to the same FTP server on both panels, copy file from one directory to another.
Attachments
Change History
comment:2 Changed 15 years ago by slavazanko
- Cc x905 added
- severity set to no branch
#1709 marked as duplicate.
comment:4 Changed 10 years ago by boris
- Cc changed from x905, to x905
- Branch state set to no branch
The bug is still present. It happens because mc tries to open two FTP data connections at once, one for writing target and second for reading source. The control connection then freezes and mc as well.
Attched simple patch. The copy operation will still be impossible, but you'll get error message instead of hang.
comment:5 Changed 10 years ago by slavazanko
- Owner set to slavazanko
- Status changed from new to accepted
- Milestone changed from 4.8 to 4.8.14
comment:6 Changed 10 years ago by slavazanko
- Branch state changed from no branch to on review
Created branch 358_ftp_to_ftp
Initial changeset:f45784eabb73489859fb96e171e092e42ab0766e
Review please
comment:7 Changed 10 years ago by slavazanko
- Votes for changeset set to slavazanko
- Branch state changed from on review to approved
comment:8 Changed 10 years ago by slavazanko
- Status changed from accepted to testing
- Votes for changeset changed from slavazanko to committed-master
- Resolution set to fixed
- Branch state changed from approved to merged
Merged to master:
git log --pretty=oneline 57d9455...f45784e
comment:10 Changed 4 days ago by zaytsev
Ticket #1709 has been marked as a duplicate of this ticket.
Note: See
TracTickets for help on using
tickets.