Bug 526319 - Shared libraries cannot be select any more in debug configuration [regression]
Summary: Shared libraries cannot be select any more in debug configuration [regression]
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug (show other bugs)
Version: 9.3.2   Edit
Hardware: PC Linux
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: cdt-debug-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 522521
  Show dependency tree
 
Reported: 2017-10-20 11:16 EDT by jonathan ponroy CLA
Modified: 2021-10-07 03:33 EDT (History)
3 users (show)

See Also:


Attachments
regression between neon 3 and oxygen 1a (145.68 KB, image/png)
2017-10-20 11:16 EDT, jonathan ponroy CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description jonathan ponroy CLA 2017-10-20 11:16:46 EDT
Created attachment 271123 [details]
regression between neon 3 and oxygen 1a

Hi guys,

i encountered this regression between Eclipse Neon 3 -CDT 9.2.1 and Eclispe Oxygen 1a - CDT 9.3.2

Shared libraries cannot be select any more in debug configuration (see attached picture). 

I add this issue blocks Bug 522521 : In a debug configuration, shared libraries paths are not taken into account
Comment 1 Nobody - feel free to take it CLA 2017-10-20 18:26:10 EDT
I tried with master and it works fine. Just added a system directory (/lib64) to the list of directories and pressed the "Select From List" button. Anything specific in your setup? Any exceptions in the log?
Comment 2 jonathan ponroy CLA 2017-10-23 09:02:10 EDT
I tested to add the same system directory of you ( /lib64) and no libraries are displayed. I tested /lib directory and same result. 
Error log views don't display any exceptions. 
One information more regarding my system configuration : 
I'm working on Red hat Enterprise Linux Workstation 6.9 ( Santagion ) with kernel 2.6.32-696.10.3.EL6.x86_64, Gnome 2.28.2.
My JVM is :
openjdk version "1.8.0_144"
OpenJDK Runtime Environment (build 1.8.0_144-b01)
OpenJDK 64-Bit Server VM (build 25.144-b01, mixed mode)

From my point of view, nothing specific in my setup even if i can do a mistake.
Comment 3 jonathan ponroy CLA 2021-10-07 03:33:20 EDT
When rebuilding the workspace from scratch, the libraries browsing rework again. I don't know which configuration can involve this issue.