id summary reporter owner description type status milestone component version severity resolution keywords cc 12079 Infinite loop in boost:: filesystem::directory_iterator alexb.x42@… Beman Dawes "Debian Jessie (GLIBC 2.19) I have an NTFS partition created in Windows. On that partition there is a file with very long filename that contains Cyrillic characters: D:\test\очень_длинное_имя_для_файла_очень_длинное_имя_для_файла_очень_длинное_имя_для_файла_очень_длинное_имя_для_файла_очень_длинное_имя_для_файла_очень_длинное_имя_для_файла_очень_длинное_имя_для_файла_очень_длинное_имя_для_файла_очень_длинное_имя_для_ф.txt I attached this partition to my linux box and mounted it to /media/sk1ff/EEBEDC27BEDBE65D/. So, when I execute the following simple piece of code: {{{#!c++ fs::directory_iterator it(""/media/sk1ff/EEBEDC27BEDBE65D/test""), dir_end; for (; it != dir_end; ++it) { std::cout << it->path() << std::endl; } }}} it falls into an infinite loop." Bugs new To Be Determined filesystem Boost Release Branch Problem