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
I believe this occurs when the first function declaration coincides with the start of the source file (1:1). MUSIC fails to identify the start of a new declaration during the check here, fails to initialize the return statement list here, and subsequently triggers a segmentation fault when modifying the last element of the empty return statement list here
The text was updated successfully, but these errors were encountered:
Applying MUSIC to program
results in segmentation fault.
I believe this occurs when the first function declaration coincides with the start of the source file (1:1). MUSIC fails to identify the start of a new declaration during the check here, fails to initialize the return statement list here, and subsequently triggers a segmentation fault when modifying the last element of the empty return statement list here
The text was updated successfully, but these errors were encountered: