compose-multiplatform icon indicating copy to clipboard operation
compose-multiplatform copied to clipboard

[codeviewer sample] The os does not support: 'Taskbar.setIconImage' (Linux)

Open JoseAlcerreca opened this issue 4 years ago • 6 comments

Crashes on first desktop run, android works fine:

# The os does not support: 'Taskbar.setIconImage'
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x0000000000000000, pid=1728767, tid=1728801
#
# JRE version: OpenJDK Runtime Environment (11.0.10+9) (build 11.0.10+9-post-Debian-1)

JoseAlcerreca avatar Mar 01 '21 15:03 JoseAlcerreca

Not enough info. We need OS and JDK version.

olonho avatar Mar 01 '21 15:03 olonho

Missed one line: # Java VM: OpenJDK 64-Bit Server VM (11.0.10+9-post-Debian-1, mixed mode, sharing, tiered, compressed oops, g1 gc, linux-amd64)

JoseAlcerreca avatar Mar 01 '21 15:03 JoseAlcerreca

Provide VM error log and code leading to crash. Please try another JDK as well.

olonho avatar Mar 01 '21 18:03 olonho

Message The os does not support: 'Taskbar.setIconImage' is normal for Linux distributions, so we need hs_err_pidXXXX.log file.

olonho avatar Mar 05 '21 07:03 olonho

https://pastebin.com/eW1YiK1J

Code leading to crash was simply the codeviewer sample

JoseAlcerreca avatar Mar 05 '21 12:03 JoseAlcerreca

Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.

okushnikov avatar Aug 26 '24 17:08 okushnikov