Hello all,
I am debugging core saved in minidump format. After running minidump_stackwalk command in the output I see these messages:
I would need to have DSYM files for those frameworks in order to get symbols.
However I have checked here:
and I only see the release version of those frameworks. Where could I get debug versions? Or should I generate them?
Thanks and regards
I am debugging core saved in minidump format. After running minidump_stackwalk command in the output I see these messages:
Code Block 2020-09-06 11:00:14: stackwalker.cc:103: INFO: Couldn't load symbols for: libsystem_kernel.dylib|2B6311E662403EF78C87475B66F7452C0 2020-09-06 11:00:14: simple_symbol_supplier.cc:196: INFO: No symbol file at sym/CoreFoundation/C0D70026EDBE3CBDB317367CF4F1C92F0/CoreFoundation.sym 2020-09-06 11:00:14: stackwalker.cc:103: INFO: Couldn't load symbols for: CoreFoundation|C0D70026EDBE3CBDB317367CF4F1C92F0 2020-09-06 11:00:14: simple_symbol_supplier.cc:196: INFO: No symbol file at sym/HIToolbox/DE6F9A208AF7396382E14756C4A7A54C0/HIToolbox.sym 2020-09-06 11:00:14: stackwalker.cc:103: INFO: Couldn't load symbols for: HIToolbox|DE6F9A208AF7396382E14756C4A7A54C0 2020-09-06 11:00:14: simple_symbol_supplier.cc:196: INFO: No symbol file at sym/AppKit/C420864219F73EAAAACD3B836FFDEFCF0/AppKit.sym 2020-09-06 11:00:14: stackwalker.cc:103: INFO: Couldn't load symbols for: AppKit|C420864219F73EAAAACD3B836FFDEFCF0
I would need to have DSYM files for those frameworks in order to get symbols.
However I have checked here:
Code Block /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks
and I only see the release version of those frameworks. Where could I get debug versions? Or should I generate them?
Thanks and regards