mozregression permission error cert9.db file in use
Categories
(Testing :: mozregression, defect, P3)
Tracking
(Not tracked)
People
(Reporter: felix.bau, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/120.0
Steps to reproduce:
Version 6.0.0
Start bisecting firefox 64bit debug
While Firefox is open click the button "Stop bisecting"
Actual results:
platform: Windows-10-10.0.19045-SP0
python: 3.10.11 FROZEN (64bit)
mozregression: 6.0.0
message: PermissionError: [WinError 32] Der Prozess kann nicht auf die Datei zugreifen, da sie von einem anderen Prozess verwendet wird: '\\?\C:\Users\Felix\AppData\Local\Temp\tmpy884hmda.mozrunner\cert9.db'
traceback: File "mozregui\mainwindow.py", line 125, in stop_bisection
File "mozregui\bisection.py", line 248, in stop
File "mozregui\build_runner.py", line 199, in stop
File "mozprofile\profile.py", line 294, in cleanup
File "mozprofile\profile.py", line 92, in cleanup
File "mozfile\mozfile.py", line 272, in remove
File "mozfile\mozfile.py", line 218, in _call_with_windows_retry
File "mozfile\mozfile.py", line 174, in _call_windows_retry
File "shutil.py", line 750, in rmtree
File "shutil.py", line 620, in _rmtree_unsafe
File "shutil.py", line 618, in _rmtree_unsafe
Expected results:
No error.
Like when I close Firefox first and then stop bisecting.
Updated•2 years ago
|
Description
•