Fromthe archive I see someone else had a similar problem last year, but I can't see any replies to it...
I'm trying to create a core file, because of program that keeps giving me a Segmentation Fault error... /etc/profile looks like this; ulimit -c 20000 # only core-files less than 20 MB are written #ulimit -d 15000 # max data size of a program is 15 MB #ulimit -s 15000 # max stack size of a program is 15 MB #ulimit -m 30000 # max resident set size is 30 MB #ulimit -Sc 0 # don't create core files ulimit -d unlimited if [ -z "$KSH_VERSION" ]; then # ksh does not support this command. ulimit -s unlimited fi ulimit -m unlimited No core files are appearing... I've also added the following to my /home/kamm/.bashrc file; ulimit -c 20000 Doesn't seem to help... Any clues..? kamm... SuSE 6.2 -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/