* core file
@ 2002-07-11 10:15 Korosi Akos
2002-07-11 11:56 ` Elias Athanasopoulos
0 siblings, 1 reply; 4+ messages in thread
From: Korosi Akos @ 2002-07-11 10:15 UTC (permalink / raw)
To: Newbie
Hello all!
I am just curious in the next thing:
What could one start with a core file, which was created
when a program crashed.
Thank in advance,
Akos
--------------------------------------------------
http://www.mailbox.hu - Mert levelezni kell...
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: core file
2002-07-11 10:15 core file Korosi Akos
@ 2002-07-11 11:56 ` Elias Athanasopoulos
0 siblings, 0 replies; 4+ messages in thread
From: Elias Athanasopoulos @ 2002-07-11 11:56 UTC (permalink / raw)
To: Korosi Akos; +Cc: Newbie
On Thu, Jul 11, 2002 at 12:15:22PM +0200, Korosi Akos wrote:
> I am just curious in the next thing:
> What could one start with a core file, which was created
> when a program crashed.
% gdb ./foo ./core
...
% (gdb) where
Assuming foo is the crashed app, the above will show you where it
crashed. A stack backtrace (bt) is also useful.
Elias
--
http://gnewtellium.sourceforge.net MP3 is not a crime.
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 4+ messages in thread
* Core file
@ 2003-11-21 13:51 Breno
2003-11-21 14:21 ` Måns Rullgård
0 siblings, 1 reply; 4+ messages in thread
From: Breno @ 2003-11-21 13:51 UTC (permalink / raw)
To: Kernel List
Hi ,
I´d like to know where i can find the source code that create filename.core
when some memory fault happen.
thanks
Breno
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Core file
2003-11-21 13:51 Core file Breno
@ 2003-11-21 14:21 ` Måns Rullgård
0 siblings, 0 replies; 4+ messages in thread
From: Måns Rullgård @ 2003-11-21 14:21 UTC (permalink / raw)
To: linux-kernel
"Breno" <brenosp@brasilsec.com.br> writes:
> I´d like to know where i can find the source code that create filename.core
> when some memory fault happen.
In linux 2.6 it's in fs/exec.c. Look for format_corename.
--
Måns Rullgård
mru@kth.se
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-11-21 14:21 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-21 13:51 Core file Breno
2003-11-21 14:21 ` Måns Rullgård
-- strict thread matches above, loose matches on Subject: below --
2002-07-11 10:15 core file Korosi Akos
2002-07-11 11:56 ` Elias Athanasopoulos
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.