You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is likely caused by the stack frames created and destroyed over the course of a subroutine messing with the stack offsets of the arguments being passed into printf, which are extremely finicky.
The text was updated successfully, but these errors were encountered:
When calling a function within a call to
printf
, we get a segmentation fault during the running of the generated assembly.Minimum reproducible example:
This is likely caused by the stack frames created and destroyed over the course of a subroutine messing with the stack offsets of the arguments being passed into
printf
, which are extremely finicky.The text was updated successfully, but these errors were encountered: