Description of problem: Sometimes less 415 aborts. I could not gain any useful information from gdb.. Version-Release number of selected component (if applicable): less-415-1.fc9 bash-3.2-19.fc9 glibc-2.7-2 ncurses-5.6-12.20070812.fc8 pcre-7.3-1 How reproducible: 100% on a certain case Steps to Reproduce: 1. wget -N http://www.httrack.com/httrack-3.42.tar.gz 2. tar -xf httrack-3.42.tar.gz 3. cd httrack-3.42.1/ 4. find . -type f | sort | xargs less 5. Continue to read files by pushing ' : -> n ' Actual results: less aborts Expected results: less should not abort Additional info: less-409-2.fc9 does not seem to have this problem
Created attachment 266781 [details] core file when less crashed
It seems, that this bug is related to UTF-8 coding in a file. It should be fixed in the rawhide now. Zdenek