Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
a0df41eb0fea20cba85da5f5187b02d8a34f2e1c
[simgrid.git] / teshsuite / simix / stack_overflow.tesh
1 ! expect signal SIGSEGV
2 $ ./simix/stack_overflow --cfg=contexts/stack_size:96 ${srcdir:=.}/simix/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).