nathandunk / BetterSerialPlotter

A drop-in replacement for the arduino serial plotter
MIT License
159 stars 25 forks source link

Core dumped #15

Open DatanoiseTV opened 1 year ago

DatanoiseTV commented 1 year ago

The plotter crashes with a coredump when receiving too much datapoints.

BetterSerialPlotter: /home/X/dev-new/BetterSerialPlotter/build/_deps/mahi-gui-src/3rdparty/imgui/imgui.h:1672: T& ImVector<T>::operator[](int) [with T = ImVec2]: Assertion `i >= 0 && i < Size' failed.
Aborted (core dumped)
nathandunk commented 1 year ago

What platform are you on? Can you provide code that can be used to reproduce this error?

DatanoiseTV commented 1 year ago

Linux. Just send a few values as fast as possible via the serial port and it will crash after a certain amount of samples.

Jachdich commented 10 months ago

Can confirm, on linux mint