Skip to content
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 2015 crashing when editing typescript file while solution is running and a dynamic code file is open #11585

Closed
AJDray opened this issue Oct 13, 2016 · 5 comments
Assignees
Labels
Bug A bug in TypeScript Fixed A PR has been merged for this issue

Comments

@AJDray
Copy link

AJDray commented Oct 13, 2016

When my solution is running and I am editing a typescript file if a dynamic typescript file is open from a debugging session then when I save the typescript file I am editing then visual studio 2015 promptly crashes.

I usually avoid this issue by ensuring that dynamic Typescript files are closed.

I note a similar issue was closed sometime ago:
#1179

Full system details below:

Microsoft Visual Studio Enterprise 2015
Version 14.0.25424.00 Update 3
Microsoft .NET Framework
Version 4.6.01586

Installed Version: Enterprise

Architecture and Modeling Tools 00322-80000-00000-AA623
Microsoft Architecture and Modeling Tools

UML® and Unified Modeling Language™ are trademarks or registered trademarks of the Object Management Group, Inc. in the United States and other countries.

Visual Basic 2015 00322-80000-00000-AA623
Microsoft Visual Basic 2015

Visual C# 2015 00322-80000-00000-AA623
Microsoft Visual C# 2015

Visual C++ 2015 00322-80000-00000-AA623
Microsoft Visual C++ 2015

Visual F# 2015 00322-80000-00000-AA623
Microsoft Visual F# 2015

Windows Phone SDK 8.0 - ENU 00322-80000-00000-AA623
Windows Phone SDK 8.0 - ENU

Application Insights Tools for Visual Studio Package 7.8.00927.1
Application Insights Tools for Visual Studio

ASP.NET and Web Tools 2015 (RC1 Update 1) 14.1.20203.0
ASP.NET and Web Tools 2015 (RC1 Update 1)

ASP.NET Web Frameworks and Tools 2012.2 4.1.41102.0
For additional information, visit http://go.microsoft.com/fwlink/?LinkID=309563

ASP.NET Web Frameworks and Tools 2013 5.2.40314.0
For additional information, visit http://www.asp.net/

Azure App Service Tools v2.9 14.0.20316.0
Azure App Service Tools v2.9

Azure Data Lake Node 1.0
This package contains the Data Lake integration nodes for Server Explorer.

Azure Data Lake Tools for Visual Studio 2.0.6000.0
Microsoft Azure Data Lake Tools for Visual Studio

Color Theme Designer 1.0
Designer for creating new color themes

Common Azure Tools 1.8
Provides common services for use by Azure Mobile Services and Microsoft Azure Tools.

DataFactoryProject 1.0
Microsoft Data Factory Package

GitHub.VisualStudio 1.0
A Visual Studio Extension that brings the GitHub Flow into Visual Studio.

JavaScript Language Service 2.0
JavaScript Language Service

JavaScript Project System 2.0
JavaScript Project System

Microsoft Azure Data Factory Node Node 1.0
Azure Data Factory extension for Visual Studio Server Explorer.

Microsoft Azure HDInsight HQL Service 2.0.6000.0
Language service for Hive query

Microsoft Azure HDInsight Tools for Visual Studio 2.0.6000.0
An integrated development environment for HDInsight application development.

Microsoft Azure Mobile Services Tools 1.4
Microsoft Azure Mobile Services Tools

Microsoft Azure Tools 2.8
Microsoft Azure Tools for Microsoft Visual Studio 2015 - v2.8.40211.2

Microsoft Azure Tools 2.9
Microsoft Azure Tools for Microsoft Visual Studio 2015 - v2.9.40323.3

MySQL for Visual Studio 1.2.6
Data design and management tools for MySQL. Copyright © 2007-2015 Oracle, Inc.

NuGet Package Manager 3.4.4
NuGet Package Manager in Visual Studio. For more information about NuGet, visit http://docs.nuget.org/.

PHP Tools for Visual Studio 1.19.8776.2015
PHP Tools extend Visual Studio with a set of features to build PHP applications more efficiently. It makes code more readable, easier to navigate, and clean.

PreEmptive Analytics Visualizer 1.2
Microsoft Visual Studio extension to visualize aggregated summaries from the PreEmptive Analytics product.

Python Tools for Visual Studio 2.2.40623.00
Python Tools for Visual Studio provides IntelliSense, projects, templates, Interactive windows, and other support for Python developers.

Python Tools for Visual Studio - Django Integration 2.2.40623.00
Provides templates and integration for the Django web framework.

Python Tools for Visual Studio - Profiling Support 2.2.40623.00
Profiling support for Python projects.

SQL Server Data Tools 14.0.60519.0
Microsoft SQL Server Data Tools

ToolWindowHostedEditor 1.0
Hosting json editor into a tool window

TypeScript 1.8.35.0
TypeScript tools for Visual Studio

Visual Studio Tools for Apache Cordova Update 10
Visual Studio Tools for Apache Cordova

Visual Studio Tools for Universal Windows Apps 14.0.25420.01
The Visual Studio Tools for Universal Windows apps allow you to build a single universal app experience that can reach every device running Windows 10: phone, tablet, PC, and more. It includes the Microsoft Windows 10 Software Development Kit.

Web Compiler 1.11.319
Compiler for LESS, Sass and CoffeeScript files

Web Essentials 2015.3 3.0.235
Adds many useful features to Visual Studio for web developers. Requires Visual Studio 2015

Xamarin 4.1.1.3 (34a92cd)
Visual Studio extension to enable development for Xamarin.iOS and Xamarin.Android.

Xamarin.Android 6.1.1.1 (7db2aac)
Visual Studio extension to enable development for Xamarin.Android.

Xamarin.iOS 9.8.1.4 (3cf8aae)
Visual Studio extension to enable development for Xamarin.iOS.

@mhegazy
Copy link
Contributor

mhegazy commented Oct 13, 2016

Can you share a heap dump from the crash?

@mhegazy mhegazy added the Bug A bug in TypeScript label Oct 13, 2016
@mhegazy mhegazy added this to the TypeScript 2.0.6 milestone Oct 13, 2016
@vladima
Copy link
Contributor

vladima commented Oct 13, 2016

Can you post the most recent error entry from the Windows event log (eventvwr) with source ".NET Runtime"?

@sheetalkamat
Copy link
Member

I think I probably have fix for this but having crash dump to make sure its same issue would help. Can you take a dump by using procdump with command from admin developer command prompt as procdump -ma -e -x [Dump_Folder] devenv

@jarrydfillmore
Copy link

Nice

@mhegazy mhegazy added the Fixed A PR has been merged for this issue label Oct 18, 2016
@mhegazy mhegazy closed this as completed Oct 18, 2016
@AJDray
Copy link
Author

AJDray commented Oct 18, 2016

Just following up on this. I did try Procdump but it didn't seem to end up with the dynamic script problem. I then tried updating visual studio with the latest hotfix, promoting my version to:
14.0.25431.01 Update 3

I have not had a recurrence of this particular problem.

@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug A bug in TypeScript Fixed A PR has been merged for this issue
Projects
None yet
Development

No branches or pull requests

5 participants