tweak symbolizer max-expected-frame-size for 32-bit
Summary:
Avoids:
```
folly/experimental/symbolizer/StackTrace.cpp:192:15: error: the pointer incremented by 68719476736 refers past the last possible element for an array in 32-bit address space containing 64-bit (8-byte) elements (max possible 536870912 elements) [-Werror,-Warray-bounds]
normalStackFrame + kMaxExpectedStackFrameSize)) {
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~
```
Reviewed By: kennyyu, luciang
Differential Revision: D33837703
fbshipit-source-id: 0ca6b7ba6c2f76d0be3c54c9784c305125b525df
Showing
Please register or sign in to comment