From eischen@vigrid.com  Tue Dec 19 19:50:10 2000
Return-Path: <eischen@vigrid.com>
Received: from pcnet1.pcnet.com (pcnet1.pcnet.com [204.213.232.3])
	by hub.freebsd.org (Postfix) with ESMTP
	id 4DCEA37B400; Tue, 19 Dec 2000 19:50:09 -0800 (PST)
Received: (from eischen@localhost)
	by pcnet1.pcnet.com (8.8.7/PCNet) id WAA04629;
	Tue, 19 Dec 2000 22:49:43 -0500 (EST)
Message-Id: <200012200349.WAA04629@pcnet1.pcnet.com>
Date: Tue, 19 Dec 2000 22:49:43 -0500 (EST)
From: Daniel Eischen <eischen@vigrid.com>
To: FreeBSD-gnats-submit@freebsd.org, tobez@tobez.org
Cc: deischen@freebsd.org, jasone@freebsd.org
Subject: Re: libc_r: non-delivery of previously blocked signals

>Number:         23676
>Category:       kern
>Synopsis:       Re: libc_r: non-delivery of previously blocked signals
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    gnats-admin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 19 20:00:01 PST 2000
>Closed-Date:    Mon Feb 26 13:55:17 PST 2001
>Last-Modified:  Wed Oct 26 06:30:47 GMT 2005
>Originator:     
>Release:        
>Organization:
>Environment:
>Description:
 Try this patch.
 
 Index: uthread/uthread_kern.c
 ===================================================================
 RCS file: /opt/b/CVS/src/lib/libc_r/uthread/uthread_kern.c,v
 retrieving revision 1.35
 diff -u -r1.35 uthread_kern.c
 --- uthread/uthread_kern.c	2000/11/16 19:15:56	1.35
 +++ uthread/uthread_kern.c	2000/12/20 03:43:14
 @@ -90,6 +90,9 @@
  	/* Restore the signal frame: */
  	_thread_sigframe_restore(_thread_run, psf);
  
 +	/* The signal mask was restored; check for any pending signals: */
 +	_thread_run->check_pending = 1;
 +
  	/* Switch to the thread scheduler: */
  	___longjmp(_thread_kern_sched_jb, 1);
  }
 
 -- 
 Dan Eischen
 
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: billf 
State-Changed-When: Mon Feb 26 13:55:17 PST 2001 
State-Changed-Why:  
E-mail reply misinterpreted to be a new PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=23676 
>Unformatted:
