On Mon, 04 Oct 2010 13:55:16 +0900, OBATA Akio <obache%netbsd.org@localhost> wrote:
On Fri, 01 Oct 2010 23:38:04 +0900, Alistair Crooks <agc%pkgsrc.org@localhost> wrote:inputmethod/anthy 11 taya%NetBSD.org@localhost... ./mkworddic -f ./dict.args gmake[2]: *** [anthy.wdic] Segmentation fault (core dumped) gmake[2]: Leaving directory `/scratch/inputmethod/anthy/work/anthy-9100h/mkworddic' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/scratch/inputmethod/anthy/work/anthy-9100h' gmake: *** [all] Error 2 *** Error code 2 maybe process limits?It is not happened on 5.0, but on 5.1_RC4.
And what's up? % gdb ./.libs/mkworddic ./mkworddic.core ... Core was generated by `mkworddic'. Program terminated with signal 11, Segmentation fault. #0 0x0000000000403fa6 in main (argc=Cannot access memory at address 0x7f7fffdfca5c ) at mkdic.c:1172 1172 { (gdb) l 1167 } 1168 1169 /**/ 1170 int 1171 main(int argc, char **argv) 1172 { 1173 struct mkdic_stat mds; 1174 int i; 1175 char *script_fn = NULL; 1176 int help_mode = 0; (gdb) -- OBATA Akio / obache%NetBSD.org@localhost