Closed GoogleCodeExporter closed 8 years ago
Just installing MacFUSE shouldn't cause a kernel panic. In fact, even if you do
use MacFUSE, it doesn't do
anything unless you have a MacFUSE volume mounted currently.
Based on your kernel version, your panic looks like a result of the following
function call chain:
panic() <- kernel_trap() <- lo_alltraps() <- vm_pageout_continue() <-
call_continuation() ...
The rest is garbled, but this tells us enough to conclude that this is the
vm_pageout() path and the kernel died
on a page fault. This is sometimes a result of bad hardware (RAM or disk) --
not always, but since nothing of
note was apparently happening here, bad hardware *could* be the cause. Then
again, in such complex
systems, there can be bugs anywhere too.
Original comment by si...@gmail.com
on 5 Feb 2007 at 8:13
Marking this as "invalid" because it's apparently unrelated to MacFUSE.
Nevertheless, please keep reporting
anything that's plausibly suspicious.
Original comment by si...@gmail.com
on 5 Feb 2007 at 10:18
Original issue reported on code.google.com by
ric...@gmail.com
on 5 Feb 2007 at 7:29