See http://www.freebsd.org/cgi/query-pr.cgi?pr=124174 for details about the panic. Commenting out the following define avoids the panic, so maybe there's something wrong with the way OSS uses sx locks.
- Code: Select all
#if __FreeBSD_version >= 700031
#define USE_SX_LOCK 1
#endif
Thanks,
Jos
