Bug 194015 - Fatal double fault on mount root from zfs
Summary: Fatal double fault on mount root from zfs
Status: Closed Not A Bug
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 10.1-BETA3
Hardware: i386 Any
: --- Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-29 13:25 UTC by Dmitry Afanasiev
Modified: 2014-09-29 14:41 UTC (History)
0 users

See Also:


Attachments
panic log (4.32 KB, text/plain)
2014-09-29 13:25 UTC, Dmitry Afanasiev
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Afanasiev 2014-09-29 13:25:34 UTC
Created attachment 147805 [details]
panic log

After system hangs I rebooted system and panic on mount root with Fatal double fault.
OCR of stack trace attached, but it have some OCR specific troubles.
Original screenshots available there:
http://kot.spb.ru/tmp/panic/

I also got same problem on another i386 system with 10.0-RELEASE.
Problem occurs only after unclean shutdown.
Screen photos for two different panics also available on this link.

Problem exists ONLY on i386 systems.

Problem solves after booting amd64 kernel and after "clean" reboot.

My kernel build with gdb support, I can try to collect some additional information.
Comment 1 Andriy Gapon freebsd_committer freebsd_triage 2014-09-29 13:36:39 UTC
You need to increase kernel stack size. Seems it is too small on i386 to handle traverse_visitbp recursion in ZFS.
Comment 2 Dmitry Afanasiev 2014-09-29 14:41:38 UTC
Oops...
I'm complete idiot.
UPDATING/20121223 answers me about this trouble.