Closed raph-luc closed 1 year ago
@raph-luc @mkundu1 some of your commits reference this issue. Is it resolved?
If not, have we triaged wrt isolated Fluent-side behaviour?
The test is still being skipped, so the issue has not yet been resolved:
I haven't found the time to investigate and triage this yet, I'm unsure how much of a priority this is.
The test runs fine with Fluent 23.2 and also activating other addon modules works for 24.1. Initial investigation points to an error from a TUI menu execution while loading the fuelcells module.
will be fixed from Fluent side
This is the reason for
tests/test_tui_api.py::test_runtime_tui_menus
failing, see https://github.com/ansys/pyfluent/actions/runs/5544822327/jobs/10122911719.Calling that test results in a loop of segmentation faults, see for example the size of the
cortexerror.log
file with almost one million lines of text:It only has this message repeated ad infinitum:
Captured log call before error:
Fluent .trn file:
Also note Fluent is reporting errors, that are not raising any exceptions in PyFluent (until
RuntimeError: End of TCP stream
orRuntimeError: Socket closed
), so PyFluent keeps going only making things worse until Fluent goes down