[llvm-bugs] [Bug 25262] New: Clang-cl crashes with Forced Include

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Oct 20 09:36:59 PDT 2015


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

            Bug ID: 25262
           Summary: Clang-cl crashes with Forced Include
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: Driver
          Assignee: unassignedclangbugs at nondot.org
          Reporter: drivehappy at gmail.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

When compiling with clang-cl (64-bit r250698), and adding a Forced Include
option that includes a path with a space, clang-cl will crash.

clang-cl.exe /FI"C:\Program Files\blah.txt" anysourcefile.cpp

0x00007FF763772A66 (0x000000773C57DB20 0x00000077000124D9 0x00000000000124D9
0x000000773C33CB30)
0x00007FF76378930E (0x00000000000124D9 0x00000000000124D9 0x000000000000001A
0x000000000000001B)
0x00007FF763786C8C (0x0000007700000000 0x00000000000124D0 0x0000000000000000
0x0000000000000000)
0x00007FF7637852F6 (0x000000773C33D7A0 0x000000773C5F08C5 0x000000773C5ECAC0
0x000000773C5F0910)
0x00007FF76375A29B (0x0000007700000001 0x000000773C57A4D0 0x000000773C33D801
0x00007FF762DEF895)
0x00007FF763757290 (0x000000773C553020 0x000000773C553020 0x00007FF7642E3454
0x0000000000000005)
0x00007FF76376279D (0x0000007700000002 0x000000773C57A4D0 0x0000000000000000
0x0000000000000160)
0x00007FF762DECB07 (0x000000773C52D500 0x000000773C33DA00 0x000000773C52D5F0
0x0000000000000079)
0x00007FF76290E7FB (0x000000773C52D5F0 0x0000000000000000 0x0000000007000007
0x0000000000000090)
0x00007FF76388AA1C (0x000000773C52B6B0 0x000000773C52BA70 0x00007FF7645CEF20
0x0000000000000000)
0x00007FF76290E698 (0x0000000000000000 0x0000000000000001 0x000000773C540FC0
0x0000000000000000)
0x00007FF7628E6259 (0x000000773C54B130 0x000000773C52D5F0 0x000000773C33DCB9
0x000000773C54A7B0)
0x00007FF7629525AB (0x000000773C54A7B0 0x000000773C5298F0 0x000000773C526EE0
0x000000773C52B6B0)
0x00007FF76165D669 (0x0000000000000000 0x00007FF700000000 0x000074921400CAC7
0x000000773C33E460)
0x00007FF761659984 (0x0000000000000043 0x000000773C54B5B7 0x000000773C33E4B0
0x0000000000000010)
0x00007FF76165BB4E (0x0000000000000000 0x00007FF760A0C000 0x0000000000000001
0x00007FF760A0C000)
0x00007FF7637A1380 (0x0000000000000000 0x00007FF7637A13E8 0x0000000000000000
0x0000000000000000)
0x00007FFB563D2D92 (0x00007FFB563D2D70 0x0000000000000000 0x0000000000000000
0x0000000000000000), BaseThreadInitThunk() + 0x22 bytes(s)
0x00007FFB58AB9F64 (0x0000000000000000 0x0000000000000000 0x0000000000000000
0x0000000000000000), RtlUserThreadStart() + 0x34 bytes(s)
clang-cl.exe: error: clang frontend command failed due to signal (use -v to see
invocation)
clang version 3.8.0 (trunk)
Target: x86_64-pc-windows-msvc
Thread model: posix
InstalledDir: C:\Program Files\LLVM\bin

-- 
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/20151020/c0f5f56a/attachment.html>


More information about the llvm-bugs mailing list