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

Segfault for unkown CPUs #58

Open
termi-official opened this issue Apr 5, 2024 · 0 comments
Open

Segfault for unkown CPUs #58

termi-official opened this issue Apr 5, 2024 · 0 comments

Comments

@termi-official
Copy link

When likwid fails to identify the CPU it returns an only partially initialized cpu info stuct. However during topology resolution (here

unsafe_string(ci.name),
unsafe_string(ci.short_name),
) it is assumed that the strings for name and short_name are initialized.

Reproducible on master for likwid and LIKWID.jl, as well as for both latest releases.

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