Re: whoa! "Bus error: 10" from install during cross-build on macos!
Benny Siegert <[email protected]>
| Newsgroups | gmane.os.netbsd.current |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 2 Dec 2025, Greg A. Woods wrote: > Various people on the internets have reported various similar errors > with several different versions of macos. One said: ""Bus error: 10" > on MacOS means, from what I understand: cannot allocate memory." Not sure about the 10, but a Bus error on macOS can also be a null pointer dereference. macOS maps an invalid page at address 0, so any pointer in that page will trigger a bus error. -- Benny