blob: 6b194c707a0e483a2b699f8086120dad761f1219 [file] [log] [blame]
njn25e49d8e72002-09-23 09:36:25 +00001
2calling sigaltstack, stack base is 0x........
3setting sigaction
4Syscall param sigaction(act) contains uninitialised or unaddressable byte(s)
5 at 0x........: __libc_sigaction (...libc...)
6 by 0x........: main (sigaltstack.c:27)
7 by 0x........: __libc_start_main (...libc...)
njn25cac76cb2002-09-23 11:21:57 +00008 by 0x........: sigaltstack@@GLIBC_2.0 (in /.../tests/sigaltstack)
njn25e49d8e72002-09-23 09:36:25 +00009 Address 0x........ is on thread 1's stack
10res = 0
11raising the signal
12caught signal, local var is on 0x........
13done
14
15ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
16malloc/free: in use at exit: 8192 bytes in 1 blocks.
17malloc/free: 1 allocs, 0 frees, 8192 bytes allocated.
18For a detailed leak analysis, rerun with: --leak-check=yes
19For counts of detected errors, rerun with: -v