Community
Participate
Working Groups
Build Identifier: I20110613-1736 Projects that contain virtual folders crash when you attempt to run the debugger. It appears to be the same problem that was reported here: http://www.eclipse.org/forums/index.php/m/652159/ And might be related to bug 33518 https://bugs.eclipse.org/bugs/show_bug.cgi?id=335180 Reproducible: Always Steps to Reproduce: 1. Create C++ Hello World Project 2. Create virtual folder 3. Run debugger (gdb)
Can you post the NPE stack dump?
Created attachment 207160 [details] Log file with stack dump
I attached the log file which I believe contains the stack dump you are looking for. If not let me know. Also I meant to say might be related to bug 335180, I missed a zero on accident.
I don't think 8.1 is the correct version for this bug. The NPE protection was added in 7.0 (https://bugs.eclipse.org/bugs/show_bug.cgi?id=314303). In 8.0 the the step that calls CSourcelookup.setSourceLookupPath() was completely removed from FinalLaunchSequence (https://bugs.eclipse.org/bugs/show_bug.cgi?id=225805). https://bugs.eclipse.org/bugs/show_bug.cgi?id=335180 refers the CDI session and is not related to DSF/GDB. Marc, should we close this?
(In reply to Mikhail Khodjaiants from comment #4) > Marc, should we close this? +1
I changed the version to the latest before the issues was fixed (6.1).