Lines Matching full:aborts
1084 ((n_flags_)) < ((kMaxFlags)) . DEFAULT sancov ((out < out_end - 1)) != (0) include read more options from the given file include_if_exists read more options from the given file (if it exists) symbolize If set, use the online symbolizer from common sanitizer runtime to turn virtual addresses to file/line locations. external_symbolizer_path Path to external symbolizer. If empty, the tool will search $PATH for the symbolizer. allow_addr2line If set, allows online symbolizer to run addr2line binary to symbolize stack traces (addr2line will only be used if llvm-symbolizer binary is unavailable. strip_path_prefix Strips this prefix from file paths in error reports. fast_unwind_on_check If available, use the fast frame-pointer-based unwinder on internal CHECK failures. fast_unwind_on_fatal If available, use the fast frame-pointer-based unwinder on fatal errors. fast_unwind_on_malloc If available, use the fast frame-pointer-based unwinder on malloc/free. handle_ioctl Intercept and handle ioctl requests. malloc_context_size Max number of stack frames kept for each allocation/deallocation. log_path Write logs to "log_path.pid". The special values are "stdout" and "stderr". The default is "stderr". log_exe_name Mention name of executable when reporting error and append executable name to logs (as in "log_path.exe_name.pid"). log_to_syslog Write all sanitizer output to syslog in addition to other means of logging. verbosity Verbosity level (0 - silent, 1 - a bit of output, 2+ - more output). detect_leaks Enable memory leak detection. leak_check_at_exit Invoke leak checking in an atexit handler. Has no effect if detect_leaks=false, or if __lsan_do_leak_check() is called before the handler has a chance to run. allocator_may_return_null If false, the allocator will crash instead of returning 0 on out-of-memory. print_summary If false, disable printing error summaries in addition to error reports. check_printf Check printf arguments. handle_segv If set, registers the tool's custom SIGSEGV/SIGBUS handler. handle_abort If set, registers the tool's custom SIGABRT handler. handle_sigill If set, registers the tool's custom SIGILL handler. handle_sigfpe If set, registers the tool's custom SIGFPE handler. allow_user_segv_handler If set, allows user to register a SEGV handler even if the tool registers one. use_sigaltstack If set, uses alternate stack for signal handling. detect_deadlocks If set, deadlock detection is enabled. clear_shadow_mmap_threshold Large shadow regions are zero-filled using mmap(NORESERVE) instead of memset(). This is the threshold size in bytes. color Colorize reports: (always|never|auto). legacy_pthread_cond Enables support for dynamic libraries linked with libpthread 2.2.5. intercept_tls_get_addr Intercept __tls_get_addr. help Print the flag descriptions. mmap_limit_mb Limit the amount of mmap-ed memory (excluding shadow) in Mb; not a user-facing flag, used mosly for testing the tools hard_rss_limit_mb Hard RSS limit in Mb. If non-zero, a background thread is spawned at startup which periodically reads RSS and aborts the process if the limit is reached soft_rss_limit_mb Soft RSS limit in Mb. If non-zero, a background thread is spawned at startup which periodically reads RSS. If the limit is reached all subsequent malloc/new calls will fail or return NULL (depending on the value of allocator_may_return_null) until the RSS goes below the soft limit. This limit does not affect memory allocations other than malloc/new. heap_profile Experimental heap profiler, asan-only allocator_release_to_os Experimental. If true, try to periodically release unused memory to the OS.