-
Notifications
You must be signed in to change notification settings - Fork 357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NullReferenceException during Analysis #766
Comments
I'm looking into this, but still am unable to get a repo with the provided It also would be helpful to know what line |
Hi, Thanks for having another look! I've been trying to recreate the issue again this morning and am struggling to reproduce now as well. I'll keep on it and see what I can find. Thanks |
I checked in a potential fix, but please reopen this issue if you get a reliable repo or run into a similar problem. A new preview build with the fix should be coming out shortly. |
@mjbvz Unfortunately all of the developers on my team are still being plagued by this issue. Visual Studio is now crashing for all of us upwards of 10-15 times a day. Crashes during actual development(text editing) now seem rarer, however the commonality between the crashes now seems to be that they occur during Git operations such as merges, or branch switching. Can we reopen this issue and investigate further? I can provide any further information you require, please just let me know. |
A few questions for follow up:
As a mitigation for your team, you can try switching to use ES6 Intellisense preview. The full analyzer is a known source of instability. Side note: the git connection may mean this is also related to: #542 |
Thanks for reopening.
We are all using the full analyzer, will switch to the ES6 analyzer today and see how things go. Thanks for your help |
After a day of using ES6 Intellisense preview, I can say that unfortunately this does not help, but rather seems to shift the problem elsewhere. Now I do not experience the actual full crash of VS2015 but rather just an endless lock up when doing git operations forcing me to end the process manually. For now I have completely disabled intellisense and things seem to have improved. I'll speak to the other members of the team tomorrow and see how they have fared. Just as a thought - would using the Visual Studio 15 preview be worth a shot? |
Ok. Sad to hear that ES6 Preview Intellisense did not get you unblocked, but the issue you are running into with the hang sounds unrelated to the analyzer null dereference. Could you please open a separate bug to track this and we'll keep this issue focused on the analyzer NullReferenceException? Thanks. Back on the Analyzer null problem, I'm just going to go ahead and add a few more null checks to this routine because I have no clue what else to do at this point without a local repo. It's not clear what is null in this function or how it got into this unexpected state. |
Sure, no problem. I'll do some more investigation and see if I can get any logs or extra information for the ES6 preview issue before I log it up. Thanks again for your efforts to try and resolve this, eager to do as much as we can our end as well so just let me know if there's anything else we can provide. |
This is likely fixed by #926, and should be available in our latest dev build - http://github.com/Microsoft/nodejstools/releases |
Related issues: #753, #664
Hi,
Following on from the issues above, the original problem seems to have been fixed in the latest development build(3-22-2016), but has now been replaced with a different issue -
This occurs with the same package.json file as the one given in #664 and occurred the moment I turned intellisense back on for node.js projects to test if the fix for the original items had worked.
Thanks
The text was updated successfully, but these errors were encountered: