Advertisement
rgordey

Untitled

Feb 3rd, 2016
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.05 KB | None | 0 0
  1.  
  2. Microsoft (R) Windows Debugger Version 10.0.10586.567 X86
  3. Copyright (c) Microsoft Corporation. All rights reserved.
  4.  
  5.  
  6. Loading Dump File [C:\Users\xxxxxx.XXX\AppData\Local\CrashDumps\devenv.exe.157636.dmp]
  7. User Mini Dump File: Only registers, stack and portions of memory are available
  8.  
  9. Symbol search path is: srv*
  10. Executable search path is:
  11. Windows 10 Version 10586 MP (4 procs) Free x86 compatible
  12. Product: WinNt, suite: SingleUserTS
  13. Built by: 10.0.10586.0 (th2_release.151029-1700)
  14. Machine Name:
  15. Debug session time: Wed Feb 3 11:28:20.000 2016 (UTC - 6:00)
  16. System Uptime: not available
  17. Process Uptime: 0 days 0:01:12.000
  18. ................................................................
  19. ................................................................
  20. ................................................................
  21. ................................................................
  22. ................................................................
  23. ................................................................
  24. ...................
  25. Loading unloaded module list
  26. ..............
  27. This dump file has an exception of interest stored in it.
  28. The stored exception information can be accessed via .ecxr.
  29. (267c4.25984): Stack overflow - code c00000fd (first/second chance not available)
  30. eax=2c88edcc ebx=00099112 ecx=2c88edd4 edx=00dd50f8 esi=2c88edcc edi=00000001
  31. eip=7172b760 esp=00099000 ebp=0009925c iopl=0 nv up ei ng nz na po cy
  32. cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00010283
  33. MSVCR120_CLR0400!memcpy:
  34. 7172b760 57 push edi
  35. 0:000> .symfix+ c:\symbols
  36. 0:000> .reload
  37. ................................................................
  38. ................................................................
  39. ................................................................
  40. ................................................................
  41. ................................................................
  42. ................................................................
  43. ...................
  44. Loading unloaded module list
  45. ..............
  46. 0:000> !analyze -v
  47. *******************************************************************************
  48. * *
  49. * Exception Analysis *
  50. * *
  51. *******************************************************************************
  52.  
  53. *** WARNING: Unable to verify checksum for Microsoft.VisualStudio.LanguageServices.Implementation.ni.dll
  54. *** ERROR: Module load completed but symbols could not be loaded for Microsoft.VisualStudio.LanguageServices.Implementation.ni.dll
  55. *** WARNING: Unable to verify checksum for EnvDTE80.ni.dll
  56. *** ERROR: Module load completed but symbols could not be loaded for EnvDTE80.ni.dll
  57. *** WARNING: Unable to verify checksum for Microsoft.VSDesigner.ni.dll
  58. *** WARNING: Unable to verify checksum for System.Windows.Forms.ni.dll
  59. *** WARNING: Unable to verify checksum for System.Core.ni.dll
  60. *** WARNING: Unable to verify checksum for System.ni.dll
  61. *** WARNING: Unable to verify checksum for Microsoft.CodeAnalysis.ni.dll
  62. *** ERROR: Module load completed but symbols could not be loaded for Microsoft.CodeAnalysis.ni.dll
  63. *** WARNING: Unable to verify checksum for WindowsBase.ni.dll
  64. *** WARNING: Unable to verify checksum for Microsoft.VisualStudio.Shell.14.0.ni.dll
  65. *** WARNING: Unable to verify checksum for System.Management.ni.dll
  66. *** WARNING: Unable to verify checksum for System.Management.Automation.ni.dll
  67. *** WARNING: Unable to verify checksum for Microsoft.VisualStudio.LanguageServices.ni.dll
  68. *** ERROR: Module load completed but symbols could not be loaded for Microsoft.VisualStudio.LanguageServices.ni.dll
  69. *** WARNING: Unable to verify checksum for Microsoft.CodeAnalysis.Features.ni.dll
  70. *** ERROR: Module load completed but symbols could not be loaded for Microsoft.CodeAnalysis.Features.ni.dll
  71. *** ERROR: Symbol file could not be found. Defaulted to export symbols for libleveldb.dll -
  72. *** WARNING: Unable to verify checksum for Microsoft.Build.ni.dll
  73.  
  74. DUMP_CLASS: 2
  75.  
  76. DUMP_QUALIFIER: 400
  77.  
  78. CONTEXT: (.ecxr)
  79. eax=2c88edcc ebx=00099112 ecx=2c88edd4 edx=00dd50f8 esi=2c88edcc edi=00000001
  80. eip=7172b760 esp=00099000 ebp=0009925c iopl=0 nv up ei ng nz na po cy
  81. cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00010283
  82. MSVCR120_CLR0400!memcpy:
  83. 7172b760 57 push edi
  84. Resetting default scope
  85.  
  86. FAULTING_IP:
  87. Microsoft_VisualStudio_LanguageServices_Implementation_ni+419fe
  88. 269419fe eba6 jmp Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419a6 (269419a6)
  89.  
  90. EXCEPTION_RECORD: (.exr -1)
  91. ExceptionAddress: 7172b760 (MSVCR120_CLR0400!memcpy)
  92. ExceptionCode: c00000fd (Stack overflow)
  93. ExceptionFlags: 00000001
  94. NumberParameters: 2
  95. Parameter[0]: 00000001
  96. Parameter[1]: 00098ffc
  97.  
  98. DEFAULT_BUCKET_ID: STACK_OVERFLOW_NOSOS
  99.  
  100. PROCESS_NAME: devenv.exe
  101.  
  102. ERROR_CODE: (NTSTATUS) 0xc00000fd - A new guard page for the stack cannot be created.
  103.  
  104. EXCEPTION_CODE: (NTSTATUS) 0xc00000fd - A new guard page for the stack cannot be created.
  105.  
  106. EXCEPTION_CODE_STR: c00000fd
  107.  
  108. EXCEPTION_PARAMETER1: 00000001
  109.  
  110. EXCEPTION_PARAMETER2: 00098ffc
  111.  
  112. RECURRING_STACK: From frames 0x2 to 0x3
  113.  
  114. WATSON_BKT_PROCSTAMP: 564ea97e
  115.  
  116. WATSON_BKT_PROCVER: 14.0.24720.0
  117.  
  118. PROCESS_VER_PRODUCT: Microsoft® Visual Studio® 2015
  119.  
  120. WATSON_BKT_MODULE: MSVCR120_CLR0400.dll
  121.  
  122. WATSON_BKT_MODSTAMP: 5525ef9d
  123.  
  124. WATSON_BKT_MODOFFSET: 6b760
  125.  
  126. WATSON_BKT_MODVER: 12.0.52512.0
  127.  
  128. MODULE_VER_PRODUCT: Microsoft® Visual Studio® 2013
  129.  
  130. BUILD_VERSION_STRING: 10.0.10586.0 (th2_release.151029-1700)
  131.  
  132. MODLIST_WITH_TSCHKSUM_HASH: 24ef32aa783a342349155f69608710d483998ef9
  133.  
  134. MODLIST_SHA1_HASH: 229b401c25d9f81c19b331eb85c4c8d05ede787d
  135.  
  136. NTGLOBALFLAG: 0
  137.  
  138. APPLICATION_VERIFIER_FLAGS: 0
  139.  
  140. DUMP_FLAGS: 94
  141.  
  142. DUMP_TYPE: 1
  143.  
  144. APP: devenv.exe
  145.  
  146. MISSING_CLR_SYMBOL: 0
  147.  
  148. ANALYSIS_SESSION_HOST: RANDY-WIN8
  149.  
  150. ANALYSIS_SESSION_TIME: 02-03-2016 12:04:16.0110
  151.  
  152. ANALYSIS_VERSION: 10.0.10586.567 x86fre
  153.  
  154. MANAGED_CODE: 1
  155.  
  156. MANAGED_ENGINE_MODULE: clr
  157.  
  158. MANAGED_ANALYSIS_PROVIDER: SOS
  159.  
  160. MANAGED_THREAD_ID: 25984
  161.  
  162. THREAD_ATTRIBUTES:
  163. OS_LOCALE: ENU
  164.  
  165. PROBLEM_CLASSES:
  166.  
  167.  
  168.  
  169. STACK_OVERFLOW
  170. Tid [0x0]
  171. Frame [0x00]
  172.  
  173.  
  174.  
  175. NOSOS
  176. Tid [0x25984]
  177. Failure Bucketing
  178.  
  179.  
  180. BUGCHECK_STR: STACK_OVERFLOW_NOSOS
  181.  
  182. LAST_CONTROL_TRANSFER: from 70741ca9 to 7172b760
  183.  
  184. STACK_TEXT:
  185. 0009925c 70741ca9 02bc5a68 dd69c29a 2c88ed3c MSVCR120_CLR0400!memcpy
  186. 000993fc 6f934caa 02bc59e4 00000001 2c1c6a74 clr!COMNumber::FormatInt32+0x1b7
  187. 00099410 2699a268 399ec02c 2c88ecdc 399ec02c mscorlib_ni+0x354caa
  188. WARNING: Stack unwind information not available. Following frames may be wrong.
  189. 00099424 269419fe 2c88ec3c 2c1c6a74 2c88ec3c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a268
  190. 00099438 2699a2a2 00000000 2c88ebdc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  191. 0009944c 269419fe 2c88eb3c 2c1c6a74 2c88eb3c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  192. 00099460 2699a2a2 00000000 2c88eadc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  193. 00099474 269419fe 2c88ea3c 2c1c6a74 2c88ea3c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  194. 00099488 2699a2a2 00000000 2c88e9dc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  195. 0009949c 269419fe 2c88e93c 2c1c6a74 2c88e93c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  196. 000994b0 2699a2a2 00000000 2c88e8dc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  197. 000994c4 269419fe 2c88e83c 2c1c6a74 2c88e83c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  198. 000994d8 2699a2a2 00000000 2c88e7dc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  199. 000994ec 269419fe 2c88e73c 2c1c6a74 2c88e73c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  200. 00099500 2699a2a2 00000000 2c88e6dc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  201. 00099514 269419fe 2c88e63c 2c1c6a74 2c88e63c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  202. 00099528 2699a2a2 00000000 2c88e5dc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  203. 0009953c 269419fe 2c88e53c 2c1c6a74 2c88e53c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  204. 00099550 2699a2a2 00000000 2c88e4dc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  205. 00099564 269419fe 2c88e43c 2c1c6a74 2c88e43c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  206. 00099578 2699a2a2 00000000 2c88e3dc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  207. 0009958c 269419fe 2c88e33c 2c1c6a74 2c88e33c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  208. 000995a0 2699a2a2 00000000 2c88e2dc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  209. 000995b4 269419fe 2c88e23c 2c1c6a74 2c88e23c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  210. 000995c8 2699a2a2 00000000 2c88e1dc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  211. 000995dc 269419fe 2c88e13c 2c1c6a74 2c88e13c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  212. 000995f0 2699a2a2 00000000 2c88e0dc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  213. 00099604 269419fe 2c88e03c 2c1c6a74 2c88e03c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  214. 00099618 2699a2a2 00000000 2c88dfdc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  215. 0009962c 269419fe 2c88df3c 2c1c6a74 2c88df3c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  216. 00099640 2699a2a2 00000000 2c88dedc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  217. 00099654 269419fe 2c88de3c 2c1c6a74 2c88de3c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  218. 00099668 2699a2a2 00000000 2c88dddc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  219. 0009967c 269419fe 2c88dd3c 2c1c6a74 2c88dd3c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  220. 00099690 2699a2a2 00000000 2c88dcdc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  221. 000996a4 269419fe 2c88dc3c 2c1c6a74 2c88dc3c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  222. 000996b8 2699a2a2 00000000 2c88dbdc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  223. 000996cc 269419fe 2c88db3c 2c1c6a74 2c88db3c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  224. 000996e0 2699a2a2 00000000 2c88dadc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  225. 000996f4 269419fe 2c88da3c 2c1c6a74 2c88da3c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  226. 00099708 2699a2a2 00000000 2c88d9dc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  227. 0009971c 269419fe 2c88d93c 2c1c6a74 2c88d93c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  228. 00099730 2699a2a2 00000000 2c88d8dc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  229. 00099744 269419fe 2c88d83c 2c1c6a74 2c88d83c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  230. 00099758 2699a2a2 00000000 2c88d7dc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  231. 0009976c 269419fe 2c88d73c 2c1c6a74 2c88d73c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  232. 00099780 2699a2a2 00000000 2c88d6dc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  233. 00099794 269419fe 2c88d63c 2c1c6a74 2c88d63c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  234. 000997a8 2699a2a2 00000000 2c88d5dc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  235. 000997bc 269419fe 2c88d53c 2c1c6a74 2c88d53c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  236. 000997d0 2699a2a2 00000000 2c88d4dc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  237. 000997e4 269419fe 2c88d43c 2c1c6a74 2c88d43c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  238. 000997f8 2699a2a2 00000000 2c88d3dc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  239. 0009980c 269419fe 2c88d33c 2c1c6a74 2c88d33c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  240. 00099820 2699a2a2 00000000 2c88d2dc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  241. 00099834 269419fe 2c88d23c 2c1c6a74 2c88d23c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  242. 00099848 2699a2a2 00000000 2c88d1dc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  243. 0009985c 269419fe 2c88d13c 2c1c6a74 2c88d13c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  244. 00099870 2699a2a2 00000000 2c88d0dc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  245. 00099884 269419fe 2c88d03c 2c1c6a74 2c88d03c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  246. 00099898 2699a2a2 00000000 2c88cfdc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  247. 000998ac 269419fe 2c88cf3c 2c1c6a74 2c88cf3c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  248. 000998c0 2699a2a2 00000000 2c88cedc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  249. 000998d4 269419fe 2c88ce3c 2c1c6a74 2c88ce3c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  250. 000998e8 2699a2a2 00000000 2c88cddc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  251. 000998fc 269419fe 2c88cd3c 2c1c6a74 2c88cd3c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  252. 00099910 2699a2a2 00000000 2c88ccdc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  253. 00099924 269419fe 2c88cc3c 2c1c6a74 2c88cc3c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  254. 00099938 2699a2a2 00000000 2c88cbdc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  255. 0009994c 269419fe 2c88cb3c 2c1c6a74 2c88cb3c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  256. 00099960 2699a2a2 00000000 2c88cadc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  257. 00099974 269419fe 2c88ca3c 2c1c6a74 2c88ca3c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  258. 00099988 2699a2a2 00000000 2c88c9dc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  259. 0009999c 269419fe 2c88c93c 2c1c6a74 2c88c93c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  260. 000999b0 2699a2a2 00000000 2c88c8dc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  261. 000999c4 269419fe 2c88c83c 2c1c6a74 2c88c83c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  262. 000999d8 2699a2a2 00000000 2c88c7dc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  263. 000999ec 269419fe 2c88c73c 2c1c6a74 2c88c73c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  264. 00099a00 2699a2a2 00000000 2c88c6dc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  265. 00099a14 269419fe 2c88c63c 2c1c6a74 2c88c63c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  266. 00099a28 2699a2a2 00000000 2c88c5dc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  267. 00099a3c 269419fe 2c88c53c 2c1c6a74 2c88c53c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  268. 00099a50 2699a2a2 00000000 2c88c4dc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  269. 00099a64 269419fe 2c88c43c 2c1c6a74 2c88c43c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  270. 00099a78 2699a2a2 00000000 2c88c3dc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  271. 00099a8c 269419fe 2c88c33c 2c1c6a74 2c88c33c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  272. 00099aa0 2699a2a2 00000000 2c88c2dc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  273. 00099ab4 269419fe 2c88c23c 2c1c6a74 2c88c23c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  274. 00099ac8 2699a2a2 00000000 2c88c1dc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  275. 00099adc 269419fe 2c88c13c 2c1c6a74 2c88c13c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  276. 00099af0 2699a2a2 00000000 2c88c0dc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  277. 00099b04 269419fe 2c88c03c 2c1c6a74 2c88c03c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  278. 00099b18 2699a2a2 00000000 2c88bfdc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  279. 00099b2c 269419fe 2c88bf3c 2c1c6a74 2c88bf3c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  280. 00099b40 2699a2a2 00000000 2c88bedc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  281. 00099b54 269419fe 2c88be3c 2c1c6a74 2c88be3c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  282. 00099b68 2699a2a2 00000000 2c88bddc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  283. 00099b7c 269419fe 2c88bd3c 2c1c6a74 2c88bd3c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  284. 00099b90 2699a2a2 00000000 2c88bcdc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  285. 00099ba4 269419fe 2c88bc3c 2c1c6a74 2c88bc3c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  286. 00099bb8 2699a2a2 00000000 2c88bbdc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  287. 00099bcc 269419fe 2c88bb3c 2c1c6a74 2c88bb3c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  288. 00099be0 2699a2a2 00000000 2c88badc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  289. 00099bf4 269419fe 2c88ba3c 2c1c6a74 2c88ba3c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  290. 00099c08 2699a2a2 00000000 2c88b9dc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  291. 00099c1c 269419fe 2c88b93c 2c1c6a74 2c88b93c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  292. 00099c30 2699a2a2 00000000 2c88b8dc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  293. 00099c44 269419fe 2c88b83c 2c1c6a74 2c88b83c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  294. 00099c58 2699a2a2 00000000 2c88b7dc 399ec02c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419fe
  295. 00099c6c 269419fe 2c88b73c 2c1c6a74 2c88b73c Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x9a2a2
  296.  
  297. THREAD_SHA1_HASH_MOD_FUNC: e142095f1fa28cbb2d8a9fdd59777c7a43709282
  298.  
  299. THREAD_SHA1_HASH_MOD_FUNC_OFFSET: 2e4e69296e2865261aa2a58d2af18fac6ab3f08a
  300.  
  301. THREAD_SHA1_HASH_MOD: 9f4191ddc65893d48c534084d7aa6c1ecfeb2739
  302.  
  303. FOLLOWUP_IP:
  304. Microsoft_VisualStudio_LanguageServices_Implementation_ni+419fe
  305. 269419fe eba6 jmp Microsoft_VisualStudio_LanguageServices_Implementation_ni+0x419a6 (269419a6)
  306.  
  307. FAULT_INSTR_CODE: 8b55a6eb
  308.  
  309. SYMBOL_STACK_INDEX: 4
  310.  
  311. SYMBOL_NAME: microsoft_visualstudio_languageservices_implementation_ni+419fe
  312.  
  313. FOLLOWUP_NAME: MachineOwner
  314.  
  315. MODULE_NAME: Microsoft_VisualStudio_LanguageServices_Implementation_ni
  316.  
  317. IMAGE_NAME: Microsoft.VisualStudio.LanguageServices.Implementation.ni.dll
  318.  
  319. DEBUG_FLR_IMAGE_TIMESTAMP: 5661f91f
  320.  
  321. STACK_COMMAND: .ecxr ; kb
  322.  
  323. BUCKET_ID: STACK_OVERFLOW_NOSOS_microsoft_visualstudio_languageservices_implementation_ni+419fe
  324.  
  325. PRIMARY_PROBLEM_CLASS: STACK_OVERFLOW_NOSOS_microsoft_visualstudio_languageservices_implementation_ni+419fe
  326.  
  327. BUCKET_ID_OFFSET: 419fe
  328.  
  329. BUCKET_ID_MODULE_STR: Microsoft_VisualStudio_LanguageServices_Implementation_ni
  330.  
  331. BUCKET_ID_MODTIMEDATESTAMP: 5661f91f
  332.  
  333. BUCKET_ID_MODCHECKSUM: 0
  334.  
  335. BUCKET_ID_MODVER_STR: 1.1.0.51204
  336.  
  337. BUCKET_ID_PREFIX_STR: STACK_OVERFLOW_NOSOS_
  338.  
  339. FAILURE_PROBLEM_CLASS: STACK_OVERFLOW_NOSOS
  340.  
  341. FAILURE_EXCEPTION_CODE: c00000fd
  342.  
  343. FAILURE_IMAGE_NAME: Microsoft.VisualStudio.LanguageServices.Implementation.ni.dll
  344.  
  345. FAILURE_FUNCTION_NAME: Unknown
  346.  
  347. BUCKET_ID_FUNCTION_STR: Unknown
  348.  
  349. FAILURE_SYMBOL_NAME: Microsoft.VisualStudio.LanguageServices.Implementation.ni.dll!Unknown
  350.  
  351. FAILURE_BUCKET_ID: STACK_OVERFLOW_NOSOS_c00000fd_Microsoft.VisualStudio.LanguageServices.Implementation.ni.dll!Unknown
  352.  
  353. WATSON_STAGEONE_URL: http://watson.microsoft.com/StageOne/devenv.exe/14.0.24720.0/564ea97e/MSVCR120_CLR0400.dll/12.0.52512.0/5525ef9d/c00000fd/0006b760.htm?Retriage=1
  354.  
  355. TARGET_TIME: 2016-02-03T17:28:20.000Z
  356.  
  357. OSBUILD: 10586
  358.  
  359. OSSERVICEPACK: 0
  360.  
  361. SERVICEPACK_NUMBER: 0
  362.  
  363. OS_REVISION: 0
  364.  
  365. SUITE_MASK: 256
  366.  
  367. PRODUCT_TYPE: 1
  368.  
  369. OSPLATFORM_TYPE: x86
  370.  
  371. OSNAME: Windows 10
  372.  
  373. OSEDITION: Windows 10 WinNt SingleUserTS
  374.  
  375. USER_LCID: 0
  376.  
  377. OSBUILD_TIMESTAMP: 2015-10-29 21:46:21
  378.  
  379. BUILDDATESTAMP_STR: 151029-1700
  380.  
  381. BUILDLAB_STR: th2_release
  382.  
  383. BUILDOSVER_STR: 10.0.10586.0
  384.  
  385. ANALYSIS_SESSION_ELAPSED_TIME: a402d
  386.  
  387. ANALYSIS_SOURCE: UM
  388.  
  389. FAILURE_ID_HASH_STRING: um:stack_overflow_nosos_c00000fd_microsoft.visualstudio.languageservices.implementation.ni.dll!unknown
  390.  
  391. FAILURE_ID_HASH: {6efd50c5-e5b8-42d3-bf19-f49847dfc5e0}
  392.  
  393. Followup: MachineOwner
  394. ---------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement