On Sun, 13 Feb 2000, davidturetsky wrote: davidt >I am executing a Linear Program program I wrote and compiled. It terminates without generating output (but creates the output file) with a "Segmentation fault" davidt > davidt >I'm trying to convert programs to run under g++ which I previously developed using Visual c 5.0 and would appreciate any help in sorting this out davidt > davidt >Is there a log which is generated which might provide further details?
while im not a programmer, using the program 'strace' can probably help provide more info on the problem. strace is in package 'strace' in slink(not sure about potato) the format is: strace <command> you may want to dump the outpuit to a file as it is quite verbose: strace command >&strace.log & tail -f strace.log nate ----------------------------------------[mailto:[EMAIL PROTECTED] ]-- Vice President Network Operations http://www.firetrail.com/ Firetrail Internet Services Limited http://www.aphroland.org/ Everett, WA 425-348-7336 http://www.linuxpowered.net/ Powered By: http://comedy.aphroland.org/ Debian 2.1 Linux 2.0.36 SMP http://yahoo.aphroland.org/ -----------------------------------------[mailto:[EMAIL PROTECTED] ]-- 10:55pm up 177 days, 11:11, 1 user, load average: 0.34, 0.08, 0.02