Hi,
Just updated to the recent dev build.
There seems to be a serious bug with the JavaScript language service which happens every few minutes on my machine I think is related to the javascript intellisense. I get a status message from VS saying that the JavaScript language service is busy processing my request, then the memory usage of VS over the next 10 seconds increases to consume all free memory, the PC locks up and becomes unstable. Occassionally Windows comes back to life long enough to kill the process but most of the time I have to reset the PC.
Problem occurs with both for VS 2013 Web express (which now works with the latest dev build), and VS2013 professional) with Update 1.
This is a serious bug and makes using VS for node development unworkable. I tried uninstalling the dev build and going back to the November alpha but unfortunately the problem remains. I tried repairing VS 2013 professional and reloading just the alpha but no change.
Previously I would get this message occasionally and VS would recover a couple of seconds.
Any fix? I can only think of re-installing Windows now :-(
In the Windows application log file I get these messages for VS2013 Express:
Faulting application name: VWDExpress.exe, version: 12.0.30110.0, time stamp: 0x52cfa049
Faulting module name: KERNELBASE.dll, version: 6.3.9600.16408, time stamp: 0x523d4548
Exception code: 0xe0434352
Fault offset: 0x00012eec
Faulting process id: 0x18c8
Faulting application start time: 0x01cf282c4bac6269
Faulting application path: C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\VWDExpress.exe
Faulting module path: C:\WINDOWS\SYSTEM32\KERNELBASE.dll
Report Id: 4d5f4993-9421-11e3-8270-bc5ff42bf9f0
Faulting package full name:
Faulting package-relative application ID:
For VS2013 Professional I get similar error messages:
Application: devenv.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.OutOfMemoryException
Stack:
at System.Windows.Media.Composition.DUCE+Channel.SyncFlush()
at System.Windows.Interop.HwndTarget.UpdateWindowSettings(Boolean, System.Nullable`1<ChannelSet>)
at System.Windows.Interop.HwndTarget.UpdateWindowPos(IntPtr)
at System.Windows.Interop.HwndTarget.HandleMessage(MS.Internal.Interop.WindowMessage, IntPtr, IntPtr)
at System.Windows.Interop.HwndSource.HwndTargetFilterMessage(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)
Faulting application name: devenv.exe, version: 12.0.30110.0, time stamp: 0x52cfb65a
Faulting module name: KERNELBASE.dll, version: 6.3.9600.16408, time stamp: 0x523d4548
Exception code: 0xe0434352
Fault offset: 0x00012eec
Faulting process id: 0x1f0
Faulting application start time: 0x01cf27639b4f0508
Faulting application path: C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe
Faulting module path: C:\WINDOWS\SYSTEM32\KERNELBASE.dll
Report Id: d5dbaf48-9369-11e3-826f-bc5ff42bf9f0
Faulting package full name:
Faulting package-relative application ID:
Comments: I posted a sample project under issue #874 (a sort of omnibus bug based on my negative review of the beta). This is easy to repro, and if anything, it's worse in the beta.
Just updated to the recent dev build.
There seems to be a serious bug with the JavaScript language service which happens every few minutes on my machine I think is related to the javascript intellisense. I get a status message from VS saying that the JavaScript language service is busy processing my request, then the memory usage of VS over the next 10 seconds increases to consume all free memory, the PC locks up and becomes unstable. Occassionally Windows comes back to life long enough to kill the process but most of the time I have to reset the PC.
Problem occurs with both for VS 2013 Web express (which now works with the latest dev build), and VS2013 professional) with Update 1.
This is a serious bug and makes using VS for node development unworkable. I tried uninstalling the dev build and going back to the November alpha but unfortunately the problem remains. I tried repairing VS 2013 professional and reloading just the alpha but no change.
Previously I would get this message occasionally and VS would recover a couple of seconds.
Any fix? I can only think of re-installing Windows now :-(
In the Windows application log file I get these messages for VS2013 Express:
Faulting application name: VWDExpress.exe, version: 12.0.30110.0, time stamp: 0x52cfa049
Faulting module name: KERNELBASE.dll, version: 6.3.9600.16408, time stamp: 0x523d4548
Exception code: 0xe0434352
Fault offset: 0x00012eec
Faulting process id: 0x18c8
Faulting application start time: 0x01cf282c4bac6269
Faulting application path: C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\VWDExpress.exe
Faulting module path: C:\WINDOWS\SYSTEM32\KERNELBASE.dll
Report Id: 4d5f4993-9421-11e3-8270-bc5ff42bf9f0
Faulting package full name:
Faulting package-relative application ID:
For VS2013 Professional I get similar error messages:
Application: devenv.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.OutOfMemoryException
Stack:
at System.Windows.Media.Composition.DUCE+Channel.SyncFlush()
at System.Windows.Interop.HwndTarget.UpdateWindowSettings(Boolean, System.Nullable`1<ChannelSet>)
at System.Windows.Interop.HwndTarget.UpdateWindowPos(IntPtr)
at System.Windows.Interop.HwndTarget.HandleMessage(MS.Internal.Interop.WindowMessage, IntPtr, IntPtr)
at System.Windows.Interop.HwndSource.HwndTargetFilterMessage(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)
Faulting application name: devenv.exe, version: 12.0.30110.0, time stamp: 0x52cfb65a
Faulting module name: KERNELBASE.dll, version: 6.3.9600.16408, time stamp: 0x523d4548
Exception code: 0xe0434352
Fault offset: 0x00012eec
Faulting process id: 0x1f0
Faulting application start time: 0x01cf27639b4f0508
Faulting application path: C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe
Faulting module path: C:\WINDOWS\SYSTEM32\KERNELBASE.dll
Report Id: d5dbaf48-9369-11e3-826f-bc5ff42bf9f0
Faulting package full name:
Faulting package-relative application ID:
Comments: I posted a sample project under issue #874 (a sort of omnibus bug based on my negative review of the beta). This is easy to repro, and if anything, it's worse in the beta.