Changes between Version 13 and Version 14 of MacBacktrace
- Timestamp:
- Mar 25, 2008, 6:25:20 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MacBacktrace
v13 v14 39 39 40 40 NOTE: This will work for all Mac BOINC versions '''except''' 6.1.10 (which saved the symbols in a separate .dSYM file.) 41 41 [[BR]][[BR]] 42 42 43 43 == Use the atos command-line utility to convert hex addresses to symbols == 44 44 45 Use the atos command-line utility to convert the hex address in the crash backtrace to its symbol. 46 47 This will work for project applications as well as the BOINC Manager and Client, but not for separate .dSYM files: 45 Use the atos command-line utility to convert the hex address in the crash backtrace to its symbol. This will work for project applications as well as the BOINC Manager and Client, but not for separate .dSYM files. 48 46 49 47 For example, to find a symbol in BOINC Manager version 5.10.45, at the command line in the Terminal application, first enter: … … 62 60 CProgressBar::UpdateValue(double) (in BOINCManager_i386) (sg_ProgressBar.cpp:104) 63 61 }}} 64 62 [[BR]] 65 63 66 64 == Use the GDB debugger to convert hex addresses to symbols == 67 65 68 Use gdb to convert the hex address in the crash backtrace to its symbol. This will work for project applications as well as the BOINC Manager and Client, including separate .dSYM files :66 Use gdb to convert the hex address in the crash backtrace to its symbol. This will work for project applications as well as the BOINC Manager and Client, including separate .dSYM files. 69 67 70 68 If the symbols are in the same file as the executable, or if the separate .dSYM file is in the same directory as the executable, first enter the following on the command line in the Terminal application: