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
Looks like this bug causes the database to receive bad parameters too: instead of returning the expected result of 1, it returns 0. That is because it doesn't receive the string provided but something else, however I can't output what that something else is, because of the memory bounds violation.
Describe the bug
When running this test, this line causes no issue, but this line causes a runtime memory access error. I believe this is a compiler bug.
Reproduction Steps
Expected Behavior
Both println should output the same string
Current Behavior
second println causes runtime memory access error
Possible Solution
No response
Additional Information/Context
Looks like this bug causes the database to receive bad parameters too: instead of returning the expected result of 1, it returns 0. That is because it doesn't receive the string provided but something else, however I can't output what that something else is, because of the memory bounds violation.
V version
V 0.5.0 cab281f
Environment details (OS name and version, etc.)
Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.