FreeBSD Bugzilla – Attachment 6804 Details for
Bug 15169
tsleep() dereferences *curproc while in a panic
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 486 bytes, created by
dgilbert
on 1999-11-29 20:40:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
dgilbert
Created:
1999-11-29 20:40:00 UTC
Size:
486 bytes
patch
obsolete
>*** kern_synch.c.orig Mon Nov 29 15:02:15 1999 >--- kern_synch.c Mon Nov 29 15:05:03 1999 >*************** >*** 384,390 **** > struct callout_handle thandle; > > #ifdef KTRACE >! if (KTRPOINT(p, KTR_CSW)) > ktrcsw(p->p_tracep, 1, 0); > #endif > s = splhigh(); >--- 384,390 ---- > struct callout_handle thandle; > > #ifdef KTRACE >! if (p && KTRPOINT(p, KTR_CSW)) > ktrcsw(p->p_tracep, 1, 0); > #endif > s = splhigh();
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 15169
: 6804