On Wed, May 02, 2018 at 02:23:06PM +0200, Sebastien Marie wrote: > Hi, > > I recently received a pine64 board for doing Rust work on it (thanks > danj@) and I have some problems with it. > > One of them is random crash or dead-lock when running rustc, which is a > multi-threaded program. > > I dunno how to debug it, but the difference between running on bsd.mp > (the default) or bsd.sp is important.
You could start by running ktrace -di and showing us the output.
