Dump Management

2008-07-01 Thread Marco Stornelli

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

[EMAIL PROTECTED]
+39 06 72582838
--
To unsubscribe from this list: send the line unsubscribe linux-embedded in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Dump Management

2008-07-01 Thread Gilad Ben-Yossef

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:  [EMAIL PROTECTED]
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!


--
To unsubscribe from this list: send the line unsubscribe linux-embedded in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html