* Dump Management
@ 2008-07-01 7:38 Marco Stornelli
2008-07-01 14:05 ` Gilad Ben-Yossef
0 siblings, 1 reply; 3+ messages in thread
From: Marco Stornelli @ 2008-07-01 7:38 UTC (permalink / raw)
To: Linux-Embedded
Hi,
what's the standard way to manage the core dump and therefore the
post-mortem debug? For my experience it could be useful to have a
mechanism to have little dump image (only some information) to store it
in flash and maybe to have an hook (or something like this) for each
application to customize the dump information. What do you think about it?
Regards,
--
Marco Stornelli
Embedded Software Engineer
CoRiTeL - Consorzio di Ricerca sulle Telecomunicazioni
http://www.coritel.it
marco.stornelli@coritel.it
+39 06 72582838
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Dump Management
2008-07-01 7:38 Dump Management Marco Stornelli
@ 2008-07-01 14:05 ` Gilad Ben-Yossef
2008-07-01 14:49 ` Marco Stornelli
0 siblings, 1 reply; 3+ messages in thread
From: Gilad Ben-Yossef @ 2008-07-01 14:05 UTC (permalink / raw)
To: Marco Stornelli; +Cc: Linux-Embedded
hI,
Marco Stornelli wrote:
> what's the standard way to manage the core dump and therefore the
> post-mortem debug?
For most embedded systems I know, core dumps are useful on the developer
desk and in the testing lab. For analyzing field post-mortem (where it
is feasible), use a custom fault signal hander in your app to catch the
relevant information and save it.
If you're interested in a tutorial in doing this, I'm giving one at this
year OLS. Or you can just check out the slides and example code here:
http://tuxology.net/lectures/crash-and-burn-writing-linux-application-fault-handlers/
> For my experience it could be useful to have a mechanism to have
> little dump image (only some information) to store it in flash and
> maybe to have an hook (or something like this) for each application to
> customize the dump information. What do you think about it?
>
That's exactly what a custom fault signal handler does :-)
Cheers,
Gilad
--
Gilad Ben-Yossef
Chief Coffee Drinker
Codefidence Ltd.
The code is free, your time isn't.(TM)
Web: http://codefidence.com
Email: gilad@codefidence.com
Office: +972-8-9316883 ext. 201
Fax: +972-8-9316885
Mobile: +972-52-8260388
Q: How many NSA agents does it take to replace a lightbulb?
A: dSva7DrYiY24yeTItKyyogFXD5gRuoRqPNQ9v6WCLLywZPINlu!
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Dump Management
2008-07-01 14:05 ` Gilad Ben-Yossef
@ 2008-07-01 14:49 ` Marco Stornelli
0 siblings, 0 replies; 3+ messages in thread
From: Marco Stornelli @ 2008-07-01 14:49 UTC (permalink / raw)
To: Gilad Ben-Yossef; +Cc: Linux-Embedded
Gilad Ben-Yossef ha scritto:
> hI,
>
>
> Marco Stornelli wrote:
>
>> what's the standard way to manage the core dump and therefore the
>> post-mortem debug?
> For most embedded systems I know, core dumps are useful on the developer
> desk and in the testing lab. For analyzing field post-mortem (where it
> is feasible), use a custom fault signal hander in your app to catch the
> relevant information and save it.
>
> If you're interested in a tutorial in doing this, I'm giving one at this
> year OLS. Or you can just check out the slides and example code here:
>
> http://tuxology.net/lectures/crash-and-burn-writing-linux-application-fault-handlers/
>
>> For my experience it could be useful to have a mechanism to have
>> little dump image (only some information) to store it in flash and
>> maybe to have an hook (or something like this) for each application to
>> customize the dump information. What do you think about it?
>>
> That's exactly what a custom fault signal handler does :-)
>
> Cheers,
> Gilad
>
Very interesting....Thanks.
--
Marco Stornelli
Embedded Software Engineer
CoRiTeL - Consorzio di Ricerca sulle Telecomunicazioni
http://www.coritel.it
marco.stornelli@coritel.it
+39 06 72582838
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-07-01 14:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-01 7:38 Dump Management Marco Stornelli
2008-07-01 14:05 ` Gilad Ben-Yossef
2008-07-01 14:49 ` Marco Stornelli
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.