dbeaver: DBeaver crash randomly new version 6.2.2.201910061950

Just downloaded latest version, and it crashes randomly (ctrl+s, click on table …)

In log file, I have : hs_err_pid1036.log

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffb939eab68, pid=1036, tid=34156
#
# JRE version: Java(TM) SE Runtime Environment (11.0.3+12) (build 11.0.3+12-LTS)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (11.0.3+12-LTS, mixed mode, tiered, compressed oops, g1 gc, windows-amd64)
# Problematic frame:
# C  [MSCTF.dll+0x2ab68]
#
# No core dump will be written. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 26 (11 by maintainers)

Commits related to this issue

Most upvoted comments

@shivan @jkeruzec @Talaren @mbaniasad

I’ve built EA version with fix (https://dbeaver.io/files/ea/) Could you test it?

same problem here. random crashing. to reproduce: press f7 to have the detail view add a new record in a table (ctrl+alt+insrt) try to move around in the columns of the new records for editing. CRASH.

windows 10 pro 1903

in sh_err_pid file: EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffec21f5ca8, pid=12180, tid=2260

@serge-rider yes, that solves the problem. It does not crash anymore. Retried with recovering jre, which crashes again then.

So the bundled Java 11 is the problem? 😃