[llvm-bugs] [Bug 40157] New: Crush
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Dec 26 00:24:59 PST 2018
https://bugs.llvm.org/show_bug.cgi?id=40157
Bug ID: 40157
Summary: Crush
Product: clang
Version: 7.0
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: C++14
Assignee: unassignedclangbugs at nondot.org
Reporter: mihail.shunko at gmail.com
CC: blitzrakete at gmail.com, erik.pilkington at gmail.com,
llvm-bugs at lists.llvm.org, richard-llvm at metafoo.co.uk
I'm trying to make a library exporting 1 function that performs a direct
Fourier transform, for this I use the library KFRLib, but when connecting the
header files of the library KFRLib, an error clang appears.
Windows 10 x64
LLVM 7.0.1 x64
Microsoft Visual Studio 2017 (used integration with LLVM is attached in the
archive)
Console log:
1>------ Build started: Project: MyKFRLib, Configuration: Debug Win32 ------
1>clang-cl.exe : warning : argument unused during compilation: '/ZI'
[-Wunused-command-line-argument]
1>clang-cl.exe : warning : argument unused during compilation: '/Gm-'
[-Wunused-command-line-argument]
1>Wrote crash dump file
"C:\Users\shunko\AppData\Local\Temp\clang-cl.exe-37a06d.dmp"
1>0x00007FF6F2C07E5B (0x00004D3595205FCC 0x00007FF600000000 0x00000232D83CFED0
0x00000232DE6886B0)
1>0x00007FF6F2C183B2 (0x0000008A9478DE18 0x0000000000000000 0x00000232D83CFEC0
0x00000232DA0BB350)
1>0x00007FF6F2C15466 (0x0000008A9478DEB0 0x0000008A9478DEB0 0x0000000000000000
0x0000000000000000)
1>0x00007FF6F2BE97A4 (0x00000232D83AF830 0x0000008A9478DEB0 0x00000232D843BEF0
0x0000000000000000)
1>0x00007FF6F224D45C (0x0000000000000004 0x00007FFC00000000 0x0000023200000002
0x00000232D8383230)
1>0x00007FF6F2AD4C34 (0x0000000000000000 0x0000000000000000 0x00000232D83AE320
0x00000232D838B910)
1>0x00007FF6F222431D (0x0000008A9478DFA8 0x00007FFCAB130428 0x0000000000000000
0x00007FF6F227C719)
1>0x00007FF6F21E8CC7 (0x0000008A9478E101 0x0000000000000000 0x0000000000000000
0x00000232D83AF3B0)
1>0x00007FF6F227D37C (0x00000232D8340000 0x0000023200800003 0x0000000000001000
0x0000000000001010)
1>0x00007FF6F0886E28 (0x0000000000000000 0x0000000000000000 0x0000008A9478EA90
0x0000008A9478E840)
1>0x00007FF6F0884317 (0x0000000000000000 0x0000000000000000 0x0000000000000000
0x0000000000000000)
1>0x00007FF6F372A7E8 (0x0000000000000000 0x0000000000000000 0x0000000000000000
0x0000000000000000)
1>0x00007FFCAACB3034 (0x0000000000000000 0x0000000000000000 0x0000000000000000
0x0000000000000000), BaseThreadInitThunk() + 0x14 bytes(s)
1>0x00007FFCAB191461 (0x0000000000000000 0x0000000000000000 0x0000000000000000
0x0000000000000000), RtlUserThreadStart() + 0x21 bytes(s)
1>clang-cl.exe : error : clang frontend command failed due to signal (use -v to
see invocation)
1>clang version 7.0.1 (tags/RELEASE_701/final)
1>Target: i386-pc-windows-msvc
1>Thread model: posix
1>InstalledDir: C:\Program Files\LLVM\bin
1>clang-cl.exe: note: diagnostic msg: PLEASE submit a bug report to
https://bugs.llvm.org/ and include the crash backtrace, preprocessed source,
and associated run script.
1>clang-cl.exe: note: diagnostic msg:
1>********************
1>
1>PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
1>Preprocessed source(s) and associated run script(s) are located at:
1>clang-cl.exe: note: diagnostic msg:
C:\Users\shunko\AppData\Local\Temp\stdafx-a0225b.cpp
1>clang-cl.exe: note: diagnostic msg:
C:\Users\shunko\AppData\Local\Temp\stdafx-a0225b.sh
1>clang-cl.exe: note: diagnostic msg:
1>
1>********************
1>Done building project "MyKFRLib.vcxproj" -- FAILED.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
--
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/20181226/a49e7afc/attachment-0001.html>
More information about the llvm-bugs
mailing list