Bug 354195 - MIDataListRegisterValues can be coalesced between different threads
Summary: MIDataListRegisterValues can be coalesced between different threads
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug-dsf-gdb (show other bugs)
Version: 8.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-08 18:44 EDT by Eugene Ostroukhov CLA
Modified: 2020-09-04 15:26 EDT (History)
2 users (show)

See Also:


Attachments
Proposed fix tested locally (1.71 KB, text/plain)
2011-08-08 18:44 EDT, Eugene Ostroukhov CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eugene Ostroukhov CLA 2011-08-08 18:44:41 EDT
Created attachment 201111 [details]
Proposed fix tested locally

If an IDE queries register values across several threads in a quick succession the commands may be coalesced into one and return values from arbitrary threads.

I do not have an easy way to reproduce this but hope the patch highlights the issue.