Bug 1426

Summary: Crashes when logging after wake
Product: PulseView Reporter: Christie Nel <christie.nel>
Component: PerformanceAssignee: Nobody <nobody>
Status: CONFIRMED ---    
Severity: normal CC: soeren
Priority: Normal    
Version: 0.5.0   
Target Milestone: ---   
Hardware: x86   
OS: Windows   

Description Christie Nel 2019-10-06 22:36:31 CEST
When I wake my PC after putting it to sleep and then trigger a run, I get a blank white popup and PulseView crashes at the same time.  I have to terminate and restart PulseView.  I am using an HCTEST035 device.
Comment 1 Soeren Apel 2019-10-06 22:51:29 CEST
Hello, the USB device you're connected to becomes unavailable when you make your PC sleep and when it wakes up, PV would need to reconnect to the device before being able to use it because the device handle became invalid. However, this is apparently not currently handled properly.

We'll see what we can do.