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 when using fprintf(stderr, ...) #64

Open
bifbof opened this issue Nov 18, 2024 · 0 comments
Open

Segfault when using fprintf(stderr, ...) #64

bifbof opened this issue Nov 18, 2024 · 0 comments

Comments

@bifbof
Copy link

bifbof commented Nov 18, 2024

Code Sample

// file fail.c
#include <stdio.h>
int main(void)
{
    fprintf(stderr, "Unsupported.\n");
    return 0;
}

Problem description
If I run this with ./genmc fail.c I reach a segfault.

The version:
GenMC v0.10.2 (commit #e2a7f1f)
Built with LLVM 18.1.3 (RelWithDebInfo)

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