The problem is that in PlatformNetBSD::Initialize you call Platform::SetHostPlatform unconditionally. You want to call Platform::SetHostPlatform only if we are running on NetBSD so you have to surround it with some conditional compilation (see example in PlatformLinux::Initialize)
On Fri, Nov 20, 2015 at 10:50 AM Kamil Rytarowski via lldb-commits < lldb-commits@lists.llvm.org> wrote: > krytarowski added a comment. > > In http://reviews.llvm.org/D14844#293692, @labath wrote: > > > If anyone hasn't found the link yet. it's > http://lab.llvm.org:8011/builders/lldb-x86_64-ubuntu-14.04-cmake/builds/8653. > There is no mailing list but you can monitor the webpage containing all > builtbots. They are not sending out blame emails, as the tests are not > passing 100% reliably (yet). We could add you to the opt-in list which we > receive, but you'll probably regret that soon ;). > > > Thank you, I was looking rather for build problems.. I will need to get > Linux to try it out. > > At first thought I don't see relevance of NetBSD platform code to trigger > asserts in the aux path. > > > Repository: > rL LLVM > > http://reviews.llvm.org/D14844 > > > > _______________________________________________ > lldb-commits mailing list > lldb-commits@lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits >
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits