You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2017/12/10 19:32:30 UTC

[GitHub] larroy commented on a change in pull request #8851: Use backtrace from dmlc-core (dmlc::stack_trace())

larroy commented on a change in pull request #8851: Use backtrace from dmlc-core (dmlc::stack_trace())
URL: https://github.com/apache/incubator-mxnet/pull/8851#discussion_r155957505
 
 

 ##########
 File path: make/config.mk
 ##########
 @@ -33,8 +33,8 @@ DEBUG = 0
 # whether compile with profiler
 USE_PROFILER =
 
-# whether to turn on signal handler (e.g. segfault logger)
-USE_SIGNAL_HANDLER =
+# whether to turn on segfault signal handler to log the stack trace
+USE_SEGFAULT_HANDLER = 1
 
 Review comment:
   Done

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services