Page MenuHomeFreeBSD

D46472.id142582.diff
No OneTemporary

D46472.id142582.diff

diff --git a/sys/kern/sys_pipe.c b/sys/kern/sys_pipe.c
--- a/sys/kern/sys_pipe.c
+++ b/sys/kern/sys_pipe.c
@@ -587,7 +587,8 @@
if (cpipe->pipe_buffer.buffer == NULL) {
pipeallocfail++;
if (ppsratecheck(&lastfail, &curfail, 1))
- printf("kern.ipc.maxpipekva exceeded; see tuning(7)\n");
+ printf("pid %d: kern.ipc.maxpipekva exceeded; "
+ "see tuning(7)\n", curproc->p_pid);
} else {
piperesizefail++;
}

File Metadata

Mime Type
text/plain
Expires
Fri, Dec 12, 10:38 PM (6 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26914480
Default Alt Text
D46472.id142582.diff (438 B)

Event Timeline