[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: /sbin/dump -> Segmentation fault (core dumped)
> ところで /sbin/dump が Segmentation fault しませんか ?
known bug です。
これでなおります。
*** /c/0220/src/sbin/dump/optr.c Thu Apr 2 21:17:29 1998
--- ./optr.c Thu Feb 25 02:49:26 1999
***************
*** 352,359 ****
--- 352,361 ----
va_start(ap);
#endif
(void) vfprintf(stderr, fmt, ap);
+ va_end(ap);
(void) fflush(stdout);
(void) fflush(stderr);
+ va_start(ap, fmt);
(void) vsnprintf(lastmsg, sizeof lastmsg, fmt, ap);
va_end(ap);
}
もういいかげん va-ppc.h の方をなんとかしたほうがいいという気になっている
のでほっといてます…。