Bug 12865

Summary: Re: resend: uthread_init.c PANICs in case of (legally) close stdin
Product: Base System Reporter: eischen <eischen>
Component: binAssignee: GNATS administrator <gnats-admin>
Status: Closed FIXED    
Severity: Affects Only Me CC: FreeBSD-gnats-submit
Priority: Normal    
Version: 1.0-RELEASE   
Hardware: Any   
OS: Any   

Description eischen 1999-07-29 02:00:01 UTC
 >         I didn't try the patches because mi had
 > gone home.
 > 
 >         The other problem we are having is:
 > 
 > PANIC("Cannot set virtual timer");
 > in uthread_kern.c
 > 
 >         This one really has me stumped.
 
 You're going to have to bite the bullet and upgrade to -stable (or
 pull -stable's libc_r and rebuild it on your system).  You're
 working with an older threads library that has seen a lot of fixes
 since 3.1-RELEASE.  I believe the panic message you quote is from
 before 3.2-RELEASE.
 
 FYI, the message now is:
 
   PANIC("Cannot set scheduling timer");
 
 in uthread_kern.c.
 
 Dan Eischen
 eischen@vigrid.com
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 1999-07-29 21:04:55 UTC
State Changed
From-To: open->closed

Mis-filed en route to PR 12853.