Re: core dumps

2007-03-12 Thread Cédric Lucantis
> >> Hi, > >> I'd like to know how to find which program produced a particular core > >> dump file, any idea? > > > > , > > > > | (debian-unstable)[EMAIL PROTECTED]:~$ ulimit -c unlimited > > | > > | (debian-unstable)[EMAIL PROTECTED]:~$ echo " > > | #include > > | > > | int main () > > | { >

Re: core dumps

2007-03-12 Thread Bob McGowan
Jhair Tocancipa Triana wrote: Cédric Lucantis writes: Hi, I'd like to know how to find which program produced a particular core dump file, any idea? , | (debian-unstable)[EMAIL PROTECTED]:~$ ulimit -c unlimited | | (debian-unstable)[EMAIL PROTECTED]:~$ echo " | #include | | int main

Re: core dumps

2007-03-10 Thread Jhair Tocancipa Triana
Cédric Lucantis writes: > Hi, > I'd like to know how to find which program produced a particular core dump > file, any idea? , | (debian-unstable)[EMAIL PROTECTED]:~$ ulimit -c unlimited | | (debian-unstable)[EMAIL PROTECTED]:~$ echo " | #include | | int main () | { | char * foo = 0; |

Re: core dumps

2007-03-09 Thread cga2000
On Fri, Mar 09, 2007 at 03:16:11AM EST, Cédric Lucantis wrote: > Hi, > > I'd like to know how to find which program produced a particular core dump > file, any idea? $ file core_file for further analysis see also options relative to core dumps under .. $ man gdb Thanks, cga -- To UNSUBSCRI

Re: Core dumps & /proc/kcore

1999-11-15 Thread Onno
You have 128Mb of memory ;-) It maps your memory to that virtual file. It doen't take any space on your disk. Regards At 11:51 AM 11/13/99 -0600, David J. Kanter wrote: I'm trying to free up some disk space so hunted for core dumps. All I could find (find / -name "core" -xdev) was /proc/kcore,

Re: Core dumps & /proc/kcore

1999-11-14 Thread Brad
-BEGIN PGP SIGNED MESSAGE- On 13 Nov 1999, Riku Saikkonen wrote: > >On Sat, 13 Nov 1999, David J. Kanter wrote: > >> I'm trying to free up some disk space so hunted for core dumps. All I could > >> find (find / -name "core" -xdev) was /proc/kcore, which is a whopping > >> 131Mb. > >> Is

Re: Core dumps & /proc/kcore

1999-11-13 Thread Riku Saikkonen
Martin Fluch <[EMAIL PROTECTED]> writes: >On Sat, 13 Nov 1999, David J. Kanter wrote: >> I'm trying to free up some disk space so hunted for core dumps. All I could >> find (find / -name "core" -xdev) was /proc/kcore, which is a whopping 131Mb. >> Is this a monolithic core dump that can be deleted?

Re: Core dumps & /proc/kcore

1999-11-13 Thread Martin Fluch
-BEGIN PGP SIGNED MESSAGE- On Sat, 13 Nov 1999, David J. Kanter wrote: > I'm trying to free up some disk space so hunted for core dumps. All I could > find (find / -name "core" -xdev) was /proc/kcore, which is a whopping 131Mb. > Is this a monolithic core dump that can be deleted? The pr