Changes between Version 2 and Version 3 of MacBacktrace
- Timestamp:
- Mar 25, 2008, 5:43:40 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MacBacktrace
v2 v3 12 12 If you have a crash dump without debugging symbols, there are several ways to find the associated symbols. These same techniques can be used for project applications as well as the BOINC Manager and Client: 13 13 14 [[PageOutline( 1-10,,inline)]]14 [[PageOutline(2-10,,inline)]] 15 15 16 == Replace the stripped executable with the unstripped version and run itagain ==16 == Replace the stripped executable with the unstripped version and run again == 17 17 18 18 Replace the stripped executable with the unstripped one for the correct architecture, and run it again to reproduce the crash with full symbols.