From owner-freebsd-bugs Mon Aug 31 04:20:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA03667 for freebsd-bugs-outgoing; Mon, 31 Aug 1998 04:20:12 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA03655 for ; Mon, 31 Aug 1998 04:20:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA08398; Mon, 31 Aug 1998 04:20:01 -0700 (PDT) Date: Mon, 31 Aug 1998 04:20:01 -0700 (PDT) Message-Id: <199808311120.EAA08398@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: "Daniel M. Eischen" Subject: Re: kern/7586: [PATCH] Threads bug in libc_r preventing MySQL from shutting down Reply-To: "Daniel M. Eischen" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/7586; it has been noted by GNATS. From: "Daniel M. Eischen" To: freebsd-gnats-submit@freebsd.org, nik@iii.co.uk Cc: jb@cimlogic.com.au Subject: Re: kern/7586: [PATCH] Threads bug in libc_r preventing MySQL from shutting down Date: Mon, 31 Aug 1998 03:09:00 -0400 Oops, forgot to fix uthread_info for the addition of another state. Here is the fix for that. Dan Eischen eischen@vigrid.com *** ../uthread.orig/uthread_info.c Tue Jun 30 14:00:11 1998 --- uthread_info.c Mon Aug 31 02:58:27 1998 *************** *** 57,63 **** {PS_SELECT_WAIT , "Waiting on select"}, {PS_SLEEP_WAIT , "Sleeping"}, {PS_WAIT_WAIT , "Waiting process"}, ! {PS_SIGWAIT , "Waiting for a signal"}, {PS_JOIN , "Waiting to join"}, {PS_SUSPENDED , "Suspended"}, {PS_DEAD , "Dead"}, --- 57,64 ---- {PS_SELECT_WAIT , "Waiting on select"}, {PS_SLEEP_WAIT , "Sleeping"}, {PS_WAIT_WAIT , "Waiting process"}, ! {PS_SIGSUSPEND , "Waiting (sigsuspend) for a signal"}, ! {PS_SIGWAIT , "Waiting (sigwait) for a signal"}, {PS_JOIN , "Waiting to join"}, {PS_SUSPENDED , "Suspended"}, {PS_DEAD , "Dead"}, To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message