nccgroup / BLESuite

BLESuite is a Python package that provides an easier way to test Bluetooth Low Energy (BLE) device
MIT License
176 stars 40 forks source link

Error in `python': double free or corruption (fasttop) #3

Open mm108 opened 6 years ago

mm108 commented 6 years ago

When I run the following python script, it throws an error

sudo python /opt/temp-pal/bleSuite-runner.py smartScan --addr 50:65:83:20:B7:E6
BTLE Smart Scan beginning
*** Error in `python': double free or corruption (fasttop): 0xb5702a00 ***
Aborted

Does anyone know what needs to be done to fix this? Thanks

mm108 commented 6 years ago

Does anyone bother to check this issue? Seems like a lot of people have faced the same issue.