Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Race condition in ParameterMap #11217

Closed
martyngigg opened this issue Oct 16, 2014 · 1 comment
Closed

Race condition in ParameterMap #11217

martyngigg opened this issue Oct 16, 2014 · 1 comment
Assignees
Labels
Framework Issues and pull requests related to components in the Framework High Priority An issue or pull request that if not addressed is severe enough to postponse a release.
Milestone

Comments

@martyngigg
Copy link
Member

A git bisect shows that this [https://github.com/mantidproject/mantid/commit/f94f814ce5e1d89785aece20fa280c2963b94b40 commit] has caused some systemtests, particular ARCSReduction, to start segfaulting part way through.

gdb shows that the problem is around the ParameterMap access but the segfault actually occurs in boost code.

My suspicion is that switching to boost::unordered_map has uncovered a subtle race condition that was already present.

@martyngigg
Copy link
Member Author

This issue was originally trac ticket 10375

@martyngigg martyngigg added High Priority An issue or pull request that if not addressed is severe enough to postponse a release. Framework Issues and pull requests related to components in the Framework labels Jun 3, 2015
@martyngigg martyngigg self-assigned this Jun 3, 2015
@martyngigg martyngigg added this to the Release 3.3 milestone Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Framework Issues and pull requests related to components in the Framework High Priority An issue or pull request that if not addressed is severe enough to postponse a release.
Projects
None yet
Development

No branches or pull requests

1 participant