Crashing cause

Sysprogs forums Forums VisualGDB Crashing cause

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #25409
    aronrubin
    Participant

    I have figured out that with the option “Resolve template types” in advanced settings set to “true” I get segfaulting.

    #25410
    aronrubin
    Participant

    I was wrong. It is still crashing in my larger files with this:
    Unhandled exception at 0x00007FFBEB93B550 (CppEngineCore64.DLL) in CppEngineHost64.exe.25180.dmp: 0xC0000005: Access violation reading location 0x0000000000000000. occurred

    #25412
    support
    Keymaster

    It looks like some specific part of your code is triggering a bug in Clang (it fails to resolve an incomplete template). The easiest way to fix this would be if you could narrow it down to a specific combination of headers and send them to us along with the repro instructions. If this is not possible, we can send you a special diagnostic build of the Clang engine that will help us pinpoint and fix the problem based on the crash dump.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.