| Summary: | [Pin&Clone] ServiceRegistration returns null pointer | ||
|---|---|---|---|
| Product: | [Tools] CDT | Reporter: | Patrick Chuong <pchuong> |
| Component: | cdt-debug-dsf | Assignee: | Project Inbox <cdt-debug-dsf-inbox> |
| Status: | NEW --- | QA Contact: | Jonah Graham <jonah> |
| Severity: | normal | ||
| Priority: | P3 | CC: | cdtdoug, marc.khouzam |
| Version: | 8.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Patrick Chuong
(In reply to comment #0) > During the initializatoin Job for the pin ViewIDCounterManager, calling > IViewReference#getView(true) result in a nullpointer exception. Note that the NPE does not happen when we call IViewReference#getView(true) but will eventually happen when we terminate a DSF-GDB launch. (In reply to comment #1) > (In reply to comment #0) > > During the initializatoin Job for the pin ViewIDCounterManager, calling > > IViewReference#getView(true) result in a nullpointer exception. > Note that the NPE does not happen when we call IViewReference#getView(true) but > will eventually happen when we terminate a DSF-GDB launch. I still can't reproduce this NPE, I am able to terminate the session without issue. I am wondering whether this is related to linux or not. I'll need to setup my linux VM and give it a try. (In reply to comment #2) > (In reply to comment #1) > > (In reply to comment #0) > > > During the initializatoin Job for the pin ViewIDCounterManager, calling > > > IViewReference#getView(true) result in a nullpointer exception. > > Note that the NPE does not happen when we call IViewReference#getView(true) but > > will eventually happen when we terminate a DSF-GDB launch. > > I still can't reproduce this NPE, I am able to terminate the session without > issue. I am wondering whether this is related to linux or not. I'll need to > setup my linux VM and give it a try. For me (on Linux) it happens all the time. I can try it on Windows tonight. |