Remove output directory argument for core-collector.sh when setting system core_pattern. Instead save the full output directory path into a file to a known location and read it directly in core-collector.sh. The reason for this change is 128 bytes command line length for core_pattern (see 'man core 5'). In case working with long paths the core_pattern command line gets truncated and core dumps are not generated. Change-Id: Ia74c180e4923fb43d6ff66129ffe54c32827adca Signed-off-by: Karol Latecki <karol.latecki@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/12755 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Michal Berger <michallinuxstuff@gmail.com> Reviewed-by: Pawel Piatek <pawelx.piatek@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
43 lines
402 B
Plaintext
43 lines
402 B
Plaintext
*.~
|
|
*.a
|
|
*.cmd
|
|
*.d
|
|
*.dll
|
|
*.exe
|
|
*.gcda
|
|
*.gcno
|
|
*.kdev4
|
|
*.ko
|
|
*.lib
|
|
*.log
|
|
*.o
|
|
*.obj
|
|
*.pdb
|
|
*.pyc
|
|
*.so
|
|
*.so.*
|
|
*.swp
|
|
*.DS_Store
|
|
build/
|
|
ut_coverage/
|
|
tags
|
|
cscope.out
|
|
dpdk-*
|
|
CUnit-Memory-Dump.xml
|
|
include/spdk/config.h
|
|
CONFIG.local
|
|
*VC.db
|
|
.vscode
|
|
.project
|
|
.cproject
|
|
.settings
|
|
.gitreview
|
|
mk/cc.mk
|
|
mk/config.mk
|
|
mk/cc.flags.mk
|
|
PYTHON_COMMAND
|
|
test_completions.txt
|
|
timing.txt
|
|
test/common/build_config.sh
|
|
.coredump_path
|