Hi Ralf, On 2019/01/24 21:55, Ralf Treinen wrote: > Hi, > [...] > the input file on which camomilelocaledef fails, zh__PINYIN.mar, is > almost double the size of the other files on which it succeeds. > So if you can somehow increase the the stack size (say, 2x or better 4x) > than that might do the trick. > > There probably is somewhere a recursion that should be turned > tail-recursive in case you really want to dive into the code. > > If you have a patch I can test it on a porter machine.
I have increased the stack size of the bytecode interpreter. Can you please check if this fixes the problem? The fix is in git. Cheers Kyle

