Open Phyks opened 8 years ago
After some checks and discussions on #gmpc@freenode
, we found that is was due to non-UTF-8 characters handling in rofi. If some files on the system have non-UTF-8 characters, rofi will crash in combi mode (but only in this mode), after starting to filter. This is reproducible on Arch, but may not be on other systems.
Minimal example to reproduce is echo -e '\xF0'|rofi -dmenu
. Not sure if it is fmenu-rofi's job to sanitize the string or rofi's job.
Hi,
When I run this script in
combi
mode, I get a segfault.Is it expected?
Thanks!