summaryrefslogtreecommitdiff
path: root/lib/util/fault.c
Commit message (Expand)AuthorAgeFilesLines
* lib/util: Prefer backtrace_symbols() for internal backtracesAndrew Bartlett2022-06-091-3/+7
* build: Make build with --disable-fault-hanlding work under --enable-developerAndrew Bartlett2022-06-091-1/+2
* lib: Avoid all_string_sub() in smb_panic()Volker Lendecke2021-01-121-2/+15
* lib/util/fault.c: Unify printing of the stack trace with the INTERNAL ERROR s...Andrew Bartlett2020-02-271-11/+18
* Move INTERNAL ERROR... printout into smb_panic() and improve "why" stringAndrew Bartlett2020-02-271-10/+13
* fault.c: improve fault_report message text pointing to our wikiBjörn Jacke2019-09-231-1/+5
* util: Fix signed/unsigned comparisons by declaring as size_tMartin Schwenke2019-07-011-2/+2
* lib:util: Fix checking for config.h #define in fault.cAndreas Schneider2018-12-161-1/+1
* lib/util: Call log_stack_trace() in smb_panic_default()Andrew Bartlett2018-04-111-2/+1
* lib/util: Move log_stack_trace() to common codeAndrew Bartlett2018-04-111-0/+104
* lib/util: Log PANIC before calling pacic action just like s3Andrew Bartlett2018-04-111-1/+3
* lib/util: Clean up includes for fault.cMartin Schwenke2014-10-041-1/+7
* lib/util: declare smb_panic_default() as _NORETURN_Stefan Metzmacher2014-04-021-0/+1
* fault.c: Fix typo in comment.Karolin Seeger2013-02-181-1/+1
* Start to add truncate checks on all uses of strlcpy(). Reading lwnJeremy Allison2012-03-291-15/+15
* lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij2012-03-241-1/+1
* util: Add --disable-fault-handling.Ira Cooper2012-03-151-0/+2
* lib/util: make sure panic action can attach a debugger on ubuntu (>=10.10)Stefan Metzmacher2011-10-041-0/+7
* s4-fault: changed to use %d for PID, instead of %PID%Andrew Tridgell2011-07-131-1/+1
* Fix simple uses of safe_strcpy -> strlcpy. Easy ones where we just remove -1.Jeremy Allison2011-05-041-1/+1
* fault: get fault.c ready for use by s4Andrew Tridgell2011-03-231-293/+67
* fault: moved s3 fault.c to top levelAndrew Tridgell2011-03-231-0/+380
* fault: rename fault.c to fault_s4.cAndrew Tridgell2011-03-231-236/+0
* lib/util/fault.c - "call_backtrace" - no need to have "backtrace_size" as size_tMatthias Dieter Wallnöfer2011-03-101-1/+1
* s4-dns: disable segfault handling in dlz_bind9Andrew Tridgell2010-12-211-2/+12
* lib/util/fault.c - fix "pid_t" printf warning on SolarisMatthias Dieter Wallnöfer2010-12-061-1/+1
* libutil: Remove obsolete signal type cast.Andreas Schneider2010-02-231-5/+5
* Move lib/util from source4 to top-level libutil.Jelmer Vernooij2008-10-111-0/+226