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
SBIE+ 0.7.1 introduced a bug causing AutoDelete to not work properly depending on the order in which sandboxes are opened and closed. The following example scenario causes AutoDelete to not work properly:
Sandboxes:
edge sandbox: used to sandbox edge; the sandbox is configured to AutoDelete sandbox contents after the last process terminates
firefox sandbox: used to sandbox firefox; the sandbox also configured to AutoDelete sandbox contents
Actions to cause AutoDelete to not work properly:
Start edge
Start firefox
Terminate firefox
At this point SBIE+ should delete the contents of the firefox sandbox, but it does not. The UI shows no processes running in the firefox sandbox, but the firefox sandbox folder in C:\Sandbox has not been deleted.
The contents of the firefox sandbox are not deleted until edge is terminated, at which point the edge folder in C:\Sandbox is deleted and the firefox folder in C:\Sandbox is also deleted.
Notes:
. Order of opening/closing determines whether AutoDelete works or fails. If edge is terminated first in the above scenario and firefox terminated second, their folders in C:\Sandbox are deleted as expected.
. The problem does not occur in SBIE+ 0.6.7 or 0.7.0
. The problem is not limited to edge and firefox. It happens for any combination of sandboxes configured
for AutoDelete .
. Windows: 10 version 1909 build 18363.1316
The text was updated successfully, but these errors were encountered:
ksmustang
changed the title
Sandbox autodelete problems in 0.7.1
Sandbox autodelete problems in SBIE+ 0.7.1
Mar 3, 2021
SBIE+ 0.7.1 introduced a bug causing AutoDelete to not work properly depending on the order in which sandboxes are opened and closed. The following example scenario causes AutoDelete to not work properly:
Sandboxes:
Actions to cause AutoDelete to not work properly:
At this point SBIE+ should delete the contents of the firefox sandbox, but it does not. The UI shows no processes running in the firefox sandbox, but the firefox sandbox folder in C:\Sandbox has not been deleted.
The contents of the firefox sandbox are not deleted until edge is terminated, at which point the edge folder in C:\Sandbox is deleted and the firefox folder in C:\Sandbox is also deleted.
Notes:
. Order of opening/closing determines whether AutoDelete works or fails. If edge is terminated first in the above scenario and firefox terminated second, their folders in C:\Sandbox are deleted as expected.
. The problem does not occur in SBIE+ 0.6.7 or 0.7.0
. The problem is not limited to edge and firefox. It happens for any combination of sandboxes configured
for AutoDelete .
. Windows: 10 version 1909 build 18363.1316
The text was updated successfully, but these errors were encountered: