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
To Reproduce
For the fist problem, set a break point at the bottom line and run the following code. When the code is running, click the pause button. A message would show up saying that "An unknown error occurred. Please consult the log for more details".
s=1for(iin1:100000000){
s=s+1
}
print(s)
For the second problem, set a break point at the bottom line and run the following code. When the code is running into the parLapply, click the termination button. The debug console is closed as expected, but, in the system monitor, we would see that the R sessions used for parallel computing are still active.
Describe the bug
As described in the title.
To Reproduce
For the fist problem, set a break point at the bottom line and run the following code. When the code is running, click the pause button. A message would show up saying that "An unknown error occurred. Please consult the log for more details".
For the second problem, set a break point at the bottom line and run the following code. When the code is running into the parLapply, click the termination button. The debug console is closed as expected, but, in the system monitor, we would see that the R sessions used for parallel computing are still active.
Desktop (please complete the following information):
Additional context
I'm using a mac with apple silicon m1.
The text was updated successfully, but these errors were encountered: