Open matusf opened 3 years ago
Sounds like the driver for Ambit 3 can cause this in some case. Unfortunately I don't have that hardware so cannot take a look myself. If you can reproduce it, it would be good to run Openambit with https://valgrind.org/ to get a stacktrace when invalid access or free is done.
Hi, I compiled the openambit with
cmake
(from master), launched it and started synchronization. After a while the app crashed with following logs:When I tried to relaunch it, it crashed with these logs:
Then I unplugged the watch and relaunched the app again and it started normally.
I run Ubuntu 20.04 with
x86_64
architecture and the watch is a Ambit 3 Peak. I'm happy to provide more information if needed.