Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tesh 'expect signal' can now accept more than one potential signal
[simgrid.git] / teshsuite / simix / stack-overflow / stack-overflow.tesh
1 ! expect signal SIGSEGV|SIGBUS
2 $ ${bindir:=.}/stack-overflow --cfg=contexts/stack-size:96 ${srcdir:=.}/examples/platforms/small_platform.xml
3 > [Tremblay:master:(1) 0.000000] [test/INFO] Launching our nice bugged recursive function...
4 > Access violation or Bus error detected.
5 > This probably comes from a programming error in your code, or from a stack
6 > overflow. If you are certain of your code, try increasing the stack size
7 >    --cfg=contexts/stack-size=XXX (current size is 96 KiB).
8 >
9 > If it does not help, this may have one of the following causes:
10 > a bug in SimGrid, a bug in the OS or a bug in a third-party libraries.
11 > Failing hardware can sometimes generate such errors too.
12 >
13 > If you think you've found a bug in SimGrid, please report it along with a
14 > Minimal Working Example (MWE) reproducing your problem and a full backtrace
15 > of the fault captured with gdb or valgrind.