Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 May 1999 15:47:41 -0500
From:      Paul Saab <paul@mu.org>
To:        Dag-Erling Smorgrav <des@flood.ping.uio.no>
Cc:        John Birrell <jb@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src/lib/libc_r/uthread Makefile.inc pthread_private.h          uthread_cond.c uthread_create.c uthread_detach.c uthread_execve.c          uthread_exit.c uthread_fd.c uthread_fork.c uthread_gc.c          uthread_getprio.c uthread_info.c uthread_init.c uthread_kern.c ...
Message-ID:  <19990515154741.A3357@elvis.mu.org>
In-Reply-To: <xzpyaiqsg2q.fsf@localhost.ping.uio.no>; from Dag-Erling Smorgrav on Sat, May 15, 1999 at 01:55:09PM %2B0200
References:  <199905090748.AAA88251@freefall.freebsd.org> <xzpyaiqsg2q.fsf@localhost.ping.uio.no>

next in thread | previous in thread | raw e-mail | index | archive | help
Ok,

After running mysql with this commit and watching it core dump, I
backed out this commit and then rebuilt libc_r.  After I rebuilt
it mysql works just fine.

Maybe this commit should be backed out before 3.2 is sent out?
Otherwise you are going to get a lot of people who depend on mysql
upset.

paul

Dag-Erling Smorgrav (des@flood.ping.uio.no) wrote:
> This commit is probably responsible for the current MySQL breakage.
> I'll have to find a box on which to do before-and-after tests to be
> sure, though.
> 
> John Birrell <jb@FreeBSD.org> writes:
> > jb          1999/05/09 00:48:56 PDT
> > 
> >   Modified files:        (Branch: RELENG_3)
> >     lib/libc_r/uthread   Makefile.inc pthread_private.h 
> >                          uthread_cond.c uthread_create.c 
> >                          uthread_detach.c uthread_execve.c 
> >                          uthread_exit.c uthread_fd.c 
> >                          uthread_fork.c uthread_gc.c 
> >                          uthread_getprio.c uthread_info.c 
> >                          uthread_init.c uthread_kern.c 
> >                          uthread_kill.c uthread_mattr_init.c 
> >                          uthread_mutex.c uthread_resume_np.c 
> >                          uthread_select.c uthread_setprio.c 
> >                          uthread_sig.c uthread_sigaction.c 
> >                          uthread_sigwait.c uthread_spinlock.c 
> >                          uthread_suspend_np.c 
> >   Log:
> >   MFC: (mostly) Realtime scheduling patches from Dan Eischen.
> >   
> >   Revision  Changes    Path
> >   1.16.2.1  +16 -1     src/lib/libc_r/uthread/Makefile.inc
> >   1.16.2.1  +214 -21   src/lib/libc_r/uthread/pthread_private.h
> >   1.12.2.1  +230 -62   src/lib/libc_r/uthread/uthread_cond.c
> >   1.11.2.1  +30 -10    src/lib/libc_r/uthread/uthread_create.c
> >   1.6.2.1   +13 -0     src/lib/libc_r/uthread/uthread_detach.c
> >   1.4.2.1   +1 -1      src/lib/libc_r/uthread/uthread_execve.c
> >   1.6.2.1   +14 -1     src/lib/libc_r/uthread/uthread_exit.c
> >   1.9.2.1   +2 -2      src/lib/libc_r/uthread/uthread_fd.c
> >   1.8.2.1   +33 -1     src/lib/libc_r/uthread/uthread_fork.c
> >   1.2.4.1   +9 -1      src/lib/libc_r/uthread/uthread_gc.c
> >   1.3.2.1   +5 -6      src/lib/libc_r/uthread/uthread_getprio.c
> >   1.9.2.1   +49 -2     src/lib/libc_r/uthread/uthread_info.c
> >   1.9.2.2   +33 -6     src/lib/libc_r/uthread/uthread_init.c
> >   1.15.2.2  +298 -334  src/lib/libc_r/uthread/uthread_kern.c
> >   1.5.2.1   +13 -0     src/lib/libc_r/uthread/uthread_kill.c
> >   1.2.2.1   +1 -1      src/lib/libc_r/uthread/uthread_mattr_init.c
> >   1.12.2.1  +1073 -189 src/lib/libc_r/uthread/uthread_mutex.c
> >   1.3.2.1   +13 -0     src/lib/libc_r/uthread/uthread_resume_np.c
> >   1.5.2.1   +5 -1      src/lib/libc_r/uthread/uthread_select.c
> >   1.3.2.1   +7 -11     src/lib/libc_r/uthread/uthread_setprio.c
> >   1.15.2.1  +39 -12    src/lib/libc_r/uthread/uthread_sig.c
> >   1.4.2.1   +1 -1      src/lib/libc_r/uthread/uthread_sigaction.c
> >   1.4.2.1   +1 -1      src/lib/libc_r/uthread/uthread_sigwait.c
> >   1.4.4.1   +15 -17    src/lib/libc_r/uthread/uthread_spinlock.c
> >   1.3.2.1   +13 -0     src/lib/libc_r/uthread/uthread_suspend_np.c
> > 
> > 
> 
> DES
> -- 
> Dag-Erling Smorgrav - des@flood.ping.uio.no
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe cvs-all" in the body of the message


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990515154741.A3357>