summaryrefslogtreecommitdiff
path: root/lib/util/fault.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-21lib/fault: During smb_panic() print process comment and setprocname() titleAndrew Bartlett1-1/+12
2022-06-09lib/util: Prefer backtrace_symbols() for internal backtracesAndrew Bartlett1-3/+7
2022-06-09build: Make build with --disable-fault-hanlding work under --enable-developerAndrew Bartlett1-1/+2
2021-01-12lib: Avoid all_string_sub() in smb_panic()Volker Lendecke1-2/+15
2020-02-27lib/util/fault.c: Unify printing of the stack trace with the INTERNAL ERROR s...Andrew Bartlett1-11/+18
2020-02-27Move INTERNAL ERROR... printout into smb_panic() and improve "why" stringAndrew Bartlett1-10/+13
2019-09-23fault.c: improve fault_report message text pointing to our wikiBjörn Jacke1-1/+5
2019-07-01util: Fix signed/unsigned comparisons by declaring as size_tMartin Schwenke1-2/+2
2018-12-16lib:util: Fix checking for config.h #define in fault.cAndreas Schneider1-1/+1
2018-04-11lib/util: Call log_stack_trace() in smb_panic_default()Andrew Bartlett1-2/+1
2018-04-11lib/util: Move log_stack_trace() to common codeAndrew Bartlett1-0/+104
2018-04-11lib/util: Log PANIC before calling pacic action just like s3Andrew Bartlett1-1/+3
2014-10-04lib/util: Clean up includes for fault.cMartin Schwenke1-1/+7
2014-04-02lib/util: declare smb_panic_default() as _NORETURN_Stefan Metzmacher1-0/+1
2013-02-18fault.c: Fix typo in comment.Karolin Seeger1-1/+1
2012-03-29Start to add truncate checks on all uses of strlcpy(). Reading lwnJeremy Allison1-15/+15
2012-03-24lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij1-1/+1
2012-03-15util: Add --disable-fault-handling.Ira Cooper1-0/+2
2011-10-04lib/util: make sure panic action can attach a debugger on ubuntu (>=10.10)Stefan Metzmacher1-0/+7
2011-07-13s4-fault: changed to use %d for PID, instead of %PID%Andrew Tridgell1-1/+1
2011-05-04Fix simple uses of safe_strcpy -> strlcpy. Easy ones where we just remove -1.Jeremy Allison1-1/+1
2011-03-23fault: get fault.c ready for use by s4Andrew Tridgell1-293/+67
2011-03-23fault: moved s3 fault.c to top levelAndrew Tridgell1-0/+380
2011-03-23fault: rename fault.c to fault_s4.cAndrew Tridgell1-236/+0
2011-03-10lib/util/fault.c - "call_backtrace" - no need to have "backtrace_size" as size_tMatthias Dieter Wallnöfer1-1/+1
2010-12-21s4-dns: disable segfault handling in dlz_bind9Andrew Tridgell1-2/+12
2010-12-06lib/util/fault.c - fix "pid_t" printf warning on SolarisMatthias Dieter Wallnöfer1-1/+1
2010-02-23libutil: Remove obsolete signal type cast.Andreas Schneider1-5/+5
2008-10-11Move lib/util from source4 to top-level libutil.Jelmer Vernooij1-0/+226