-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Visual Studio crashed in IncrementalAnalyzerProcessor opening Roslyn solution #18593
Comments
@CyrusNajmabadi can you take a peek at this, since @heejaechang is OOF right now. |
Is there a dump for this? |
Nope :( However, @Pilchie taught me how to fish, and in the future I'll get dumps automatically when we crash. |
Ping @jinujoseph @heejaechang I'm also hitting this locally. |
I ran into this again - this one is slightly different: Stack Trace
I have a dump, but it will take me an entire day to upload, so please tell if if you need it and I'll upload it. |
Still hitting this... |
I think @sharwell has been looking into this. |
refer #19019 |
I added explicit FailFast rather than Contract.False to get better dump. try use latest drop and let me know if it happens again. for now. not enough info to know why that situation has happened. |
I think I have a dump of this. I run into this a couple of times a week.
…Sent from my Windows 10 phone
From: Heejae Chang<mailto:notifications@github.com>
Sent: Friday, May 19, 2017 5:02 AM
To: dotnet/roslyn<mailto:roslyn@noreply.github.com>
Cc: David Kean<mailto:David.Kean@microsoft.com>; Author<mailto:author@noreply.github.com>
Subject: Re: [dotnet/roslyn] Visual Studio crashed in IncrementalAnalyzerProcessor opening Roslyn solution (#18593)
I added explicit FailFast rather than Contract.False to get better dump. try use latest drop and let me know if it happens again. for now. not enough info to know why that situation has happened.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fdotnet%2Froslyn%2Fissues%2F18593%23issuecomment-302510912&data=02%7C01%7CDavid.Kean%40microsoft.com%7C00626771c6e1413b1dce08d49e2079f4%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636307309700072516&sdata=TFqGmOsV5Apo708wmu6QYhSsW5%2Fq%2FmSGoxhgZQRKvCE%3D&reserved=0>, or mute the thread<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FABDYIuj0-IQvSQ7OnQ9h6SOGUpQaf5xIks5r7JW2gaJpZM4M5fzx&data=02%7C01%7CDavid.Kean%40microsoft.com%7C00626771c6e1413b1dce08d49e2079f4%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636307309700072516&sdata=f8zYQesGnRVs4TTx1rCPteZyi1Hgsn7NmOvjKb031Zw%3D&reserved=0>.
|
@davkean nice, can you give me the dump? |
@heejaechang Before I do that (it takes me an entire day to upload to internet speed) - will a dump with the existing code (without a FailFast) be good enough? |
no. that already lost context. I need a dump at the location where it is happening. |
Then my dump won't help. |
Moving to @heejaechang at this point. |
Build: VisualStudio.15.int.vsuwpt/15.2.0-Preview+26410.1.vsuwpt
Opened Roslyn, and was looking at source and VS crashed with the following:
The text was updated successfully, but these errors were encountered: