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

ResolutionServer dies when setting positions #8

Open
trquinn opened this issue May 5, 2014 · 0 comments
Open

ResolutionServer dies when setting positions #8

trquinn opened this issue May 5, 2014 · 0 comments

Comments

@trquinn
Copy link
Member

trquinn commented May 5, 2014

If a group is defined using mouse commands in the client, and then the Group
Manager is used to reset position limits, the ResolutionServer dies.

------- Comment #1 From Thomas Quinn 2007-10-01 21:52:13 [reply] -------
The Interactive client uses the CreateGroup CCS call which is tied to the
makeGroup() method in Main, which in turn calls the Worker::makeGroup() method.

makeGroup() uses make_AttributeRangeGroup(), but doesn't check for an error
returned. My guess is that this is what causes the problem.

The right way to fix this is to get rid of the makeGroup() method, and interact
via the python createGroup_AttributeRange() command.

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

No branches or pull requests

1 participant