Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
What does this Mac Panic dump mean?
Interval Since Last Panic Report: 1606 sec
Panics Since Last Report: 2
Anonymous UUID: F40B87CE-8E12-4598-B669-66C6C5D6DF4D
Tue Sep 4 15:13:18 2012
panic(cpu 1 caller 0x29a3a1): trying to interlock destroyed mutex (0xa2f7e48) Backtrace (CPU 1), Frame : Return Address (4 potential args on stack)
0x50d8be58 : 0x21b837 (0x5dd7fc 0x50d8be8c 0x223ce1 0x0)
0x50d8bea8 : 0x29a3a1 (0x802cac 0xa2f7e48 0x50d8bed8 0x58962b98)
0x50d8beb8 : 0x58962b98 (0xa2f7e48 0xfffffffd 0x3a158e10 0x1d5)
0x50d8bed8 : 0x5896afd7 (0xa2f7e04 0x58979c6c 0x4 0x5896abad)
0x50d8bf38 : 0x5896b4e3 (0x50d8bfa8 0x0 0x20 0x58979fb4)
0x50d8bfc8 : 0x2a179c (0x9240f04 0x0 0x10 0x785ec64)
Kernel Extensions in backtrace (with dependencies):
com.apple.filesystems.smbfs(1.6.7)@0x5894c000->0x5897ffff
BSD process name corresponding to current thread: kernel_task
Mac OS version:
10K549
Kernel version:
Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 System model name: Macmini3,1 (Mac-F22C86C8)
System uptime in nanoseconds: 469974570848 unloaded kexts:
com.apple.driver.AppleFileSystemDriver 2.0 (addr 0x50dfd000, size 0x12288) - last unloaded 104662791408
1 Answer
- PaulLv 49 years agoFavorite Answer
This dump tells you what went wrong but not why it went wrong.
"trying to interlock destroyed mutex"
You don't need to learn what that means as it won't help in diagnosing the problem. If this is a one-off problem I would ignore it.