Home | History | Annotate | Download | only in coregrind

Lines Matching refs:umsg

1236       VG_(umsg)("Warning: bad signal number %d in sigaction()\n", signo);
1242 VG_(umsg)("Warning: ignored attempt to set %s handler in sigaction();\n",
1244 VG_(umsg)(" the %s signal is used internally by Valgrind\n",
1251 VG_(umsg)("Warning: ignored attempt to set %s handler in sigaction();\n",
1253 VG_(umsg)(" the %s signal is uncatchable\n",
1743 VG_(umsg)(
1829 VG_(umsg)(" %s at address %p\n",
1832 VG_(umsg)(" %s\n", event);
1886 VG_(umsg)(" If you believe this happened as a result of a stack\n" );
1887 VG_(umsg)(" overflow in your program's main thread (unlikely but\n");
1888 VG_(umsg)(" possible), you can try to increase the size of the\n" );
1889 VG_(umsg)(" main thread stack using the --main-stacksize= flag.\n" );
1892 VG_(umsg)(
2219 VG_(umsg)("Signal %d being dropped from thread %u's queue\n",
2550 VG_(umsg)("Stack overflow in thread #%u: can't grow stack to %#lx\n",
2553 VG_(umsg)("Cannot map memory to grow the stack for thread #%u "
2627 VG_(umsg)("Signal %d (%s) appears to have lost its siginfo; "