[Announcement][HW4] segmentation fault when instrumenting json parser #472
Closed
KihongHeo
announced in
Announcements
Replies: 2 comments
-
I am not instrumenting PHI nodes, but I am still getting this error: "PHI nodes not grouped at top of the basic block!". The only Opcode I'm looking at is SDiv. Does anyone know what could be the reason? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@BaurTokenov This issue also occurs with me. In my case, I have to specifically ignore PHI nodes as what we have done with debug in the previous assignment. You may want to use some function in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
There is a problem when your sanitizer instruments the json parser.
Please do the followings:
is_debug
toPHI
node.If you checkout after my fix, you will get the fixed
is_debug
code. For other students who have already checked out the code, please change the above by yourself.Beta Was this translation helpful? Give feedback.
All reactions