crash icon indicating copy to clipboard operation
crash copied to clipboard

CONFIG_DEBUG_INFO_REDUCED=y compiled kernel

Open youngjun-89 opened this issue 2 years ago • 1 comments

Is there way to open crash dump which happens on CONFIG_DEBUG_INFO_REDUCED=y compiled kernel? If cannot open, Is there a tip to use this crash dump?

youngjun-89 avatar May 06 '22 14:05 youngjun-89

Is there way to open crash dump which happens on CONFIG_DEBUG_INFO_REDUCED=y compiled kernel?

config DEBUG_INFO_REDUCED
        bool "Reduce debugging information"
        help
          If you say Y here gcc is instructed to generate less debugging
          information for structure types. ...

No, crash uses various structure type information and cannot open a dump without it normally. crash --minimal may open it, but you can hardly do anything. Unfortunately, I don't have any tips.

k-hagio avatar May 09 '22 04:05 k-hagio