Changes between Initial Version and Version 1 of Ticket #9806, comment 1


Ignore:
Timestamp:
May 31, 2013, 6:11:47 PM (11 years ago)
Author:
ttcoder

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9806, comment 1

    initial v1  
    55PANIC: mutex_lock(): double lock at ... by thread ...
    66
    7 dprintf()
    87..
     8dprintf_args()
    99vm_page_fault()
    1010..
     11dprintf_args( "lfn_entry with intervening.. erased entries" )
    1112filesystem/fat
    1213..
     
    1415}}}
    1516
    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.
     17The 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
     19Update -- "mutex" command at KDL prompt:
     20
     21{{{
     22mutex 0x801a0f04
     23name: debug output
     24flags: 0x0
     25holder: 405
     26waiting threads:
     27}}}