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) Unknown
cpfe.dll!scout_parser::property_or_event_or_simple_declaration(struct a_type_specification &,class antlr::TokenRefCount) Unknown
cpfe.dll!scout_parser::general_declaration(struct a_type_specification &,class antlr::TokenRefCount) Unknown
cpfe.dll!scout_parser::general_declaration_with_error_recovery(struct a_type_specification &,class antlr::TokenRefCount) Unknown
cpfe.dll!scout_parser::declaration(struct a_type_specification &,class antlr::TokenRefCount) Unknown
cpfe.dll!scout_parser::declarations(void) Unknown
cpfe.dll!scout_parser::translation_unit(void) Unknown
cpfe.dll!_run_scout_parser() Unknown
cpfe.dll!_corresp_init() Unknown
cpfe.dll!_compute_il_prefix_size() Unknown
cpfe.dll!_edg_main() Unknown
cpfe.dll!_corresp_init() Unknown
cpfe.dll!tag_parse(int,unsigned short const * *,unsigned short const *,bool,struct IEdgeSnapshotSession *,class a_scout_parser_interface *) Unknown
vcpkg.dll!CExtStore::TagParseHelper(struct HBase,unsigned short const *,struct IEdgeSnapshotSession *,unsigned short const * * const,int,enum FileType) Unknown
vcpkg.dll!CExtStore::TagParseCpp(struct HBase,unsigned short const *,struct IEdgeSnapshotSession *,unsigned short const * * const,int) Unknown
vcpkg.dll!CCppParser::Parse(struct HBase,unsigned short const *,struct IEdgeSnapshotSession *,unsigned short const * * const,int,class CSharedPtr >) Unknown
vcpkg.dll!CPopulateWorkItem::Work(void) Unknown
vcpkg.dll!CWorkItem::InvokeWork(unsigned int) Unknown
vcpkg.dll!CWorkQueue::Work(bool,unsigned int,unsigned int) Unknown
vcpkg.dll!CWorkerThread::Work(void) Unknown
vcpkg.dll!CWorkerThread::Work(void *) Unknown
kernel32.dll!@BaseThreadInitThunk@12() Unknown
ntdll.dll!__RtlUserThreadStart() Unknown
ntdll.dll!__RtlUserThreadStart@8() Unknown
I want to see if any one else is getting this...
|