RE: [U2] Debugging a program using distributed files causes core dump

2006-09-15 Thread John Jenkins
MFILES possibly? - check you are not too low. Allow all the O.S. level partfiles in the complete distributed file set including indexes as well as your normal allowances. Otherwise triggers (as suggested elsewhere) or try a LIST.SICA ... Regards JayJay --- u2-users mailing list u2-users@lis

RE: [U2] Debugging a program using distributed files causes core dump

2006-09-14 Thread Allen E. Elwood
Price Sent: Thursday, September 14, 2006 12:12 To: u2-users@listserver.u2ug.org Subject: RE: [U2] Debugging a program using distributed files causes core dump It varies as it is at the point where I decide to stop 'S'tepping through the debugger. It is never the same line of code. Bre

RE: [U2] Debugging a program using distributed files causes core dump

2006-09-14 Thread Brenda Price
6 12:59 PM To: 'u2-users@listserver.u2ug.org' Subject: RE: [U2] Debugging a program using distributed files causes core dump When running in Visual mode, what is the last program statement you see before the blowup? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECT

RE: [U2] Debugging a program using distributed files causes core dump

2006-09-14 Thread Baakkonen, Rodney A (Rod) 46K
same record. Brenda -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Woodward Sent: Thursday, September 14, 2006 10:39 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Debugging a program using distributed files causes core dump How about a bad

RE: [U2] Debugging a program using distributed files causes core dump

2006-09-14 Thread Brenda Price
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Woodward Sent: Thursday, September 14, 2006 10:39 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Debugging a program using distributed files causes core dump How about a bad data record? If I was the one running this, I

RE: [U2] Debugging a program using distributed files causes core dump

2006-09-14 Thread Brenda Price
e looked at all I want to see, I just hit 'C' to continue and it blows up. Brenda -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Leach Sent: Thursday, September 14, 2006 9:52 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Debuggin

RE: [U2] Debugging a program using distributed files causes core dump

2006-09-14 Thread Bob Woodward
re to keep in mind when you complete a loop that you may not get to your EXIT message. BobW -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brenda Price Sent: Thursday, September 14, 2006 7:13 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Debugg

RE: [U2] Debugging a program using distributed files causes core dump

2006-09-14 Thread Brian Leach
esn't help answering Brenda's question though. Brian > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of jpb > Sent: 14 September 2006 14:21 > To: u2-users@listserver.u2ug.org > Subject: Re: [U2] Debugging a program using dist

RE: [U2] Debugging a program using distributed files causes core dump

2006-09-14 Thread Brenda Price
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, September 13, 2006 8:18 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Debugging a program using distributed files causes core dump Does the process continue through a program where the source

Re: [U2] Debugging a program using distributed files causes core dump

2006-09-14 Thread jpb
Huh??? - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Wednesday, September 13, 2006 8:18 PM Subject: RE: [U2] Debugging a program using distributed files causes core dump Does the process continue through a program where the source file is pointing to the

RE: [U2] Debugging a program using distributed files causes core dump

2006-09-14 Thread Stuart . Boydell
Does the process continue through a program where the source file is pointing to the object file ... like the DF algorithm ... the debugger could maybe be trying to display or traverse binary where it expects source? Or through a program compiled with source symbols suppressed

RE: [U2] Debugging a program using distributed files causes core dump

2006-09-13 Thread Brenda Price
No, we don't use triggers. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Woodward Sent: Wednesday, September 13, 2006 11:26 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Debugging a program using distributed files causes core dump

RE: [U2] Debugging a program using distributed files causes core dump

2006-09-13 Thread Baker Hughes
irst example you don't always have the entire selection 'at the ready', even in a non-distributed file system. -Baker -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brenda Price Sent: Wednesday, September 13, 2006 10:17 AM To: u2-users@listserver.

RE: [U2] Debugging a program using distributed files causes core dump

2006-09-13 Thread Bob Woodward
: [U2] Debugging a program using distributed files causes core dump This is our first experience with distributed files. While debugging programs that have selected the whole file I get core dumps sometimes when I tell it to continue. As long as I am stepping through the program I am ok, as soon as

[U2] Debugging a program using distributed files causes core dump

2006-09-13 Thread Brenda Price
This is our first experience with distributed files. While debugging programs that have selected the whole file I get core dumps sometimes when I tell it to continue. As long as I am stepping through the program I am ok, as soon as I hit continue it blows up. I can take the debug statement out a