Skip to content

Commit 41d6249

Browse files
committed
Finished the trouble shooting item
1 parent 6135b93 commit 41d6249

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

doc/src/Troubles.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ temporary data.
8181
|SourceXtractor++| stops shortly after the first measurements are done
8282
----------------------------------------------------------------------
8383

84-
It might happen that |SourceXtractor++| stops or dumps off when the first measurements are due or when the first measurements have been done.
85-
The log file then ends with:
84+
It might happen that |SourceXtractor++| stops or dumps off when the first measurements are due or when the first few measurements have been done.
85+
The log file then ends similar to this example:
8686

8787
.. code-block:: console
8888
@@ -127,4 +127,7 @@ A solution is to switch off the multi-threading of all lower level libraries by
127127
export NTHREADS=1
128128
sourcextractor++ --conf ...
129129
130-
130+
This switches off the multi-threading in the lower level libraries and should prevent the race conditions. In version 0.20 we
131+
are trying to make these settings inside |SourceXtractor++|
132+
(see `here <https://gitlab.euclid-sgs.uk/EuclidLibs/SourceXtractorPlusPlus/-/blob/develop/SEMain/src/program/SourceXtractor.cpp#L136>`_),
133+
however we are not sure whether this will work in all situations and modes.

0 commit comments

Comments
 (0)