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

engine segv's with -dump #20192

Open
biagas opened this issue Jan 16, 2025 · 0 comments
Open

engine segv's with -dump #20192

biagas opened this issue Jan 16, 2025 · 0 comments
Assignees
Labels
bug Something isn't working impact medium Productivity partially degraded (not easily mitigated bug) or improved (enhancement) likelihood medium Neither low nor high likelihood

Comments

@biagas
Copy link
Contributor

biagas commented Jan 16, 2025

Describe the bug

I was looking into regression failures on my vtk 94 branch and decided to use -dump to compare pipeline results of current visit with vtk94-visit.

One case causes the engine to segv, here's that script (taken from pick.py)

OpenDatabase("sid97.silo")
AddPlot("Boundary", "mat1")
AddOperator("Slice")
slice = SliceAttributes()
slice.originType = slice.Point
slice.originPoint = (7400, -1300, 1000)
slice.normal  = (0, 1, 0)
slice.project2d = 1
SetOperatorOptions(slice)

DrawPlots()
ResetView()
SetViewExtentsType("actual")
SaveWindow()

Other scripts I created do not cause the segv.

Desktop

  • OS and version: linux (poodle)
  • VisIt Version: 3.4.2
  • Server info (if applicable):
@biagas biagas added bug Something isn't working impact medium Productivity partially degraded (not easily mitigated bug) or improved (enhancement) likelihood medium Neither low nor high likelihood labels Jan 16, 2025
@biagas biagas self-assigned this Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working impact medium Productivity partially degraded (not easily mitigated bug) or improved (enhancement) likelihood medium Neither low nor high likelihood
Projects
None yet
Development

No branches or pull requests

1 participant