all, I'm looping through a loop and reading a vari...
# kotlin-native
j
all, I'm looping through a loop and reading a variable value which doesn't change in the loop. Getting "*** Error in `./HelloWorld.kexe': free(): invalid next size (fast): 0x0000000002521930 ***"
o
without any code snippets it's pretty hard to make any conclusion, and generally better approach would be minimize testcase and report issue in https://github.com/JetBrains/kotlin-native/issues
j
Nikolay: yeah, I have a snippet which reproduces it, but only when reading a certain sensitive file 😞
trying to create a test case with non-sensitive data
j