And now the compiler keeps crashing. Not sure what...
# kotlin-native
s
And now the compiler keeps crashing. Not sure what's causing it though.
g
Maybe you could share error message
s
Sure, let me run it again and I'll share the message
n
Which host OS are you using?
s
Linux, kernel version 4.19.1
The compiler crash also happens on GitLab CI.
n
What is the Linux distro (Linux Mint, Ubuntu, Debian etc)?
s
Solus, latest updates (it's a curated rolling distro). Although it also seems to happen with GitLab, which is almost definitely not Solus.
https://gitlab.com/serebit/logkat/-/jobs/122080780 is the log for the last compiler crash on GitLab CI. Feel free to clone the repo and see if it happens on your end as well.
n
Keep in mind that Kotlin Native has been tested by JB on Ubuntu (officially supported). Kotlin Native also works on Linux Mint, Arch, and should also work on any Ubuntu based distro (in theory).
o
It doesn’t look like distro-dependent. More like some code causes internal machinery to fail. Could you please submit a bug report with a repro?
s
I assume I have to delve deeper than just "this project fails to build" and link the code?
o
If you can minimize it, that would be awesome! But if not, just sharing the whole project would do, if you can.
s
I'll see if I can minimize it first, but if not, I'll just link the whole project in the report. Thanks for the help! Once I make the report I'll link it here.
👍 2
Okay, I have no idea what it is. I replaced every single method and value with stubs, and the build still fails.
n
Can confirm the same issue occurs on Linux Mint 17. Have you tried building the project with Kotlin 1.3.10 instead of 1.3.0?
s
That was one of the first things I tried, and it had the same result.