Closed kflak closed 5 years ago
Additional info: seems the issue may be related to MIDI in some weird way. Before this I have been having a hard time connecting external MIDI devices using MIDIIn.connectAll. I've had to make several attempts at connecting before succeeding, which is not the case when connecting via scide or sclang directly.
yeah, MIDI can be flaky sadly. Maybe run something like patchage meanwhile to see what's happening to the JACK graph.
Also: Can you reproduce the crash using vim? -- https://sleepmap.de
Of course, after the latest reboot I can't manage to crash the thing even if I try hard ;-) Previously, though, vimi has also been affected. Once the crash has happened I haven't been able to launch sc through vim either. More details: :SClangStart causes a terminal window to pop up and immediately disappear, much in the same way as if I am already running an instance of sclang. After this I can't quit vim in the usual way (:qwa in this case), and I need to reboot to be able to do anything scvim-related. Is some environment variable or lockfile or something like that being set that I could clean out manually after a crash?
There will be a pid and pipe created in your /tmp
(or $XDG_RUNTIME_DIR
):
-rw-r--r-- 1 dave dave 6 Sep 29 12:04 sclangpipe_app-pid
prw-r--r-- 1 dave dave 0 Sep 29 12:04 sclang-pipe
Have you tried using :SClangstart
in vim when inside screen/tmux?
Hi,
Still haven't experienced this problem since I filed the issue, except for yesterday when I accidentally deleted ruby from my system. Reinstalling it fixed the issue... Other than that I have no idea what can cause this. I will let you know if it happens again!
Getting strange behavior from scvim. It's been working well so far, but now it fails completely. I can run my patches from scide and sclang on the command line, but trying to run it from nvim (and vim) fails. Output from journalctl -xe (excerpt) is this:
Running this on Arch linux
4.14.59-rt37-1-rt-lts
Any thoughts are much appreciated! Reboot usually solves it for a little while.