Could anyone get wasm32 compiling with Kotlin 1.3....
# kotlin-native
m
Could anyone get wasm32 compiling with Kotlin 1.3.50 on Linux? Just getting a JVM crash on
linkDebugExecutableWasm32
. Kotlin 1.3.41 is working fine.
d
What's the crash?
m
from gradle:
Copy code
> Task :linkDebugExecutableWasm32
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGBUS (0x7) at pc=0x00007fed39323c0f, pid=9944, tid=0x00007fed39505700
#
# JRE version: OpenJDK Runtime Environment (8.0_222-b10) (build 1.8.0_222-8u222-b10-1~deb9u1-b10)
# Java VM: OpenJDK 64-Bit Server VM (25.222-b10 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [ld-linux-x86-64.so.2+0x1bc0f]
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/molikuner/CLionProjects/wasmTest/hs_err_pid9944.log
#
# If you would like to submit a bug report, please visit:
#   <https://youtrack.jetbrains.com>
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

> Task :linkDebugExecutableWasm32 FAILED
d
m
Okay, thanks will do that.