Add backtrace on abort()

Operating Systems / OSv - Takuya ASADA [cloudius-systems.com] - 6 March 2014 04:05 UTC

Print backtrace on abort().

To prevent breaking system before backtrace printouted, these calls are all malloc-less, disabled context-switch by cli().

d022927 Add backtrace on abort()
runtime.cc | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)

Upstream: github.com


  • Share