Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Restructure teshsuite simix
[simgrid.git] / teshsuite / simix / stack_overflow / stack_overflow.tesh
1 ! expect signal SIGSEGV
2 $ ${bindir:=.}/stack_overflow --cfg=contexts/stack_size:96 stack_overflow.xml
3 > [Tremblay:master:(0) 0.000000] [test/INFO] Launching our nice bugged recursive function...
4 > Access violation detected.
5 > This can result from a programming error in your code or, although less likely,
6 > from a bug in SimGrid itself.  This can also be the sign of a bug in the OS or
7 > in third-party libraries.  Failing hardware can sometimes generate such errors
8 > too.
9 > Finally, if nothing of the above applies, this can result from a stack overflow.
10 > Try to increase stack size with --cfg=contexts/stack_size (current size is 96 KiB).