https://kotlinlang.org logo
Title
j

jb

11/27/2017, 7:53 PM
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

olonho

11/27/2017, 8:30 PM
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

jb

11/27/2017, 8:45 PM
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

jb

11/28/2017, 3:19 PM