python-bindings icon indicating copy to clipboard operation
python-bindings copied to clipboard

Ctrl-C does not interrupt shell during calls to preCICE

Open MakisH opened this issue 5 years ago • 0 comments

I have noticed that, when e.g. inside precice.initialize(), pressing Ctrl+C does not interrupt the program. This I have only observed in Python and it seems to be a common issue with subprocesses / threads in Python.

You can reproduce this problem by running e.g. one one Python solverdummy participant, without starting a second one, and trying to kill it. I will simply ignore the keyboard input.

Some starting points:

MakisH avatar Feb 12 '20 08:02 MakisH