Skip to content
This repository has been archived by the owner on Jun 16, 2019. It is now read-only.

Segfault in ExpressionUse::setUse(Expression*) #19

Open
surovic opened this issue Mar 28, 2018 · 0 comments
Open

Segfault in ExpressionUse::setUse(Expression*) #19

surovic opened this issue Mar 28, 2018 · 0 comments
Labels
bug Something isn't working

Comments

@surovic
Copy link

surovic commented Mar 28, 2018

When trying to generate pseudocode from a clang compiled IR module (with --module-in and -nooptimize) the AST generation pass in the backend dies due to, what I assume to be, an illegal write on expression->firstUse = this; in fcd/ast/expression_use.cpp.

The crash was produced using the following module.
miniz.zip

@surovic surovic added the bug Something isn't working label Mar 28, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant