Bug 538775 - [Indexer] C++ Indexer failure when adding new project after nested projects were deleted
Summary: [Indexer] C++ Indexer failure when adding new project after nested projects w...
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 9.5.0   Edit
Hardware: PC All
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-07 05:17 EDT by Robert Bycul CLA
Modified: 2020-09-04 15:23 EDT (History)
0 users

See Also:


Attachments
Error log and the reproduction procedure video (2.52 MB, application/zip)
2018-09-07 05:17 EDT, Robert Bycul CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Bycul CLA 2018-09-07 05:17:31 EDT
Created attachment 275737 [details]
Error log and the reproduction procedure video

Reproduction:

1. Create a new workspace.
2. Create a new C++ Hello World project (CDT feature) and name it "first".
3. Create another C++ Hello World project (CDT feature) located inside of the "first" project. Project location:  <workspace>/first/second.
4. Build both projects (the "Build Project" context menu).
5. Delete the "first" project checking the "delete its contents on disk" check-box.
6. Observe both projects ("first" and "second") deleted.
7. Repeat the steps 2. and 3.
An Indexer internal error should occur as presented in the attached log and video.

Please check the video for the above procedure shown.