Difference between revisions of "Debugging"
Jump to navigation
Jump to search
(Created page with "Category:Using Category:Development Category:HOWTO") |
|||
| Line 1: | Line 1: | ||
| + | == Raise verbosity == | ||
| + | |||
| + | Make sure you use the <code>-v4</code> option for extended [[logging]] and find logs in the work/images [[directories]]. | ||
| + | |||
| + | == Getting core files == | ||
| + | |||
| + | If CRIU crashes it's useful to build it with debug info and look into core file. | ||
| + | |||
[[Category:Using]] | [[Category:Using]] | ||
[[Category:Development]] | [[Category:Development]] | ||
[[Category:HOWTO]] | [[Category:HOWTO]] | ||
Revision as of 09:10, 9 January 2017
Raise verbosity
Make sure you use the -v4 option for extended logging and find logs in the work/images directories.
Getting core files
If CRIU crashes it's useful to build it with debug info and look into core file.