Re: Threads issue after latest buildworld

2002-09-18 Thread Julian Elischer

We're looking at it..



On Tue, 17 Sep 2002, walt wrote:

> Joe Marcus Clarke wrote:
> 
> > I just cvsup'd -CURRENT two hours ago, built world and kernel, then
> > rebooted...same as always.  Now, nautilus-2.0.7 fails to start with a
> > thread abort...
> 
> I saw the same error starting last night.  Mozilla also.
> 
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message
> 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Threads issue after latest buildworld

2002-09-17 Thread walt

Joe Marcus Clarke wrote:

> I just cvsup'd -CURRENT two hours ago, built world and kernel, then
> rebooted...same as always.  Now, nautilus-2.0.7 fails to start with a
> thread abort...

I saw the same error starting last night.  Mozilla also.



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Threads issue after latest buildworld

2002-09-17 Thread Joe Marcus Clarke

I just cvsup'd -CURRENT two hours ago, built world and kernel, then
rebooted...same as always.  Now, nautilus-2.0.7 fails to start with a
thread abort.

Fatal error '_pq_insert_head: prioq not protected!' at line 185 in file
/usr/src/lib/libc_r/uthread/uthread_priority_queue.c (errno = 22)
Fatal error '_waitq_insert: pq_active' at line 319 in file
/usr/src/lib/libc_r/uthread/uthread_priority_queue.c (errno = 35)
Abort (core dumped)

I think the problem might be related to the recent KSE commit, and the
change to i386's ucontext.h (mc_fpregs was removed).  pthread_private.h
still references this struct member.

There doesn't look to be a good equivalent to mc_fpregs anymore.  I see
npxgetregs(), but that looks to be KSE'ish.

Joe


-- 
PGP Key : http://www.marcuscom.com/pgp.asc


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message