| Summary: | Re: resend: uthread_init.c PANICs in case of (legally) close stdin | ||
|---|---|---|---|
| Product: | Base System | Reporter: | eischen <eischen> |
| Component: | bin | Assignee: | 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 | ||
State Changed From-To: open->closed Mis-filed en route to PR 12853. |
> 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