gohome1984 / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

Need a better way to determine stack region size on mac #247

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Right now in src/client/mac/handler/minidump_generator.cc, we have a
dependency on some implementation details of how the stack regions are laid
out in the address space of the crashing process.  We need a better way
that doesn't depend on details that Apple is permitted to change.  See the
function CalculateStackSize()

Original issue reported on code.google.com by neal...@gmail.com on 2 Apr 2008 at 9:32

GoogleCodeExporter commented 9 years ago
Fixed in r826.

Original comment by mark@chromium.org on 25 Aug 2011 at 9:31