-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Segfault in tbbmalloc when used in Freedesktop runtime #1659
Comments
Hi @RobotRoss, Thank you for reporting the issue and providing the backtrace. It appears that the
while the
Could you please double-check the library configuration that is used in your application? |
I've ran a build using the 2020.3 version, however the same crash is occurring.
|
Ran another build with the v2022.0.0 version with the correct proxy library in use, again seems to be the same crash.
|
@lplewa, could you please take a look this tbbmalloc/tbbmalloc_proxy crash? |
Summary
tbbmalloc.so will segfault when ran from within the Freedesktop runtime
Version
v2022.0.0 , v2021.11.0
Environment
Provide any environmental details that you consider significant for reproducing the issue.
The following information is important:
Observed Behavior
Using Davinci Resolve ( https://github.com/pobthebuilder/resolve-flatpak ) as an example, gcc gives the following backtrace:
Expected Behavior
OneTBB should not segfault and application should launch.
The text was updated successfully, but these errors were encountered: