#3309: Avoid errors in parallel creation of tempfiles
--------------------------+---------------------------------
 Reporter:  sbl           |      Owner:  grass-dev@…
     Type:  enhancement   |     Status:  new
 Priority:  normal        |  Milestone:  7.2.1
Component:  LibGIS        |    Version:  svn-releasebranch72
 Keywords:  G_tempfile()  |        CPU:  Unspecified
 Platform:  Unspecified   |
--------------------------+---------------------------------
 When tempfiles are created in parallel, conflicts and thus fatal errors
 can arise when two processes try to create the .tmp/HOST dir at the same
 time:
 https://lists.osgeo.org/pipermail/grass-dev/2017-March/084471.html

 The conflict seems to arise only from the directory.

 So, maybe it could help if the directory is created at the start of a
 GRASS session and removed only when the GRASS session is closed (exit)?

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3309>
GRASS GIS <https://grass.osgeo.org>

_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to