Consistent crash of BeagleBone kernel

Konstantin Belousov kostikbel at gmail.com
Sun Aug 9 18:10:10 UTC 2015


On Sun, Aug 09, 2015 at 10:53:20AM -0700, Tim Kientzle wrote:
> 
> I suspect the LOR is new.
> 
> It looks like the panic is occurring when WITNESS tries to print the backtrace for the LOR.  I???m not familiar with that code; does it use the kernel linker?
> 

It indeed locks the linker lock to resolve symbols. So it seems to be
even more useful to make the linker lock recursive locally, then you
should be able to see the backtrace for LOR.


More information about the freebsd-current mailing list