diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-12-17 09:51:45 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-12-17 09:51:45 -0500 |
commit | abf493496c5857cb504c69fe771801781865e5db (patch) | |
tree | 13a1ff3056b904cf811fe7423c774ea9b7dd0be1 /test | |
parent | d9cd524aec5c9d88de35e0c4b33de2fbd10a12a8 (diff) | |
download | kutter-abf493496c5857cb504c69fe771801781865e5db.tar.gz kutter-abf493496c5857cb504c69fe771801781865e5db.tar.xz kutter-abf493496c5857cb504c69fe771801781865e5db.zip |
mathutil: Disable queuelogger in background_coordinate_descent()
If the queuelogger was holding the lock when the process is forked
then any attempt to log from the background process would result in a
deadlock. Attempt a workaround by disabling the queuelogger at the
start of the background process.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions