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 2020/03/19 23:29:48 UTC

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #17876: Backport #17509

leezu commented on a change in pull request #17876: Backport #17509
URL: https://github.com/apache/incubator-mxnet/pull/17876#discussion_r395375072
 
 

 ##########
 File path: CMakeLists.txt
 ##########
 @@ -118,7 +118,9 @@ endif()
 
 #Switch off modern thread local for dmlc-core, please see: https://github.com/dmlc/dmlc-core/issues/571#issuecomment-543467484
 add_definitions(-DDMLC_MODERN_THREAD_LOCAL=0)
-
+# disable stack trace in exception by default.
+add_definitions(-DDMLC_LOG_STACK_TRACE_SIZE=0)
 
 Review comment:
   This changes the number of lines logged of a stack trace. Let's not change that in a minor release (1.6.1)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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