Subject: Re: IBCS2 Emulation panics
To: None <port-i386@NetBSD.ORG>
From: Jeff Thieleke <thieleke@lust.isca.uiowa.edu>
List: port-i386
Date: 05/03/1996 15:04:32
> Now I am running NetBSD 1.1 and whenever I try to run the database, it
> creates it's shared memory segments no problem but then the system panics with:
> 
> 'Panic: ibcs2_read'
> 
> Dump..... etc.
> 
> 
> Since I do not have to source code for this product, I cannot give any
> further information.


Look into kdump(1) and ktrace(1). 

Start up the database program with: ktrace 'programname'  and view the 
results with kdump.


Jeff Thieleke