On Sun, Mar 06, 2016 at 04:33:59PM +0100, Mischa wrote: > Hi, > > Reyk asked me to post the following panics on this list. > I have seen multiple panics when running the stock relayd / httpd on both > bhyve and bare metal. > Here are the 2 I captured. > > The first trace is from OpenBSD 5.8 running on bhyve (FreeBSD 10.2). > > #### https://gist.github.com/mischapeters/11dd221087c2b04b7741 > panic: mtx_enter: locking against myself > Stopped at 0xffffffff8133fc09: leave > RUN AT LEAST 'trace' AND 'ps' AND INCLUDE OUTPUT WHEN REPORTING THIS PANIC! > DO NOT EVEN BOTHER REPORTING THIS WITHOUT INCLUDING THAT INFORMATION! > ddb> > ddb> trace > (null)() at 0xffffffff8133fc09 > (null)() at 0xffffffff811a310e > (null)() at 0xffffffff8132508f > (null)() at 0xffffffff811bc830 > (null)() at 0xffffffff8123f060 > (null)() at 0xffffffff81253abd > (null)() at 0xffffffff81254900 > (null)() at 0xffffffff81193a95 > (null)() at 0xffffffff81324632 > (null)() at 0xffffffff8133b3cf > (null)() at 0xffffffff8119f8f5 > (null)() at 0xffffffff811bb0f6 > (null)() at 0xffffffff811bb6bc > (null)() at 0xffffffff811bee6e > (null)() at 0xffffffff813233ae
Please tell bhyve to implement proper elf symbol loading in their bootloader. The trace above is pretty useless. -ml