[SLE] Can't make core files appear...
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/
* kamm (kamm@MailAndNews.com) [000219 00:29]:
ulimit -c 20000
Well, you may only enlarge those values as root. Try running 'ulimit -c 20000' as root, it should work. Philipp -- Philipp Thomas <pthomas@suse.de> SuSE GmbH, Deutschherrenstrasse 15-29, 90429 Nuremberg The only difference between a bug and a feature is you can turn a feature off. -- 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/
participants (2)
-
kamm@MailAndNews.com
-
pthomas@suse.de