* Dominique Pellé <[email protected]> [2016-02-28 12:08 +0100]:
> Elimar Riesebieter <[email protected]> wrote: [...] > Can you give us a backtrace with gdb? No. Can't find a core file anywhere. > You can get it from the core file using: > > $ cd vim/src/testdir > $ make clean > $ rm core > $ make test_channel.res Well running this as user works as it should. So the only difference are the environment variables. My build wrapper has set LANG=C and LC_ALL=C. Setting LANG=en_US.UTF-8 and LC_ALL=en_US.UTF-8 seems to solve the issue. It looks like an UTF-8 environment is required for running the tests? Thanks Elimar -- Do you smell something burning or is it me? -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
