christos@ wrote: > | Program received signal SIGSEGV, Segmentation fault. > | 0x0007d662 in mbrtowc (ps=0x0, max_sz=1, str=0xffefdc27 "0123456789", > wc=0x0) > | at /r/work/netbsd-7/src/distrib/utils/libhack/multibyte.c:15 > | 15 return str == NULL || (*wc = (unsigned char)*str) == 0 ? 0 > : 1; > > Ok, this is a bug in libhack; please cvs update.
Christos, could you please at least compile before commit? http://mail-index.netbsd.org/source-changes/2014/11/15/msg060599.html >> Log Message: >> Remove unused variable. Such botch and additional fixes make pullups annoying... --- Izumi Tsutsui