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

some question about MTA #1501

Open
yxscc opened this issue Jul 14, 2024 · 1 comment
Open

some question about MTA #1501

yxscc opened this issue Jul 14, 2024 · 1 comment

Comments

@yxscc
Copy link

yxscc commented Jul 14, 2024

I apologize for the disturbance. I encountered an error while testing memcached, specifically when using the MTA. The error message is as follows:
mta: /home/SVF/svf/lib/Graphs/ICFG.cpp:246: SVF::CallICFGNode* SVF::ICFG::getCallICFGNode(const SVF::SVFInstruction*): Assertion `SVFUtil::isNonInstricCallSite(inst) && "associating an intrinsic debug instruction with an ICFGNode!"' failed.

This error consistently occurs when I use MTA, but other tools do not trigger it. I would like to understand what might be causing this issue and whether it can be avoided.

I am using Clang and LLVM version 16.0, and my compilation commands are as follows:

CC="wllvm -O0 -Xclang -disable-O0-optnone -g -save-temps=obj -fno-discard-value-names -w" CXX="wllvm++ -O0 -Xclang -disable-O0-optnone -g -save-temps=obj -fno-discard-value-names -w" ./configure
make
extract-bc ./memcached

I appreciate any insights or advice you might have regarding this matter.

@yuleisui
Copy link
Collaborator

Can you attach your bc?

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

2 participants