Re: ERLITE frozen in rc script after switching to GCC 5.4
Rin Okuyama <[email protected]> Sun, 13 Nov 2016 23:03:45 +0900
| Newsgroups | gmane.os.netbsd.ports.evbmips |
|---|---|
| Message-ID | <[email protected]> |
On 2016/11/13 18:18, Martin Husemann wrote: > On Sun, Nov 13, 2016 at 02:07:33PM +0900, Rin Okuyama wrote: >> Inspired to mlelstv@'s commit to compat/netbsd32, I examined and >> found wrong type and casting. Some are harmless, but there is a bug >> which occurs the y2038 problem. I wonder whether the random freezes >> take place due to this kinds of errors in COMPAT_NETBSD32 codes. > > The patch looks good to me! Thank you, I committed it! I will investigate a little further. Rin