> >> 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 ()
> > | {
>
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
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;
|
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
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,
-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
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?
-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
8 matches
Mail list logo