Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TBB warning on exit when thread affinity is enabled #417

Open
FrancoisBeaune opened this issue Dec 17, 2022 · 0 comments
Open

TBB warning on exit when thread affinity is enabled #417

FrancoisBeaune opened this issue Dec 17, 2022 · 0 comments

Comments

@FrancoisBeaune
Copy link

Consider the following code:

RTCDevice device = rtcNewDevice("set_affinity=1");
RTCScene scene = rtcNewScene(device);
rtcReleaseScene(scene);
rtcReleaseDevice(device);

When running it with Embree 3.13.4 and TBB 2020.3, the following warning message is printed at process exit time:

TBB Warning: Leaked 1 observer_proxy objects

The warning is not printed when the default configuration is used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant