-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code
-
None
SERVER-13944 enriched the stack tracer to provide information about the load addresses of executables and shared modules in MongoDB programs on Linux. This ticket is to provide the equivalent functionality on OS X so that a stack pretty printer/analyzer can uniquely identify the MongoDB binaries that generated stack traces, and find their debug symbols.
Relevant headers for this task are <mach-o/dyld.h>, <mach-o/loader.h> and <mach-o/ldsyms.h>.
- is related to
-
SERVER-13944 Provide richer unwind information in logged stack traces on POSIX systems.
- Closed