So I was fiddling some code in jshell, but it started crashing when I pressed Tab.
int[] a = new int[]{1, 2, 5, 0, -1}
In my next statement, when I type A-r-r-a, then (Tab) to autocomplete to Array and get options, it crashes with
Error on input: java.io.IOException: Resource temporarily unavailable
Does anyone know how to fix this?
EDIT: I'm using Elementary OS Juno. It is a distro based on Ubuntu 18.04