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

saving_images regression test Crashes parallel engine on Windows #18491

Open
biagas opened this issue Feb 10, 2023 · 0 comments
Open

saving_images regression test Crashes parallel engine on Windows #18491

biagas opened this issue Feb 10, 2023 · 0 comments
Labels
bug Something isn't working crash bug caused visit to crash impact medium Productivity partially degraded (not easily mitigated bug) or improved (enhancement) likelihood medium Neither low nor high likelihood reviewed Issue has been reviewed and labeled by a developer

Comments

@biagas
Copy link
Contributor

biagas commented Feb 10, 2023

Describe the bug

When the quickrecipes/saving_images test is run in parallel on Windows, it crashes the engine.

Here's what's printed to the terminal window when the test is run:
saving_images_par

I ran the test through the Visual Studio debugger, and it is segv'ing in the 'saving_an_image' function of the test, on this loop in NetworkManager::RenderGeometry, because the 'haveCells' array of 'renderState' is empty.

for (int i = 0; i < nranks; ++i)
if (renderState.haveCells[i])
ranksToComp.push_back(i);

Desktop

  • OS and version: Windows
  • VisIt Version: develop
  • Server info (if applicable):
@biagas biagas added bug Something isn't working likelihood medium Neither low nor high likelihood impact medium Productivity partially degraded (not easily mitigated bug) or improved (enhancement) labels Feb 10, 2023
@brugger1 brugger1 added reviewed Issue has been reviewed and labeled by a developer crash bug caused visit to crash labels Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working crash bug caused visit to crash impact medium Productivity partially degraded (not easily mitigated bug) or improved (enhancement) likelihood medium Neither low nor high likelihood reviewed Issue has been reviewed and labeled by a developer
Projects
None yet
Development

No branches or pull requests

2 participants