Changes between Initial Version and Version 1 of Ticket #9806, comment 1
- Timestamp:
- May 31, 2013, 6:11:47 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9806, comment 1
initial v1 5 5 PANIC: mutex_lock(): double lock at ... by thread ... 6 6 7 dprintf()8 7 .. 8 dprintf_args() 9 9 vm_page_fault() 10 10 .. 11 dprintf_args( "lfn_entry with intervening.. erased entries" ) 11 12 filesystem/fat 12 13 .. … … 14 15 }}} 15 16 16 The fat32 add-on is obviously involved, but I find it interesting that the last chunk of code called before panicing is the vm (virtual memory?) one.. Is that significant? Wondering. 17 The fat32 add-on is obviously involved, [strike]but I find it interesting that the last chunk of code called before panicing is the vm (virtual memory?) one.. Is that significant? Wondering.[strike] 18 19 Update -- "mutex" command at KDL prompt: 20 21 {{{ 22 mutex 0x801a0f04 23 name: debug output 24 flags: 0x0 25 holder: 405 26 waiting threads: 27 }}}