antonycourtney / tad

A desktop application for viewing and analyzing tabular data
http://tadviewer.com
MIT License
3.19k stars 119 forks source link

Crash after Drag & Drop Columns in Sort Box #145

Open hadisfr opened 4 years ago

hadisfr commented 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.