
pc-mythtv06b at crowcastle
Aug 8, 2006, 10:11 AM
Post #1 of 1
(736 views)
Permalink
|
|
automatic backtrace on crash
|
|
I was just thinking that it ought to be possible to catch the sigsegv signal and produce a backtrace for the log automatically, when I read the article on eCrash in the September issue of the Linux Journal. It's a library for using the backtrace() functions in glibc when a program crashes, with options for dumping multiple threads. Incorporating something like this into Myth would make it much easier to generate useful crash reports. http://sourceforge.net/projects/ecrash/ http://linuxjournal.com/article/9139 ftp://ftp.scc.com/pub/lj/issue149/8724.tgz _______________________________________________ mythtv-dev mailing list mythtv-dev [at] mythtv http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
|