Bug 354315 - Request never completes if the application is already in the cache and is in valid state
Summary: Request never completes if the application is already in the cache and is in ...
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-09 19:33 EDT by Eugene Ostroukhov CLA
Modified: 2020-09-04 15:24 EDT (History)
2 users (show)

See Also:


Attachments
Proposed fix tested locally (1.36 KB, patch)
2011-08-09 19:33 EDT, Eugene Ostroukhov CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eugene Ostroukhov CLA 2011-08-09 19:33:27 EDT
Created attachment 201200 [details]
Proposed fix tested locally

I suppose this bug is only reproducible in our codebase - or it was pretty hard to nail down.

I can't really explain how to reproduce it... Hope the patch will make it clear. Essentially, if the MIVariableObject::fetchChildren call is made with the children already loaded, fetchChildren will never call "done" on a request monitor.