-
Notifications
You must be signed in to change notification settings - Fork 49
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
Problems switching barb or flow renderer between 2D and 3D variables #2899
Comments
Now as soon as the variable selector is changed from 3D to 2D an error is thrown: extents of the selected variable are out of range. |
Scratch that. |
Seems to be a DataMgr regression, so I'll reassign to @clyne for now. |
@sgpearse what indication do you have that this is a problem with the DataMgr? |
@clyne - It's a bit of a rabbit hole. The error message is coming form DataMgr.cpp:977. This is due to a return value of "1" from the function _find_bounding_grid(). I wish I knew how to copy/paste a sensible stack trace on github but formatting lldb's output makes GitHub choke. My indication is through the following trace:
To reproduce the trace:
|
Got it. Thanks. |
To reproduce:
Similar behavior occurs with flow renderer.
The text was updated successfully, but these errors were encountered: