Mailinglist Archive: opensuse-factory (286 mails)
| < Previous | Next > |
[opensuse-factory] few tips for crash catching, work with core files, debuginfo installation (2)
- From: Stanislav Brabec <sbrabec@xxxxxxx>
- Date: Mon, 09 Aug 2010 15:58:33 +0200
- Message-id: <1281362313.7900.59.camel@xxxxxxxxxxx>
Two weeks ago I sent few tips for getting of core files.
If you did so, maybe you already have many core files and want to get
backtraces as easy as possible.
Then you can like my script to get good backtraces from these core files
with a minimal effort. It checks for needed debuginfo packages, makes a
backtrace, and extracts relevant part to .gdbbt file.
Simply place following two files into the /cores directory, mark the
shell file executable and then simply run:
cd /cores
./A-backtraces.sh
Tips:
It is good to generate backtraces before online update. If you get a new
instance of the library, debuginfos may not fit.
Don't forget to subscribe to Update Debug repository:
http://download.opensuse.org/debug/update/11.3/
--
Best Regards / S pozdravem,
Stanislav Brabec
software developer
---------------------------------------------------------------------
SUSE LINUX, s. r. o. e-mail: sbrabec@xxxxxxx
Lihovarská 1060/12 tel: +420 284 028 966, +49 911 740538747
190 00 Praha 9 fax: +420 284 028 951
Czech Republic http://www.suse.cz/
thread apply all backtrace
quit
If you did so, maybe you already have many core files and want to get
backtraces as easy as possible.
Then you can like my script to get good backtraces from these core files
with a minimal effort. It checks for needed debuginfo packages, makes a
backtrace, and extracts relevant part to .gdbbt file.
Simply place following two files into the /cores directory, mark the
shell file executable and then simply run:
cd /cores
./A-backtraces.sh
Tips:
It is good to generate backtraces before online update. If you get a new
instance of the library, debuginfos may not fit.
Don't forget to subscribe to Update Debug repository:
http://download.opensuse.org/debug/update/11.3/
--
Best Regards / S pozdravem,
Stanislav Brabec
software developer
---------------------------------------------------------------------
SUSE LINUX, s. r. o. e-mail: sbrabec@xxxxxxx
Lihovarská 1060/12 tel: +420 284 028 966, +49 911 740538747
190 00 Praha 9 fax: +420 284 028 951
Czech Republic http://www.suse.cz/
thread apply all backtrace
quit
| < Previous | Next > |