# HG changeset patch # User Hasan Yavuz Ă–ZDERYA # Date 2016-08-08 16:45:58 # Node ID ff7f6b61787a126ed3c111d9adee2a54253a973a # Parent ab860a9caaa2d746961cddce317621ed3b95a7ac added known issue note about crash problem on Qt 5.5 diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -85,6 +85,13 @@ https://bitbucket.org/hyOzd/serialplot/d You can also build with QtCreator IDE using `serialplot.pro` file. ## Known Issues +- On Ubuntu 16.04 / Linux Mint 18, removing USB serial device while it + is open in SerialPlot, causes application to go into a nasty loop + and eventually it crashes. This is a bug of Qt 5.5. I have uploaded + a patched version of the problematic `libqt5serialport5` package to + launchpad ppa. If you install SerialPlot from there, you shouldn't + have any problems. + - Port error 13 happens when closing. This is a Qt issue. It's known to not happen with Qt 5.4.1 . Not fatal.