Quuxplusone / LLVMBugzillaTest

0 stars 0 forks source link

clang segfaults when trying to compile LLVM IR #39219

Open Quuxplusone opened 5 years ago

Quuxplusone commented 5 years ago
Bugzilla Link PR40247
Status REOPENED
Importance P normal
Reported by Max Steinberg (maxssteinberg@gmail.com)
Reported on 2019-01-07 09:46:32 -0800
Last modified on 2019-01-08 09:21:06 -0800
Version 7.0
Hardware PC Linux
CC llvm-bugs@lists.llvm.org, neeilans@live.com, richard-llvm@metafoo.co.uk
Fixed by commit(s)
Attachments CLANG_001 (54616 bytes, text/plain)
Blocks
Blocked by
See also
Created attachment 21302
Clang stack trace, source code, and clang invocation.

All details are in attached file.
Quuxplusone commented 5 years ago

Attached CLANG_001 (54616 bytes, text/plain): Clang stack trace, source code, and clang invocation.

Quuxplusone commented 5 years ago

[SOLVED]: I updated clang to the latest (7.0.1-svn348686-1~exp1~20190104180606.53) and it does not segfault any more.

Quuxplusone commented 5 years ago

I was mistaken. I reran the same invocation again, and it segfaulted again.