tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: zfs crash on amd64



Adam Hamsik <haaaad%gmail.com@localhost> wrote:
> I have tried to increase USPACE to 8 and it doesn't helped. I wonder  
> if problem can be in a stack size of a kernel thread for a taskq.  
> Because panic happens in taskq kthread. What/where is default kthread  
> stack size defined or does it have it's own stack ?

Sounds like a wrong approach to the problem.  If your code exhausts kernel
stack, then it likely need to reduce the usage of it.  However, why do you
think it is a stack related problem?

-- 
Mindaugas


Home | Main Index | Thread Index | Old Index