Commits


Krisztián Szűcs authored and Sutou Kouhei committed 9fecae0c05f
ARROW-7119: [C++][CI] Show automatic backtraces Automatically generate coredumps and backtraces for the failing C++ tests on both Linux (including docker) and macOS. Closes #6202 from kszucs/coredump and squashes the following commits: f8200da97 <Krisztián Szűcs> remove sudo from the comment 1e75d9349 <Krisztián Szűcs> resolve review issues ef5ac74e0 <Krisztián Szűcs> revert segfault enforcing change deaca223a <Krisztián Szűcs> remove debug commands 467e0001d <Krisztián Szűcs> set ulimit within the same shell d2af4e07c <Krisztián Szűcs> debug macos coredumps 7eae170cd <Krisztián Szűcs> debug macos 01961de60 <Krisztián Szűcs> macos debug d0e4f623d <Krisztián Szűcs> remove debug commands 382a5f02a <Krisztián Szűcs> install gdb in more images 95c5384f9 <Krisztián Szűcs> limit the pattern for the first 15 chars e75238cf6 <Krisztián Szűcs> debug 76d072b67 <Krisztián Szűcs> set ulimit b8db15f16 <Krisztián Szűcs> no sudo 04fef61ae <Krisztián Szűcs> use sysctl 6c8bc4ffe <Krisztián Szűcs> debug e8ec7ca53 <Krisztián Szűcs> remove util_coredump 655db2291 <Krisztián Szűcs> workarounds cf03c0c3d <Krisztián Szűcs> ARROW_TEST_ULIMIT_CORE: unlimited 8a092cb1b <Krisztián Szűcs> tune run-tests.sh 7f2ed2dbe <Krisztián Szűcs> delimiter e830bc7bd <Krisztián Szűcs> debug 187c32e23 <Krisztián Szűcs> permissions ada66c06a <Krisztián Szűcs> force segfault 379b6ea5b <Krisztián Szűcs> enable for python and ruby macos builds 3f4af23c1 <Krisztián Szűcs> executable flag b51b1fe49 <Krisztián Szűcs> on failure 28628acbb <Krisztián Szűcs> continue on error to show the coredump eb1cdb57f <Krisztián Szűcs> coredump on macos Authored-by: Krisztián Szűcs <szucs.krisztian@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>