Re: A page fault in subr_turnstile.c:propogate_priority()

2003-12-03 Thread Igor Sysoev
ources from 2003.11.28.00.00.00 and since then the system made 3 builds of the world. I think it would panic tomorrow or so. I'll get crash dump and then try your new patch. Can I apply the new patch to sources from 2003.11.28.00.00.00 or I need to cvsup to m

Re: A page fault in subr_turnstile.c:propogate_priority()

2003-12-03 Thread Igor Sysoev
On Wed, 3 Dec 2003, John Baldwin wrote: > On 03-Dec-2003 Igor Sysoev wrote: > > On Wed, 3 Dec 2003, John Baldwin wrote: > > > >> > >> On 03-Dec-2003 Igor Sysoev wrote: > >> > On Wed, 3 Dec 2003, John Baldwin wrote: > >> > > >&g

Re: A page fault in subr_turnstile.c:propogate_priority()

2003-12-03 Thread Igor Sysoev
On Wed, 3 Dec 2003, Igor Sysoev wrote: > On Wed, 3 Dec 2003, John Baldwin wrote: > > > > > On 03-Dec-2003 Igor Sysoev wrote: > > > On Wed, 3 Dec 2003, John Baldwin wrote: > > > > > >> On 03-Dec-2003 Brian F. Feldman wrote: > > >> >

Re: A page fault in subr_turnstile.c:propogate_priority()

2003-12-03 Thread Igor Sysoev
On Wed, 3 Dec 2003, John Baldwin wrote: > > On 03-Dec-2003 Igor Sysoev wrote: > > On Wed, 3 Dec 2003, John Baldwin wrote: > > > >> On 03-Dec-2003 Brian F. Feldman wrote: > >> > Igor Sysoev <[EMAIL PROTECTED]> wrote: > >> >

Re: A page fault in subr_turnstile.c:propogate_priority()

2003-12-03 Thread Igor Sysoev
On Wed, 3 Dec 2003, John Baldwin wrote: > On 03-Dec-2003 Brian F. Feldman wrote: > > Igor Sysoev <[EMAIL PROTECTED]> wrote: > >> I'd cvsup'ed 5.1-CURRENT from 2003.11.04.02.02.00 up to > >> 2003.11.28.00.00.00 with the turnstile support and it can

Re: A page fault in subr_turnstile.c:propogate_priority()

2003-12-03 Thread Igor Sysoev
On Wed, 3 Dec 2003, Brian F. Feldman wrote: > Igor Sysoev <[EMAIL PROTECTED]> wrote: > > I'd cvsup'ed 5.1-CURRENT from 2003.11.04.02.02.00 up to > > 2003.11.28.00.00.00 with the turnstile support and it can still > > causes sometimes a page fault in propogate

Re: A page fault in subr_turnstile.c:propogate_priority()

2003-12-03 Thread Igor Sysoev
On Wed, 3 Dec 2003, John Baldwin wrote: > On 03-Dec-2003 Brian F. Feldman wrote: > > Igor Sysoev <[EMAIL PROTECTED]> wrote: > >> I'd cvsup'ed 5.1-CURRENT from 2003.11.04.02.02.00 up to > >> 2003.11.28.00.00.00 with the turnstile support and it can

A page fault in subr_turnstile.c:propogate_priority()

2003-12-01 Thread Igor Sysoev
I'd cvsup'ed 5.1-CURRENT from 2003.11.04.02.02.00 up to 2003.11.28.00.00.00 with the turnstile support and it can still causes sometimes a page fault in propogate_priority(). I have core dump and can send debug output. Igor Sysoev http://sy

panic: bad pte

2003-11-11 Thread Igor Sysoev
mov0x5c(%ecx),%ebx # m = td->td_blocked; FAULT: c050a35b cmp0x24(%ebx),%ecx # if (td == TAILQ_FIRST(&m->mtx_blocked)) { c050a35e je 0xc050a2f0 # continue; It seems that td->td_blocked is NULL. Igor Sysoev htto://sysoev.ru/en/ ___