Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 May 2002 20:08:26 -0700
From:      Alfred Perlstein <bright@mu.org>
To:        Jun Kuriyama <kuriyama@imgsrc.co.jp>
Cc:        freebsd-current@freebsd.org, cg@freebsd.org
Subject:   Re: Messages from WITNESS [Sun May 26 kernel]
Message-ID:  <20020527030826.GE43189@elvis.mu.org>
In-Reply-To: <7m1ybyfikb.wl@black.imgsrc.co.jp>
References:  <20020526123701.GA1512@hades.hell.gr> <200205261703.22969.jayed@jayed.com> <20020526221943.GC43189@elvis.mu.org> <7m1ybyfikb.wl@black.imgsrc.co.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
* Jun Kuriyama <kuriyama@imgsrc.co.jp> [020526 19:09] wrote:
> At Sun, 26 May 2002 22:19:58 +0000 (UTC),
> Alfred Perlstein wrote:
> > Uh, why don't you guys enable 'debug.witness_ddb' and get us some
> > tracebacks? :)
> 
> Could this help you?

Yes.


Index: feeder.c
===================================================================
RCS file: /home/ncvs/src/sys/dev/sound/pcm/feeder.c,v
retrieving revision 1.23
diff -u -r1.23 feeder.c
--- feeder.c	25 May 2002 11:18:03 -0000	1.23
+++ feeder.c	27 May 2002 03:07:30 -0000
@@ -137,7 +137,8 @@
 	struct pcm_feeder *f;
 	int err;
 
-	f = (struct pcm_feeder *)kobj_create((kobj_class_t)fc, M_FEEDER, M_WAITOK | M_ZERO);
+	f = (struct pcm_feeder *)kobj_create((kobj_class_t)fc, M_FEEDER,
+	    M_NOWAIT | M_ZERO);
 	if (f == NULL)
 		return NULL;
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020527030826.GE43189>