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