Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Mark KellyMark KellyReporter
Michael GardnerMichael GardnerPriority
BlockerCompatibility
MinorFix versions
Pull Request URL
Affects versions
Details
Details
Components
Assignee
Mark Kelly
Mark KellyReporter
Michael Gardner
Michael GardnerPriority
Compatibility
Minor
Fix versions
Pull Request URL
Affects versions
Created April 24, 2017 at 6:57 PM
Updated April 29, 2017 at 5:28 AM
Resolved April 29, 2017 at 5:28 AM
There is an issue with linking libtbb.so.2 with libroxiemem.so on centos 6 builds.
../../Release/libs/libroxiemem.so: undefined reference to `tbb::interface5::internal::task_base::destroy(tbb::task&)'
collect2: error: ld returned 1 exit status
task::destroy(task::task&) is present in src/old/task_v2.cpp and maps back to task_base::destroy.
task_base::destroy() is visible in the shared object file
000000000001c480 T tbb::interface5::internal::task_base::destroy(tbb::task&)