Bug 118 - Crash when using File>Connect to re-connect to the current device
Summary: Crash when using File>Connect to re-connect to the current device
Status: RESOLVED FIXED
Alias: None
Product: PulseView
Classification: Unclassified
Component: Other (show other bugs)
Version: unreleased development snapshot
Hardware: All All
: Normal normal
Target Milestone: PulseView 0.1.0
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 45
  Show dependency treegraph
 
Reported: 2013-05-01 11:55 CEST by Joel Holdsworth
Modified: 2013-05-02 12:24 CEST (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.