Closed DanielO closed 6 years ago
It crashes on Linux as well, but not all the time and therefore hard to debug
In this case I see.. (lldb) frame #4: 0x00000001000b83e5 OpenHantek`USBDevice::disconnectFromDevice(this=0x00000001036bbd20) at usbdevice.cpp:101 98 if (!this->handle) return; 99 100 // Release claimed interface -> 101 libusb_release_interface(this->handle, this->interface); 102 this->interface = -1; 103 104 // Close device handle (lldb) print this (USBDevice ) $0 = 0x00000001036bbd20 (lldb) print this->handle (libusb_device_handle ) $1 = 0x0000000103919e00 (lldb) print this->interface (int) $2 = 0
I get the following crash dump when exiting after connecting to a device