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

TBB Allocator passing an invalid address to rtlfreeheap

andy_
Beginner
203 Views
Hi,

I added the tbbmalloc_proxy.lib to my project two days ago, which seemed to work fine initially but now I'm getting this error "Invalid Address specified to RtlFreeHeap( 00960000, 7F1A0048 )" right near shutdown. Any ideas what can cause this to happen? Simplist guess would be that somehow an allocation happens before the allocator is set up and now that fails but that's just a guess and doesn't help me fix the issue.

Regards,

Andy
0 Kudos
1 Reply
Vladimir_P_1234567890
203 Views
hi Andy,
Do you linktbbmalloc_proxy.lib to exe or dll file?
--Vladimir
0 Kudos
Reply