RE: [U2] [UV] This 2 line program can crash a UV session

2005-08-29 Thread Claus Derlien
' Denmark Claus Derlien -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Norman, David (SAAS) Sent: Monday, August 29, 2005 2:08 AM To: 'u2-users@listserver.u2ug.org' Subject: RE: [U2] [UV] This 2 line program can crash a UV session Crashes on 10.0.16 HP

RE: [U2] [UV] This 2 line program can crash a UV session

2005-08-29 Thread Bjorn Behr
] [UV] This 2 line program can crash a UV session 0001: A = SPACE(7) 0002: A = LOWER(FOLD(A,1)) I've been using fold to put a VM at a specific interval in a variable for example: 001: A = FOLD(AABBCCDDEEFFGG,2) Which is shorter than: A = AA,BB,CC,DD,EE,FF,GG CONVERT , TO @AM

Re: [U2] [UV] This 2 line program can crash a UV session

2005-08-28 Thread Craig Bennett
Jacques, 0001: A = SPACE(7) 0002: A = LOWER(FOLD(A,1)) just crashed on my AIX 4.3.3 server running UV 10.1.12. The crash occcured in Reality and Ideal flavour accounts. Abnormal termination of UniVerse. Fault type is 11. Layer type is BASIC run machine. Fault occurred in BASIC program TEST

RE: [U2] [UV] This 2 line program can crash a UV session

2005-08-28 Thread Norman, David (SAAS)
Crashes on 10.0.16 HP-UX if folding on 1 character, OK if folding on 2characters. David Norman Senior Software Engineer SA Ambulance Service Box 3, GPO Adelaide, South Australia 5001 *+61 8 8274 0384 fax +61 8 8271 4844 * [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]

RE: [U2] [UV] This 2 line program can crash a UV session {Unclassified}

2005-08-26 Thread HENDERSON MIKE, MR
be a brand new bug or a platform-specific issue with HP-UX Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jacques G. Sent: Saturday, 27 August 2005 14:54 To: u2-users@listserver.u2ug.org Subject: [U2] [UV] This 2 line program can crash a UV