Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.
2465 Discussions

Access Violation writing location, only with TBB allocation (solved, not TBB related)

smaraux
Beginner
387 Views
Hello,
I am using tbbmalloc_proxy on my project.
If I compile a templated SmartPointer class with standard allocator, everything is OK (and it is used like this since a while).
When I enable the tbb allocator replacements, it produces an unexpected "Access Violation writing location" while initializing the reference counter "count" value.
This constructor is called by an inlined templated class which handles reference counter creation, used by the templated smart pointer constructor.
My TBB version comes with 2011 tools.
Thanks for any advice.
0 Kudos
3 Replies
Vladimir_P_1234567890
389 Views
hi smaraux,
Do you have call stack available?
thanks
Vladimir
0 Kudos
smaraux
Beginner
387 Views
My mistake, it was taking place in a complete test suite of over 50 classes, and it took me some time to conclude that TBB was not in cause. In fact, memory was messed up before the smart pointer tests, and the different memory management of TBB helped us to detect this issue !
0 Kudos
Vladimir_P_1234567890
389 Views
Quoting smaraux
the different memory management of TBB helped us to detect this issue !

Good to know this

Thank you for letting us know that the issue was adressed.
Vladimir

0 Kudos
Reply