![]() | Blog |
![]() | Releases |
Visual Studio 2013 crash... | |
---|---|
Date: 9/2/2017 Tags: vs2013 | This is just awesome:![]() The trace is something like this: > clr.dll!DontCallDirectlyForceStackOverflow(void) Unknown clr.dll!CLRVectoredExceptionHandler(struct _EXCEPTION_POINTERS *) Unknown clr.dll!CLRVectoredExceptionHandlerShim(struct _EXCEPTION_POINTERS *) Unknown ntdll.dll!RtlpCallVectoredHandlers() Unknown ntdll.dll!RtlDispatchException() Unknown ntdll.dll!_KiUserExceptionDispatcher@8() Unknown clr.dll!DontCallDirectlyForceStackOverflow(void) Unknown clr.dll!CLRVectoredExceptionHandler(struct _EXCEPTION_POINTERS *) Unknown clr.dll!CLRVectoredExceptionHandlerShim(struct _EXCEPTION_POINTERS *) Unknown ntdll.dll!RtlpCallVectoredHandlers() Unknown ntdll.dll!RtlDispatchException() Unknown ntdll.dll!_KiUserExceptionDispatcher@8() Unknown clr.dll!DontCallDirectlyForceStackOverflow(void) Unknown clr.dll!CLRVectoredExceptionHandler(struct _EXCEPTION_POINTERS *) Unknown clr.dll!CLRVectoredExceptionHandlerShim(struct _EXCEPTION_POINTERS *) Unknown ntdll.dll!RtlpCallVectoredHandlers() Unknown ntdll.dll!RtlDispatchException() Unknown ntdll.dll!_KiUserExceptionDispatcher@8() Unknown cpfe.dll!_corresp_init() Unknown ntdll.dll!ExecuteHandler@20() Unknown ntdll.dll!_KiUserExceptionDispatcher@8() Unknown cpfe.dll!_corresp_init() Unknown ntdll.dll!ExecuteHandler@20() Unknown ....repeated a lot.... ntdll.dll!_KiUserExceptionDispatcher@8() Unknown cpfe.dll!_corresp_init() Unknown ntdll.dll!ExecuteHandler@20() Unknown ntdll.dll!_KiUserExceptionDispatcher@8() Unknown cpfe.dll!_corresp_init() Unknown ntdll.dll!ExecuteHandler@20() Unknown ntdll.dll!_KiUserExceptionDispatcher@8() Unknown KernelBase.dll!_RaiseException@16() Unknown [External Code] cpfe.dll!scout_parser::class_def_or_decl(struct a_source_point const &,struct a_type_specification &) Unknown cpfe.dll!scout_parser::tag_type_def_or_decl(struct a_source_point const &,struct a_type_specification &) Unknown cpfe.dll!scout_parser::type_specifier(struct a_type_specification &) Unknown cpfe.dll!scout_parser::type_specifiers(struct a_type_specification &) Unknown cpfe.dll!scout_parser::simple_declaration(struct a_type_specification &,class antlr::TokenRefCount I want to see if any one else is getting this... |
(2) Comments | Add Comment | |