Lines Matching refs:stderr
137 fprintf(stderr,"crasher: init pid=%d tid=%d\n", getpid(), gettid()); in do_action()
180 fprintf(stderr, "%s OP\n", __progname); in do_action()
181 fprintf(stderr, "where OP is:\n"); in do_action()
182 fprintf(stderr, " smash-stack overwrite a stack-guard canary\n"); in do_action()
183 fprintf(stderr, " stack-overflow recurse until the stack overflows\n"); in do_action()
184 fprintf(stderr, " heap-corruption cause a libc abort by corrupting the heap\n"); in do_action()
185 fprintf(stderr, " heap-usage cause a libc abort by abusing a heap function\n"); in do_action()
186 fprintf(stderr, " nostack crash with a NULL stack pointer\n"); in do_action()
187 fprintf(stderr, " ctest (obsoleted by thread-crash?)\n"); in do_action()
188 fprintf(stderr, " exit call exit(1)\n"); in do_action()
189 fprintf(stderr, " abort call abort()\n"); in do_action()
190 fprintf(stderr, " assert call assert() without a function\n"); in do_action()
191 fprintf(stderr, " assert2 call assert() with a function\n"); in do_action()
192 fprintf(stderr, " LOG_ALWAYS_FATAL call LOG_ALWAYS_FATAL\n"); in do_action()
193 fprintf(stderr, " LOG_ALWAYS_FATAL_IF call LOG_ALWAYS_FATAL\n"); in do_action()
194 fprintf(stderr, " SIGFPE cause a SIGFPE\n"); in do_action()
195 fprintf(stderr, " SIGSEGV cause a SIGSEGV at address 0x0 (synonym: crash)\n"); in do_action()
196 fprintf(stderr, " SIGSEGV-non-null cause a SIGSEGV at a non-zero address\n"); in do_action()
197 …fprintf(stderr, " SIGSEGV-unmapped mmap/munmap a region of memory and then attempt to access… in do_action()
198 fprintf(stderr, " SIGTRAP cause a SIGTRAP\n"); in do_action()
199 fprintf(stderr, "prefix any of the above with 'thread-' to not run\n"); in do_action()
200 fprintf(stderr, "on the process' main thread.\n"); in do_action()
206 fprintf(stderr,"crasher: built at " __TIME__ "!@\n"); in main()