Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • Corryvreckan Corryvreckan
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 37
    • Issues 37
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 19
    • Merge requests 19
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Corryvreckan
  • CorryvreckanCorryvreckan
  • Merge requests
  • !312

Alignment: fix annoying and longstanding issue with SIGABRT at pgoram end

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Simon Spannagel requested to merge fix_aligncrash into master May 07, 2020
  • Overview 0
  • Commits 2
  • Pipelines 2
  • Changes 2

Here we go.

Background:

We pre-link all libraries to the executable. Also, we have had two global objects with the same name in two different shared libraries. When closing the program, somehow the kernel thinks that both exist and tries to deallocate both despite the fact that one of them never was allocated. No idea why it confuses these things, but simply giving the different names solves this.

Yay!

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: fix_aligncrash