Bug 224868 - sysutils/daa2iso: clang 6 crashes during build
Summary: sysutils/daa2iso: clang 6 crashes during build
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dimitry Andric
URL:
Keywords: toolchain
Depends on:
Blocks: 224669
  Show dependency treegraph
 
Reported: 2018-01-03 16:03 UTC by Jan Beich
Modified: 2018-01-17 21:05 UTC (History)
1 user (show)

See Also:


Attachments
daa2iso.c (compressed, preprocessed) (32.68 KB, application/x-xz)
2018-01-03 16:03 UTC, Jan Beich
no flags Details
command line args (for clang 6.0) (1.45 KB, text/plain)
2018-01-03 16:03 UTC, Jan Beich
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Beich freebsd_committer freebsd_triage 2018-01-03 16:03:14 UTC
Created attachment 189370 [details]
daa2iso.c (compressed, preprocessed)

cc daa2iso.c -O2 -pipe  -fstack-protector -fno-strict-aliasing -O2 -s -o daa2iso LzmaDec.o tinflate.o
[...]
Assertion failed: (!hasVectorValue(Key, Part) && "Vector value already set for part"), function setVectorValue, file /poudriere/jails/projects/clang600-import-amd64/usr/src/contrib/llvm/lib/Transforms/Vectorize/VPlan.h, line 167.
cc: error: unable to execute command: Abort trap
cc: error: clang frontend command failed due to signal (use -v to see invocation)
FreeBSD clang version 6.0.0 (trunk 321545) (based on LLVM 6.0.0svn)
Target: x86_64-unknown-freebsd12.0
Thread model: posix
InstalledDir: /usr/bin

http://package18.nyi.freebsd.org/data/headamd64PR224669-default/2018-01-02_08h32m49s/logs/errors/daa2iso-0.1.7e_1.log
Comment 1 Jan Beich freebsd_committer freebsd_triage 2018-01-03 16:03:37 UTC
Created attachment 189371 [details]
command line args (for clang 6.0)
Comment 2 Dimitry Andric freebsd_committer freebsd_triage 2018-01-04 22:09:21 UTC
Likely upstream bug: https://bugs.llvm.org/show_bug.cgi?id=35773