Subject: Re: kern/32682: netbsd-3 ptyfs intermittent failure with Matlab
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Christos Zoulas <christos@zoulas.com>
List: netbsd-bugs
Date: 09/21/2006 12:20:02
The following reply was made to PR kern/32682; it has been noted by GNATS.
From: christos@zoulas.com (Christos Zoulas)
To: Hauke Fath <hf@spg.tu-darmstadt.de>
Cc: kern-bug-people@NetBSD.org, gnats-admin@NetBSD.org,
gnats-bugs@NetBSD.org
Subject: Re: kern/32682: netbsd-3 ptyfs intermittent failure with Matlab
Date: Thu, 21 Sep 2006 08:15:25 -0400
On Sep 21, 10:20am, hf@spg.tu-darmstadt.de (Hauke Fath) wrote:
-- Subject: Re: kern/32682: netbsd-3 ptyfs intermittent failure with Matlab
| It applied with fuzz to netbsd-3 sources, and compiled. I deployed a
| patched kernel last night, and on the first login to a coworker's
| machine this morning I got the dreaded Matlab abort trap. There was
| no console output or anything in the logs.
|
| So, no change here, unfortunately.
uprintf only prints on the user's terminal. If you want output on the
console, you just need printf. I am curious if it is passing it 0 or 1.
I knew this would not change things.
christos