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
- Status changed from new to accepted
- Owner set to slavazanko
- 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
Note: See
TracTickets for help on using
tickets.