Re: PANIC: thread_exit: Last thread exiting on its own.

2011-01-03 Thread John Baldwin
On Friday, December 31, 2010 4:22:36 am Lev Serebryakov wrote: Hello, Giovanni. You wrote 31 декабря 2010 г., 1:56:20: I've got this panic on reboot from geom_raid5. Could you please provide some backtrace? Have you got a core? Backtrace was were simple (I've reproduce it from my

Re: PANIC: thread_exit: Last thread exiting on its own.

2011-01-03 Thread Lev Serebryakov
Hello, John. You wrote 3 января 2011 г., 19:26:00: I've got this panic on reboot from geom_raid5. Could you please provide some backtrace? Have you got a core? Backtrace was were simple (I've reproduce it from my memory, but it really was that simple): all debugger-related

Re: PANIC: thread_exit: Last thread exiting on its own.

2011-01-03 Thread Giovanni Trematerra
On 03/gen/2011, at 18:23, Lev Serebryakov l...@freebsd.org wrote: Hello, John. You wrote 3 января 2011 г., 19:26:00: I've got this panic on reboot from geom_raid5. Could you please provide some backtrace? Have you got a core? Backtrace was were simple (I've reproduce it from my memory,

Re: PANIC: thread_exit: Last thread exiting on its own.

2011-01-02 Thread Lev Serebryakov
Hello, Giovanni. You wrote 31 декабря 2010 г., 1:56:20:  I've  got  this  panic on reboot from geom_raid5. Could you please provide some backtrace? Have you got a core? Which revision of -STABLE are you running(or when last src update)? Ok, it is reproducable on reboot from single-user mode.

Re: PANIC: thread_exit: Last thread exiting on its own.

2011-01-02 Thread Garrett Cooper
On Jan 2, 2011, at 7:02 AM, Lev Serebryakov l...@freebsd.org wrote: Hello, Giovanni. You wrote 31 декабря 2010 г., 1:56:20: I've got this panic on reboot from geom_raid5. Could you please provide some backtrace? Have you got a core? Which revision of -STABLE are you running(or when

Re: PANIC: thread_exit: Last thread exiting on its own.

2010-12-31 Thread Lev Serebryakov
Hello, Giovanni. You wrote 31 декабря 2010 г., 1:56:20:  I've  got  this  panic on reboot from geom_raid5. Could you please provide some backtrace? Have you got a core? Backtrace was were simple (I've reproduce it from my memory, but it really was that simple): all debugger-related

PANIC: thread_exit: Last thread exiting on its own.

2010-12-30 Thread Lev Serebryakov
is exiting.. but not through exit() */ panic (thread_exit: Last thread exiting on its own); } } But kthread_exit() has special processing of this situation: if (curthread-td_proc-p_numthreads == 1) kproc_exit(0); /* never returns */ So, it seems to be some

Re: PANIC: thread_exit: Last thread exiting on its own.

2010-12-30 Thread Giovanni Trematerra
2010/12/30 Lev Serebryakov l...@freebsd.org: Hello, Hackers.  I've  got  this  panic on reboot from geom_raid5. Could you please provide some backtrace? Have you got a core? Which revision of -STABLE are you running(or when last src update)? Thank you. -- Gianni