Skip to content

Enable frame pointer in Git compile options

Igor requested to merge git-frame-pointer into master

What does this MR do?

Enables frame pointers which should hopefully provide better backtraces on git crashes, including function names.

Example of a crash: https://sentry.gitlab.net/gitlab/gitlabcom-gitaly-ruby/issues/1530448/?query=is%3Aunresolved%20commit-graph.

Related issues

https://gitlab.com/gitlab-org/gitaly/-/issues/2685

Checklist

See Definition of done.

  • Changelog entry created. Not applicable for Documentation changes and minor changes.
  • Documentation created/updated
  • Tests added
  • Integration tests added to GitLab QA, if applicable
  • MR targeting master branch
  • MR has a green pipeline on GitLab.com
  • Equivalent MR/issue for CNG opened if applicable
  • trigger-package has a green pipeline running against latest commit

Reviewer Checklist

In addition to above, reviewer must:

  • Pipeline is green on dev.gitlab.org if the change is not touching documentation or internal cookbooks
Edited by GitLab Release Tools Bot

Merge request reports