From: Martin Quinson Date: Mon, 12 Dec 2016 07:59:30 +0000 (+0100) Subject: revalidate this test now that I updated the corresponding errmsg X-Git-Tag: v3_14~70 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/093ca0f00e50f324048c6c06b4b21812c632d4ad?ds=inline revalidate this test now that I updated the corresponding errmsg --- diff --git a/teshsuite/simix/stack_overflow/stack_overflow.tesh b/teshsuite/simix/stack_overflow/stack_overflow.tesh index 08e219cff0..083531bfd8 100644 --- a/teshsuite/simix/stack_overflow/stack_overflow.tesh +++ b/teshsuite/simix/stack_overflow/stack_overflow.tesh @@ -2,9 +2,14 @@ $ ${bindir:=.}/stack_overflow --cfg=contexts/stack-size:96 ${srcdir:=.}/examples/platforms/small_platform.xml > [Tremblay:master:(0) 0.000000] [test/INFO] Launching our nice bugged recursive function... > Access violation detected. -> This can result from a programming error in your code or, although less likely, -> from a bug in SimGrid itself. This can also be the sign of a bug in the OS or -> in third-party libraries. Failing hardware can sometimes generate such errors -> too. -> Finally, if nothing of the above applies, this can result from a stack overflow. -> Try to increase stack size with --cfg=contexts/stack-size (current size is 96 KiB). +> This probably comes from a programming error in your code, or from a stack +> overflow. If you are certain of your code, try increasing the stack size +> --cfg=contexts/stack-size=XXX (current size is 96 KiB). +> +> If it does not help, this may have one of the following causes: +> a bug in SimGrid, a bug in the OS or a bug in a third-party libraries. +> Failing hardware can sometimes generate such errors too. +> +> If you think you've found a bug in SimGrid, please report it along with a +> Minimal Working Example (MWE) reproducing your problem and a full backtrace +> of the fault captured with gdb or valgrind.