Description of problem: When removing more than 4 files using count and dd command, it's aborted by glibc (presumably double free error). Version-Release number of selected component (if applicable): vifm-0.5-3.fc14.x86_64 How reproducible: always Steps to Reproduce: 1. 4dd Additional info: view->selected_files is not updated in main_key_press_cb, so when get_all_selected_files is called later, it allocates view->selected_filelist as one-item array. That of course causes problems when it later writes at higher indexes in the array .-)
Created attachment 414360 [details] fix the crash
Created attachment 414361 [details] scrap some boilerplate code from yank_files While I was at it, I moved some common code of delete_files and yank_files off. I haven't looked, but I suppose it might be useful elsewhere too.
Created attachment 414362 [details] valgrind log
vifm-0.5-4.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/vifm-0.5-4.fc11
vifm-0.5-4.fc11 has been pushed to the Fedora 11 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update vifm'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/vifm-0.5-4.fc11
works fine in vifm-0.5-4.fc14
vifm-0.5-4.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/vifm-0.5-4.fc12
vifm-0.5-4.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/vifm-0.5-4.fc13
Thank you David
vifm-0.5-4.fc13 has been pushed to the Fedora 13 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update vifm'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/vifm-0.5-4.fc13
vifm-0.5-4.fc12 has been pushed to the Fedora 12 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update vifm'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/vifm-0.5-4.fc12
This bug appears to have been reported against 'rawhide' during the Fedora 14 development cycle. Changing version to '14'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component.
It's been pushed...not sure why bodhi didn't close the bug. Feel free reopen if I'm missing something.