You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which I suppose executes stata code from the notebook cells.
There are cases when stata-mp process gets killed (e.g. OOM killer - running out of memore).
Control process does not seem to notice this, there are no error logs reported to user side (e.g. error logs below the cell).
The cell appears to be executing ([*]), but it never reports back. Control process does not attempt to start a new stata-mp process either.
Debugging log
no information regarding kill event logged
Expected Output
Expecting error log or notification, or any kind of information about stata-mp process being killed (not present anymore).
Other information
If you didn't attach the debugging log, please provide:
Operating System: Linux
Stata version: stata16
Package version: 1.12.2
The text was updated successfully, but these errors were encountered:
Problem description
Kernel does not recover after stata process is killed.
Running stata_kernel in jupyter invokes this process, that I suppose is control process:
This process should then invoke stata (stata-mp):
which I suppose executes stata code from the notebook cells.
There are cases when stata-mp process gets killed (e.g. OOM killer - running out of memore).
Control process does not seem to notice this, there are no error logs reported to user side (e.g. error logs below the cell).
The cell appears to be executing (
[*]
), but it never reports back. Control process does not attempt to start a new stata-mp process either.Debugging log
no information regarding kill event logged
Expected Output
Expecting error log or notification, or any kind of information about stata-mp process being killed (not present anymore).
Other information
If you didn't attach the debugging log, please provide:
The text was updated successfully, but these errors were encountered: