Skip to content

fix(core): handle multiple installations of jemalloc#3562

Merged
faustbrian merged 1 commit intoArkEcosystem:2.6from
alessiodf:jemalloc
Mar 2, 2020
Merged

fix(core): handle multiple installations of jemalloc#3562
faustbrian merged 1 commit intoArkEcosystem:2.6from
alessiodf:jemalloc

Conversation

@alessiodf
Copy link
Copy Markdown
Contributor

Summary

This handles an edge case if there are multiple installations of jemalloc (e.g. a system-wide installation via a package manager in /usr/lib and also another version built from source in /usr/local/lib).

Previously it would fail because the jemallocPath would contain a concatenation of both installation paths separated by a newline. Now we just take the first path that we find.

Checklist

  • Documentation (if necessary)
  • Tests (if necessary)
  • Ready to be merged

@ghost
Copy link
Copy Markdown

ghost commented Mar 2, 2020

Thanks for submitting this pull request! A maintainer will review this in the next few days and explicitly select labels so you know what's going on.

If no reviewer appears after a week, a reminder will be sent out.

@ghost ghost added Complexity: Low labels Mar 2, 2020
@ghost
Copy link
Copy Markdown

ghost commented Mar 2, 2020

A collaborator has approved this PR. A maintainer will merge this PR shortly. If it shouldn't be merged yet, please leave a comment saying so and we'll wait.

Thank you for your contribution!

@faustbrian faustbrian merged commit b7e6398 into ArkEcosystem:2.6 Mar 2, 2020
@ghost
Copy link
Copy Markdown

ghost commented Mar 2, 2020

Your pull request has been merged but was not assigned a bounty tier. A maintainer will assign a bounty tier to this pull request in the next few days.

@ghost
Copy link
Copy Markdown

ghost commented Mar 2, 2020

Your pull request has been merged. Thank you for your contribution to the ARK Ecosystem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants