On Mon, Jan 28, 2013 at 02:34:56PM +0000, Stuart Henderson wrote: > On 2013/01/28 15:13, Lars Engblom wrote: > > export LANG=en_US.UTF-8 > > gls -l > > > > This will dump a core on both current and stable. > > > > Regards, > > Lasse > > > > Works for me on amd64. Do you have a backtrace, ideally from a copy > built with DEBUG=-g? Does it need some special file in the directory?
Seems to be a missing library bump or something: $ export LANG=en_US.UTF-8 $ gls -l gls:/usr/local/lib/libintl.so.6.0: undefined symbol 'libiconv_set_relocation_prefix' lazy binding failed! Segmentation fault (core dumped)
