X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f9e6853d2c5b7b867211700bc12f0ee57f640b30..a279c221114b93985c6aa249e71cc4141082b310:/teshsuite/simix/stack_overflow.tesh diff --git a/teshsuite/simix/stack_overflow.tesh b/teshsuite/simix/stack_overflow.tesh index 2606c83a4b..a0df41eb0f 100644 --- a/teshsuite/simix/stack_overflow.tesh +++ b/teshsuite/simix/stack_overflow.tesh @@ -1,5 +1,10 @@ ! expect signal SIGSEGV $ ./simix/stack_overflow --cfg=contexts/stack_size:96 ${srcdir:=.}/simix/stack_overflow.xml > [Tremblay:master:(0) 0.000000] [test/INFO] Launching our nice bugged recursive function... -> Access violation detected. This can result from a stack overflow. +> 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).