Add script to analyze core dumps with gdb

Introduces analyze_core_dumps.sh to automate core dump analysis using GDB.
The script provides stack traces and register information for analyzing
crashes in executables, with particular focus on Postgres/Cloudberry.

Features:
- Automatic core dump detection and analysis
- Detailed stack traces and register info via GDB
- Comprehensive logging of analysis results
- Dependency checking for required tools
- Clear return codes for automation:
 0: No cores found
 1: Cores processed successfully
 2: Errors (missing deps or processing failures)

The script is designed to integrate with automated testing and CI/CD
pipelines while also being useful for manual debugging sessions.
1 file changed
tree: e3ecd09a7558239ee306ff8da4001f0042cdb0c8
  1. .github/
  2. build_automation/
  3. images/
  4. packaging/
  5. scripts/
  6. .asf.yaml
  7. CONTRIBUTING.md
  8. LICENSE
  9. README.md
README.md

DevOps and Release for Apache Cloudberry (Incubating)