summaryrefslogtreecommitdiffstats
path: root/src/global/signal_handler.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* test: fix Windows ::_creatLucian Petrut2023-11-221-0/+4
* common/BackTrace: refactor into Clib and Py implementationsSage Weil2021-06-231-1/+1
* global/signal_handler: expose function to generate crash dumpSage Weil2021-06-231-50/+65
* global: fault handlers cope with simultaneous faults now.Radoslaw Zarzynski2021-05-051-12/+28
* src/*: do not pass cct to ceph_version_to_str()Kefu Chai2020-12-101-1/+1
* test: Use a config variable debug_version_for_testingDavid Zafman2020-11-121-1/+1
* global: Build without using namespace declarations in headersAdam C. Emerson2020-03-221-0/+6
* include/compat: add flags arg to pipe_cloexecSage Weil2019-10-011-2/+2
* global/signal_handler: avoid core dump on EIOSage Weil2019-04-071-1/+7
* global: add hook to annotate crash report with EIO informationSage Weil2019-04-071-0/+23
* Merge pull request #25244 from trociny/wip-crash-procnameKefu Chai2018-11-281-0/+1
|\
| * global: add process_name to crash metaMykola Golub2018-11-271-0/+1
* | global/signal_handler: Mutex -> ceph::mutexSage Weil2018-11-211-14/+12
* | common/config: push down Mutex #includeSage Weil2018-11-211-0/+1
|/
* global: store assert msg in global and dump to crash metaMykola Golub2018-10-211-0/+3
* *: set missing CLOEXEC on opened fdsPatrick Donnelly2018-09-201-4/+4
* Merge pull request #23738 from dmick/wip-fix-crashdumpKefu Chai2018-08-291-1/+1
|\
| * global/signal_handler.cc: report assert_file as correct nameDan Mick2018-08-251-1/+1
* | global: Use ceph_assert for asserts.Adam C. Emerson2018-08-271-20/+20
|/
* global/signal_handler: add 'done' file to signal crashdump is readyDan Mick2018-08-091-0/+2
* common: FreeBSD does not have /etc/os-releaseWillem Jan Withagen2018-07-051-2/+3
* global/signal_handler: one less frame of contextSage Weil2018-06-201-1/+1
* global/signal_handler: write crash dumps to /var/lib/ceph/crash/$uuid/Sage Weil2018-06-201-0/+152
* signal_handler: Implementing specific messages per contextErwan Velu2018-04-191-7/+27
* signal_handler: Reports pid 0 as KernelErwan Velu2018-04-191-0/+4
* global/signal_handler: port get_name_by_pid() to osxKefu Chai2017-09-161-1/+17
* core: Prefix /proc/ with FreeBSD emulationWillem Jan Withagen2017-04-051-1/+1
* common: add override in header fileliuchang08122017-03-031-1/+1
* common: add override for common submodule and miscliuchang08122017-02-161-1/+1
* global/signal_handler: dump backtrace even from within logging codeSage Weil2017-01-131-8/+8
* global/signal_handler: behave if g_ceph_context or _log are nullSage Weil2017-01-131-1/+3
* dout: Use dout_contextAdam C. Emerson2016-12-221-0/+2
* global/signal_handler: retry if read() returns with EINTRKefu Chai2016-11-231-1/+1
* global/signal_handler: use sig_str instead of sys_siglistJohn Coyle2016-08-091-1/+1
* Merge pull request #9371 from ukernel/wip-osx-fuseKefu Chai2016-07-271-1/+2
|\
| * compat: define ceph_pthread_{set,get}name()Yan, Zheng2016-07-181-1/+2
* | global/signal_handler: dump cmdline instead of arg[0]Kefu Chai2016-07-191-15/+18
|/
* Merge pull request #8964 from songbaisen/song24Sage Weil2016-07-111-10/+59
|\
| * global: log which process/command sent a signalsongbaisen2016-06-031-10/+59
* | compat: add abstractions for non portable pthread name funcsJohn Coyle2016-07-041-2/+2
* | Merge pull request #9178 from wjwithagen/wip-wjw-freebsd-compile-2Kefu Chai2016-06-051-0/+2
|\ \ | |/ |/|
| * signal_handler.cc: pthread_getname_np is not available on FreeBSDWillem Jan Withagen2016-05-251-0/+2
* | global: optimize header file dependency.chenxiaowei2016-05-211-2/+0
|/
* global/signal_handler: fix typoKefu Chai2016-04-051-5/+2
* global/signal_handler: fix warningSage Weil2016-03-301-0/+1
* global/signale_handler: print thread name in signal handle.Jianpeng Ma2016-03-211-2/+6
* threads: add thread namesIgor Podoski2016-01-051-1/+1
* signal_handler: added support for using reentrant strsignal() implementations...John Coyle2015-12-091-3/+2
* aix gcc librados portRohan Mars2015-11-231-1/+6
* Solaris compilation/build changesRohan Mars2015-11-131-0/+15