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
During some of my overnight measurements, the notebook hangs for some reason.
I think in most cases the measurement was finished, but I cannot do anything in the notebook, even restarting the kernel doesn't help.
So I have to kill the jupyter process again :(
How can I debug this?
Here is the relevant traceback from the terminal, if it helps, the aaa1 and such are the server processes.
[10:49:46.309 aaa4 ERR] KeyboardInterrupt
[10:49:46.309 Instruments ERR] KeyboardInterrupt
[10:49:46.309 aaa1 ERR] KeyboardInterrupt
[10:49:46.310 bbb2 ERR] KeyboardInterrupt
[10:49:46.310 aaa2 ERR] KeyboardInterrupt
[10:49:46.310 VisaServer ERR] KeyboardInterrupt
[10:49:46.310 aaa3 ERR] KeyboardInterrupt
[10:49:46.310 aaa2 ERR] KeyboardInterrupt
[10:49:46.311 VisaServer ERR] KeyboardInterrupt
[10:49:46.311 aaa1 ERR] KeyboardInterrupt
[10:49:46.311 DataServer ERR] File "c:\users\qdev\anaconda3\lib\multiprocessing\connecti
on.py", line 330, in _poll
return bool(wait([self], timeout))[10:49:46.311 bbb1 ERR] KeyboardInterrupt
[10:49:46.312 aaa3 ERR] KeyboardInterrupt
[10:49:46.312 DataServer ERR] File "c:\users\qdev\anaconda3\lib\multiprocessing\connecti
on.py", line 330, in _poll
return bool(wait([self], timeout))
[10:49:46.315 DataServer ERR] File "c:\users\qdev\anaconda3\lib\multiprocessing\connecti
on.py", line 859, in wait
ready_handles = _exhaustive_wait(waithandle_to_obj.keys(), timeout)[10:49:46.315 DataS
erver ERR] File "c:\users\qdev\anaconda3\lib\multiprocessing\connection.py", line 859, i
n wait
ready_handles = _exhaustive_wait(waithandle_to_obj.keys(), timeout)
[10:49:46.317 DataServer ERR] File "c:\users\qdev\anaconda3\lib\multiprocessing\connecti
on.py", line 791, in _exhaustive_wait
res = _winapi.WaitForMultipleObjects(L, False, timeout)[10:49:46.317 DataServer ERR]
File "c:\users\qdev\anaconda3\lib\multiprocessing\connection.py", line 791, in _exhaustiv
e_wait
res = _winapi.WaitForMultipleObjects(L, False, timeout)
[10:49:46.318 DataServer ERR] KeyboardInterrupt
[10:49:46.318 DataServer ERR] KeyboardInterrupt
The text was updated successfully, but these errors were encountered:
If this is an issue directly with the javascript widget, we can change from setTimeout to setInterval that gets recreated after the widget action returns each time, so the calls don't pile up on each other.
During some of my overnight measurements, the notebook hangs for some reason.
I think in most cases the measurement was finished, but I cannot do anything in the notebook, even restarting the kernel doesn't help.
So I have to kill the jupyter process again :(
How can I debug this?
Here is the relevant traceback from the terminal, if it helps, the
aaa1
and such are the server processes.The text was updated successfully, but these errors were encountered: