Closed
Description
The standard library currently has a hard-coded limit of 100 frames when printing a backtrace. However, some applications may have larger call stacks - without rebuilding libstd, it's impossible for them to obtain proper backtraces.
The standard library should provide an environment variable which overrides the default backtrace frame limit.