Subject: huge data caused segmentation fault (core dump)
To: None <current-users@NetBSD.ORG>
From: c5666305 <c5666305@comp.polyu.edu.hk>
List: current-users
Date: 05/06/1997 11:30:51
Hello,

I am doing a project which will load 1000 * 1000 double elemnets into a 
square matrix.  When I tried to load the data, I encountered he segmentation
flault and core dump.  I had tried the unlimit with no success.  The 
following are reported by the limit

=====================================
cputime         unlimited
filesize        unlimited
datasize        262144 kbytes
stacksize       8192 kbytes
coredumpsize    unlimited
memoryuse       27624 kbytes
memorylocked    27624 kbytes
maxproc         532 
openfiles       1024 
=====================================

The data file is about 4M+ in size.  Any idea ?  Thanks for your help in
advance.


Clarence CHAN