When you say <commit> you're giving the SHA hash for the commit? The full one, or an abbreviation? I have tried this, and I still don't get a crash.
Generally the short version, or a short version.
I'm using the Qt4 version of Beta 2. Is there anything about your system that you could tell us that might help?
It's more or less vanilla Ubuntu..
SlickEdit Pro 2023 (v28.0.0.2 64-bit Qt4)
Serial number: <I usually block this out.. does nobody care if I leave this in?>
License type: Beta License
License expiration: 2023-10-19 18:00:00
License file: /opt/slickedit-pro2023beta2/bin/slickedit.lic
Build Date: August 21, 2023
Emulation: Brief
OS: Linux
OS Version: Ubuntu 22.04.2 LTS
Kernel Level: 6.2.0-060200-generic
Build Version: #202302191831 SMP PREEMPT_DYNAMIC Sun Feb 19 23:37:22 UTC 2023
Processor Architecture: x86_64
X Server Vendor: The X.Org Foundation
Window Manager: GNOME Shell
Display manager: /usr/sbin/gdm3
Memory: 94% Load, 22788MB/24081MB Virtual
Shell Information: "/opt/slickedit-pro2023beta2/bin/secsh" -i
Screen Size: 1920 x 1080, 3840 x 2160, 3840 x 2160, 3840 x 2160
Project Type: Gnuc
Language: .json (JSON)
Encoding: UTF-8, no signature
Installation Directory: /opt/slickedit-pro2023beta2/
Configuration Directory: /home/stromme/.slickedit/28.0.0/
Migrated from: /home/stromme/.slickedit/26.0.3/
Spill File: /tmp/slkspill.stromme.2998666
One thing that may or may not be relevant - I wanted to create a single directory link to switch between versions of Slickedit when I install a new one, but sometimes I run into difficulties..
stromme@WORK:~$ ls -la ~/bin
total 44
drwxrwxr-x 2 stromme stromme 4096 Sep 7 10:43 .
drwxr-x--- 37 stromme stromme 4096 Sep 12 12:00 ..
lrwxrwxrwx 1 stromme stromme 13 Oct 27 2022 Grep -> /usr/bin/grep
lrwxrwxrwx 1 stromme stromme 23 Aug 10 16:56 old-slickedit-dir -> /opt/slickedit-pro2021/
lrwxrwxrwx 1 stromme stromme 28 Sep 6 15:52 slickedit-dir -> /opt/slickedit-pro2023beta2/
lrwxrwxrwx 1 stromme stromme 28 Sep 5 12:59 slickedit-dir.bak -> /opt/slickedit-pro2023beta2/
-rwxrwxr-x 1 stromme stromme 15 Jan 24 2023 ubuntu_version
lrwxrwxrwx 1 stromme stromme 34 Sep 5 12:59 vs -> ./slickedir-dir/bin/vs
lrwxrwxrwx 1 stromme stromme 24 Aug 10 16:56 vsdiff -> slickedit-dir/bin/vsdiff
-rwxr-xr-x 1 stromme stromme 38 Aug 10 2022 vs-git
lrwxrwxrwx 1 stromme stromme 25 Aug 10 16:56 vsmerge -> slickedit-dir/bin/vsmerge
I tried this, but ran into some issues where vs didn't want to start.
Then I tried replacing the link from vs to slickedit-dir to this script:
#!/bin/bash
$(dirname "$0")/slickedit-dir/bin/vs
but that didn't really work right either, so I gave up and just did this:
vs -> /opt/slickedit-pro2023beta2/bin/vs
Could these links be causing weird behavior?
The main behavior I want is to type "vs somefile" from any shell anywhere and have it open in my Slickedit instance.