Bug report #18600
QGIS3: can't cancel ogr2ogr
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Victor Olaya | ||
Category: | Processing/OGR | ||
Affected QGIS version: | 3.0.0 | Regression?: | No |
Operating System: | Microsoft Windows 7, 64-bit | Easy fix?: | No |
Pull Request or Patch supplied: | No | Resolution: | fixed/implemented |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 26488 |
Description
It's not possible to cancel ogr2ogr processing by pressing the "cancel" button.
I've created a quick workaround using myself in Powershell. It finds the PID of ogr2ogr.exe, kills it and removes the temporary files.
Work-around for QGIS (should work in Windows and Linux): get the PID of the subprocess started, kill the process and remove the temporary files (important for a clean workspace).
Same behavior in 6ddd9ab0c7 and below.
Related issues
History
#1 Updated by Nyall Dawson over 6 years ago
- Resolution set to fixed/implemented
- Status changed from Open to Closed
Fixed in 3.2 - the cancel button is correctly disabled for OGR/GDAL algorithms (pending a safe cross-platform way to kill these commands)
#2 Updated by Alexander Bruy almost 6 years ago
- Related to Bug report #20441: Unable to stop executing GDAL algorithm added