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

Crash when filtering time-series logs with single value #8813

Closed
NickDraper opened this issue Sep 18, 2013 · 1 comment
Closed

Crash when filtering time-series logs with single value #8813

NickDraper opened this issue Sep 18, 2013 · 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

@NickDraper
Copy link
Contributor

The following script causes a complete crash of Mantid 2.6.1 on windows 7 64

It looks like another GUI race condition problem

It basically means I can’t run a script without deleteing existing named workspaces

Rob

import offspec as nr

for i in range(23750,23753):
                binning=["2.0","0.1","14.0","2"]
                nr.nrSESANSP0Fn(str(i),str(i),4,4,"2","1",binning,diagnostics=1)

for i in range(23750,23753):
                binning=["2.0","0.1","14.0","2"]
                nr.nrSESANSP0Fn(str(i),str(i),4,4,"2","1",binning,diagnostics=1)

@NickDraper
Copy link
Contributor Author

This issue was originally trac ticket 7968

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