-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Kenneth Gonsalves said the following on Wednesday 21 January 2009 06:29 PM: > On Wednesday 21 Jan 2009 4:41:49 pm Raja Subramanian wrote: >> You can use gdb to examine the core file in detail. > > how? am getting zillions of core files even after running the ulimit command >
Can you do a file core to see which process is generating this core? $ sudo file sleep.core sleep.core: ELF 32-bit LSB core file Intel 80386, version 1 (FreeBSD), FreeBSD-style, signal 11, pid 15278, from 'sleep' (sudo in your case might not be required) And once it is done, you can figure out what the process is doing either by debugging it with gdb or reading the log files etc. To debug it using debug, gdb <processname> <corefile> Also, the reason why ulimit is not working in your case because the process is already running. Your settings will work only for processes that are started subsequently from your shell where you did the settings. HTH - -b- - -- http://balajin.net/blog http://www.flickr.com/photos/balajijegan/ Getting there is only half as far as getting there and back. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJdzMwIar0Rc5ZY40RAjJFAKDUsSfmzwLiHPgN4Kw2EzIcEfQLdgCggHW0 QiQjL8//n8HtPUyPd57/yWE= =Nquw -----END PGP SIGNATURE----- _______________________________________________ To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc