Re: [Ocfs2-users] one node kernel panic

2011-10-07 Thread Sunil Mushran
uek is a different kernel entirely. It is hard to say whether you will or will not hit it with uek mainly because the underlying code is different. On 10/06/2011 10:33 PM, Hideyasu Kojima wrote: Thank you for responding. I think UEK5 is based on RHEL5 kernel. Does the problem same as UEK5

Re: [Ocfs2-users] one node kernel panic

2011-10-06 Thread Hideyasu Kojima
Thank you for responding. I think UEK5 is based on RHEL5 kernel. Does the problem same as UEK5 arise? (2011/10/05 1:45), Sunil Mushran wrote: int sigprocmask(int how, sigset_t *set, sigset_t *oldset) { int error; spin_lock_irq(current-sighand-siglock); CRASH if (oldset) *oldset =

Re: [Ocfs2-users] one node kernel panic

2011-10-04 Thread Sunil Mushran
int sigprocmask(int how, sigset_t *set, sigset_t *oldset) { int error; spin_lock_irq(current-sighand-siglock); CRASH if (oldset) *oldset = current-blocked; ... } current-sighand is NULL. So definitely a race. Generic kernel issue. Ping your kernel