Created attachment 172613 [details] Test with polish UTF-8 character See attached examples with single characters.
Created attachment 172614 [details] Test with czech/slovak UTF-8 character
Using e.g. de_DE.UTF-8 as locale has the same effect
I have narrowed this down to a endless loop in wcscoll_l(): for (pass = 0; pass <= table->info->directive_count; pass++) { }
I can confirm this is fixed by John Marino's patch in DragonflyBSD: http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3a40390f6101dd0c97b3cf92a44b2428a19c2a35
I correct myself, we need to roll back r302324
Fixed by: 302916 in head 303112 in stable/11