hi with -current as of 2nd April I can reliable panic the system in pseudofs with the following command sequence: mount /proc cat /proc/123/status umount /proc kldunload procfs <PANIC> the same panic is here with linprocfs so I think its pseudofs related. I cannot get the backtrace so I had to rewrite it by hand: kern_kldunload(); linker_file_unload(); module_unload(); vfs_modevent(); _procfs_uninit(); pfs_uninit(); delete_unrhdr() PANIC; it panics on KASSERT(uh->busy == 0, ("unrhdr has %u allocations", uh->busy)); so to reproduce this panic you have to have INVARIANTS enabled kernel... thnx romanReceived on Thu Apr 05 2007 - 09:18:04 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:07 UTC