gmzang / maczfs

Automatically exported from code.google.com/p/maczfs
Other
0 stars 0 forks source link

Kernel Panic after System Crash on pool import when pool full #54

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Import the pool
2. export the pool

Interval Since Last Panic Report:  -478467 sec
Panics Since Last Report:          -4
Anonymous UUID:                    B683E4AA-AE72-453A-A346-40AE4E5192CF

Thu Aug 26 14:37:56 2010
panic(cpu 1 caller 0xffffff800020931a): "thread_invoke: preemption_level -1, 
possible cause: unlocking an unlocked mutex or 
spinlock"@/SourceCache/xnu/xnu-1504.7.4/osfmk/kern/sched_prim.c:1476
Backtrace (CPU 1), Frame : Return Address
0xffffff80874233d0 : 0xffffff8000204b99 
0xffffff80874234d0 : 0xffffff800020931a 
0xffffff8087423550 : 0xffffff80002098fe 
0xffffff80874235c0 : 0xffffff80002060f4 
0xffffff80874235f0 : 0xffffff800024d7b6 
0xffffff8087423660 : 0xffffff800024dc05 
0xffffff80874236b0 : 0xffffff7f817ce83b 
0xffffff80874236d0 : 0xffffff7f817c1904 
0xffffff8087423700 : 0xffffff7f817806f0 
0xffffff80874237a0 : 0xffffff7f817838df 
0xffffff80874237e0 : 0xffffff7f817acbae 
0xffffff8087423860 : 0xffffff7f817acf6c 
0xffffff8087423910 : 0xffffff7f817b0371 
0xffffff8087423b60 : 0xffffff7f817bd50f 
0xffffff8087423b90 : 0xffffff7f817b7da8 
0xffffff8087423bd0 : 0xffffff800023cfe7 
0xffffff8087423c00 : 0xffffff8000237663 
0xffffff8087423c50 : 0xffffff80002377e5 
0xffffff8087423c90 : 0xffffff80002fa535 
0xffffff8087423d10 : 0xffffff80003043b3 
0xffffff8087423d60 : 0xffffff8000304617 
0xffffff8087423f40 : 0xffffff80004df7fc 
0xffffff8087423fa0 : 0xffffff80002e17c4 
      Kernel Extensions in backtrace (with dependencies):
         com.apple.filesystems.zfs(72.1.10)@0xffffff7f8177a000->0xffffff7f817e2fff

BSD process name corresponding to current thread: umount

Mac OS version:
10F569

Kernel version:
Darwin Kernel Version 10.4.0: Fri Apr 23 18:27:12 PDT 2010; 
root:xnu-1504.7.4~1/RELEASE_X86_64
System model name: MacBookPro5,2 (Mac-F2268EC8)

Original issue reported on code.google.com by smazap....@gmail.com on 26 Aug 2010 at 12:41

GoogleCodeExporter commented 8 years ago
I figured out that my disk was full. So this happens especially/only when the 
pool is full.

Original comment by smazap....@gmail.com on 26 Aug 2010 at 3:44

GoogleCodeExporter commented 8 years ago
Yes, there are a number of issues when a ZFS pool gets full which can lead to 
system instability. Was this on an expanding drive image on an HFS that got 
full, or was the ZFS drive full? The only way to recover in such situations is 
to have a snapshot which you can delete and save space.

We should probably document this issue on the wiki.

Original comment by alex.ble...@gmail.com on 25 Nov 2010 at 9:31