[llvm-bugs] [Bug 31539] New: Assertion failed: ParentSEHFn && "No CurSEHParent!" when using pre-compiled headers

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Jan 4 15:48:40 PST 2017


https://llvm.org/bugs/show_bug.cgi?id=31539

            Bug ID: 31539
           Summary: Assertion failed: ParentSEHFn && "No CurSEHParent!"
                    when using pre-compiled headers
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: tcosprojects at gmail.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

Created attachment 17802
  --> https://llvm.org/bugs/attachment.cgi?id=17802&action=edit
clang command line

When using the ASIO network library with clang nightly LLVM-vs2014 under visual
studio and using pre-compiled headers the compiler crashes with the following
error:

Assertion failed: ParentSEHFn && "No CurSEHParent!", file
D:\src\llvm_package_288665\llvm\tools\clang\lib\CodeGen\CGException.cpp, line
1632

1>clang-cl.exe : error : clang frontend command failed due to signal (use -v to
see invocation)
1>  clang version 4.0.0 (trunk)
1>  Target: i686-pc-windows-msvc
1>  Thread model: posix
1>  InstalledDir: C:\Program Files (x86)\LLVM\msbuild-bin

Attaching the crash dump, pre-processed source and command line args for clang.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170104/47214daa/attachment.html>


More information about the llvm-bugs mailing list