[llvm-bugs] [Bug 50016] New: clang crashes when invoked with full path

via llvm-bugs llvm-bugs at lists.llvm.org
Sat Apr 17 22:04:53 PDT 2021


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

            Bug ID: 50016
           Summary: clang crashes when invoked with full path
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Driver
          Assignee: unassignedclangbugs at nondot.org
          Reporter: martins.mozeiko at gmail.com
                CC: llvm-bugs at lists.llvm.org, neeilans at live.com,
                    richard-llvm at metafoo.co.uk

Running clang v12 with "C:\Program Files\LLVM\bin\"clang.exe command line
crashes it. The location of quotes are important. It produces following output:

PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash
backtrace, preprocessed source, and associated run script.
Stack dump:
0.

Running it with "C:\Program Files\LLVM\bin\clang.exe" command line works.

Running other executables with "C:\path\to\"executable.exe works fine on my
Windows.

-- 
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/20210418/790c834c/attachment.html>


More information about the llvm-bugs mailing list