Bug 118

Summary: Crash when using File>Connect to re-connect to the current device
Product: PulseView Reporter: Joel Holdsworth <joel>
Component: OtherAssignee: Nobody <nobody>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unreleased development snapshot   
Target Milestone: PulseView 0.1.0   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 45    

Description Joel Holdsworth 2013-05-01 11:55:30 CEST
This is caused by pv::DeviceManager releasing the sdi, but not removing it from the pv::SigSession first. When the user selects the new device, pv::SigSession tries to close the old device - but this sdi is already cleared; an invalid pointer.