RE: [U2] error question

2008-04-04 Thread Christian PAGER
Envoyi : vendredi 4 avril 2008 03:35 @ : u2-users@listserver.u2ug.org Objet : [U2] error question Hey all, I am pretty sure this is a out of memory/stack space type error but I was hoping someone could tell me where I can find the fault types and if there is a way to use the address

Re: [U2] error question

2008-04-04 Thread Louie Bergsagel
I have gotten that error when trying to open (or LIST) a record that is too large (such as a PH record with millions of lines) or when loading an internal variable with too much data before writing it to a file (e.g. many instances of var-1 = line). Using WRITEBLK or WRITESEQ solves the latter

[U2] error question

2008-04-03 Thread Doug Chanco
Hey all, I am pretty sure this is a out of memory/stack space type error but I was hoping someone could tell me where I can find the fault types and if there is a way to use the address that the error returned to get where the code was when it blew up? below is the error Abnormal

RE: [U2] error question

2008-04-03 Thread Hona, David S
PROTECTED] On Behalf Of Doug Chanco Sent: Friday, April 04, 2008 12:35 PM To: u2-users@listserver.u2ug.org Subject: [U2] error question Hey all, I am pretty sure this is a out of memory/stack space type error but I was hoping someone could tell me where I can find the fault types