On Wed, May 01, 2019 at 06:34:42AM +0000, Andy Ball wrote: > Please let me know if there is anything I can do to help > narrow things down a bit, or with testing.
You can reproduce the failure quickly? I guess when the build of the pkg failed and you re-run it, it will fail soon the same way, right? If so, you can use "ktrace -i make" instead of "make", and after it failed do something like: kdump | fgrep NAMI | fgrep .so | tail -100 and I guess the culprit will show up in that list. Martin