dbeaver / dbeaver

Free universal database tool and SQL client
https://dbeaver.io
Apache License 2.0
38.37k stars 3.32k forks source link

[Mac] SIGSEGV Crash to desktop when pressing Cmd-Z in Note in diagram #34322

Open Phillipus opened 3 weeks ago

Phillipus commented 3 weeks ago

Description

Crash to desktop when pressing Cmd-Z (Undo) in a Note in a diagram.

DBeaver Version

Community Edition 24.1.0

Operating System

macOS Ventura 13.6.7 (Silicon)

Database and driver

Any, it doesn't matter.

Steps to reproduce

  1. Start DBeaver fresh
  2. Open an ER diagram
  3. Add a Note from the palette
  4. Click on the Note, edit the text, and then click somewhere else to complete the text edit
  5. Click on the Note again to edit the text, but this time press Cmd-Z
  6. Crash to desktop

Additional context

This can be traced to Eclipse SWT, see https://github.com/eclipse-platform/eclipse.platform.swt/issues/1273. Perhaps devs here could help to fix that?

E1izabeth commented 3 weeks ago

Thank you for report and investigation