Open hadisfr opened 4 years ago
In Ubuntu 19.10, after trying to drag & drop columns in sort box (under additional properties) to reorder sort key columns, application crashed without any log.
Probably related to https://github.com/electron/electron/issues/12820.
The failure could be avoided by redirecting stdout somewhere (tad -f --show-queries my_file.csv > /tmp/tad), as https://github.com/electron/electron/issues/12820#issuecomment-435217683 mentioned.
tad -f --show-queries my_file.csv > /tmp/tad
In Ubuntu 19.10, after trying to drag & drop columns in sort box (under additional properties) to reorder sort key columns, application crashed without any log.
Probably related to https://github.com/electron/electron/issues/12820.
The failure could be avoided by redirecting stdout somewhere (
tad -f --show-queries my_file.csv > /tmp/tad
), as https://github.com/electron/electron/issues/12820#issuecomment-435217683 mentioned.