hi
suddenly found my '/' partition was full. Took a look at /tmp and found
thousands of core. files - right up to core.. I did rm -f core.* and
a whole lot were removed. But however many times i do this, more core.
files keep appearing. I managed to free about 26 gb of space, but why
Running strings on one of the core files might suggest the origin.
at least, what process is crashing
benjamin
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with
"unsubscribe "
in the subject or body of the message.
http://www.ae.iitm.ac.in/m
On Wed, Jan 21, 2009 at 4:05 PM, Kenneth Gonsalves
wrote:
> suddenly found my '/' partition was full. Took a look at /tmp and found
> thousands of core. files - right up to core.. I did rm -f core.* and
> a whole lot were removed. But however many times i do this, more core.
> files ke
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
--
regards
KG
http://lawgon.livejournal.com
___
To unsubscrib
On Wed, Jan 21, 2009 at 1:59 PM, Kenneth Gonsalves
wrote:
> 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
$gcc -g devide.c
$./a.out
Segmentation
-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 runn
On Wed, Jan 21, 2009 at 6:29 PM, Kenneth Gonsalves
wrote:
> 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
See the link I posted earlier. It's got
Balaji Narayanan wrote:
> $ 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'
One more way to trace the culprit.
$ lsof /tmp
or
$ watch lsof /tmp
this will list processes which are currently using
On Wednesday 21 Jan 2009 7:31:42 pm Krishna wrote:
> > how? am getting zillions of core files even after running the ulimit
> > command
>
> $gcc -g devide.c
> $./a.out
> Segmentation fault (core dumped)
> $gdb a.out core
> for more detail
> http://www.ffnn.nl/pages/articles/linux/gdb-gnu-debugger-i
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, ve
On Thu, 22 Jan 2009, Kenneth Gonsalves wrote:
> [r...@localhost lawgon]# gdb ./core.32228
It should be $ gdb binfile corefile
As of now, you have only core file and you have to find the bin file,
which generate the core. With present setting, you have to monitor all
the processes (PID and Progra
On Thursday 22 Jan 2009 10:43:48 am Kenneth Gonsalves wrote:
> [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
Thanks to all
sorry for too delay reply
i am really happy after reading all the replies.
really thanks for providing the book references for
TCP/IP . but I am more eager to know things practically.
so, if possible any one ca
On Thu, 22 Jan 2009, Bharathi Subramanian wrote:
> echo "core.%N.%P" > /proc/sys/kernel/core_name_format
OR
echo "core.%e.%p" > /proc/sys/kernel/core_pattern
Bye :)
--
Bharathi S
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with
"unsubscri
On Thu, Jan 15, 2009 at 9:21 PM, sivaji j.g wrote:
> >
> > PROGRAMMING AND DEBUGGING TOOLS ( 1 )
> >
> > GNU Compiler Collections (gcc,g++)
>
Hi this is T.Arulalan, doing M.C.A.
i and my friend Nandha are interested to take class about Ruby Programming
under the event "PROGRAMMING AND DEBUGG
On Thu, 22 Jan 2009, Arulalan T wrote:
> Hi this is T.Arulalan, doing M.C.A.
Plz contact the Cb09 program co-ordinator. Don't blindly reply to
list mails.
Bye :)
--
Bharathi S
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with
"unsubscribe
wrote:
> Micro$oft compares its servers with linux,unix and mainframes :O .>
> http://www.microsoft.com/windowsserver/compare/default.mspx
Thanks for the link Arun.
It is surprising how far Linux has traveled, to make Microsoft
marketing people to practically blabber. Anyone with even a limited
17 matches
Mail list logo