Subject: Re: Matlab 14.3 on NetBSD
To: Hauke Fath <hf@spg.tu-darmstadt.de>
From: Christos Zoulas <christos@zoulas.com>
List: port-i386
Date: 10/07/2005 13:08:46
On Oct 7,  7:03pm, hf@spg.tu-darmstadt.de (Hauke Fath) wrote:
-- Subject: Re: Matlab 14.3 on NetBSD

| Christos Zoulas wrote:
| > Hmm, the core is not very helpful (at least I cannot make sense out of it)
| 
| Anything else I could try? The crash is easy to reproduce. 
| Alternatively, I could provide an account and access to serial console 
| for debugging.
| 

There are things to try.

db>ps
db>t/t 0t<pid-of-matlab>

ktrace the matlab binary [maybe on nfs] or ktruss to stdout and see what
is the last syscall it attempts.

christos