View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0004187 | Spring engine | General | public | 2013-12-03 06:56 | 2013-12-03 07:04 | ||||
Reporter | abma | ||||||||
Assigned To | abma | ||||||||
Priority | normal | Severity | major | Reproducibility | have not tried | ||||
Status | resolved | Resolution | no change required | ||||||
Product Version | 95.0.1+git | ||||||||
Target Version | 96.0 | Fixed in Version | |||||||
Summary | 0004187: uninit threadpool in unitsync's DeInit() | ||||||||
Description | ThreadPool::SetThreadCount(1); https://github.com/spring/spring/commit/13f79d49512522e589a37ecb1ac75b9d7dc953ff | ||||||||
Additional Information | not sure if it causes problems atm. wasn't threading disabled for unitsync?! | ||||||||
Tags | No tags attached. | ||||||||
Checked infolog.txt for Errors | |||||||||
Attached Files |
|
![]() |
|
abma (administrator) 2013-12-03 07:04 |
threadpool is already disabled for unitsync: https://github.com/spring/spring/blob/develop/tools/unitsync/CMakeLists.txt#L43 |