Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SIMIX] Correct spelling of cfg option
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Thu, 8 Sep 2016 12:27:30 +0000 (14:27 +0200)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Thu, 8 Sep 2016 12:28:15 +0000 (14:28 +0200)
src/simix/smx_global.cpp

index 6598f07..534807a 100644 (file)
@@ -87,7 +87,7 @@ static void segvhandler(int signum, siginfo_t *siginfo, void *context)
             "in third-party libraries.  Failing hardware can sometimes generate such errors\n"
             "too.\n"
             "Finally, if nothing of the above applies, this can result from a stack overflow.\n"
-            "Try to increase stack size with --cfg=contexts/stack_size (current size is %d KiB).\n",
+            "Try to increase stack size with --cfg=contexts/stack-size (current size is %d KiB).\n",
             smx_context_stack_size / 1024);
     if (XBT_LOG_ISENABLED(simix_kernel, xbt_log_priority_debug)) {
       fprintf(stderr, "siginfo = {si_signo = %d, si_errno = %d, si_code = %d, si_addr = %p}\n",