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

Failure in PoldiPeakSearchTest under Windows debug #11904

Closed
martyngigg opened this issue Feb 11, 2015 · 2 comments
Closed

Failure in PoldiPeakSearchTest under Windows debug #11904

martyngigg opened this issue Feb 11, 2015 · 2 comments
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

The MSVC debugger is giving an out of bounds error for the PoldiPeakSearch - http://builds.mantidproject.org/view/Develop%20Builds/job/develop_clean_win7_debug/lastCompletedBuild/console

The problem seems to be with line 257 of PoldiPeakSearch.cpp:

#!cpp
MantidVec::const_iterator nextIntensity = peakPosition + 1;
  while (*nextIntensity > halfPeakIntensity) {
    nextIntensity += 1;
  }

The debugger says that during the testGetPeakCoordinates method the nextIntensity iterator goes past the end of the vector. I have attached a screenshot of debugger with some information about the current peak position values if that is helpful.

@martyngigg
Copy link
Member Author

This issue was originally trac ticket 11065

@martyngigg
Copy link
Member Author

@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 added this to the Release 3.4 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

2 participants