On Wednesday 21 Jan 2009 8:07:36 pm Balaji Narayanan wrote: > > 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)
[r...@localhost lawgon]# file core.32228 core.32228: ELF 32-bit LSB core file Intel 80386, version 1 (SYSV), SVR4-style, from '' > > 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> my problem is that I do not know which process is doing this - how to find out? -- regards KG http://lawgon.livejournal.com _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
