[Bug 216835] games/vavoom: utils/vcc crashes with clang 4.0 on amd64
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Feb 5 20:42:17 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216835
Bug ID: 216835
Summary: games/vavoom: utils/vcc crashes with clang 4.0 on
amd64
Product: Ports & Packages
Version: Latest
Hardware: amd64
OS: Any
Status: New
Keywords: needs-patch
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: bar at FreeBSD.org
Reporter: jbeich at FreeBSD.org
Blocks: 216008
Assignee: bar at FreeBSD.org
Flags: maintainer-feedback?(bar at FreeBSD.org)
[ 94%] Generating ../../basev/common/progs/engine.dat
cd /wrkdirs/usr/ports/games/vavoom/work/vavoom-1.33/progs/common && mkdir -p
/wrkdirs/usr/ports/games/vavoom/work/vavoom-1.33/basev/common/progs
cd /wrkdirs/usr/ports/games/vavoom/work/vavoom-1.33/progs/common &&
../../utils/vcc/../bin/vcc
-P/wrkdirs/usr/ports/games/vavoom/work/vavoom-1.33/basev/common/progs
/wrkdirs/usr/ports/games/vavoom/work/vavoom-1.33/progs/common/engine/classes.vc
/wrkdirs/usr/ports/games/vavoom/work/vavoom-1.33/basev/common/progs/engine.dat
*** Signal 10
(lldb) r
Process 32871 launching
Process 32871 launched: '../../utils/vcc/../bin/vcc' (x86_64)
Process 32871 stopped
* thread #1, stop reason = signal SIGBUS: hardware error
frame #0: vcc`VLexer::PushSource(this=0x000000000069aed0,
Loc=0x000000000069b204, FileName=0x000000000069aec0) at vc_lexer.cpp:265
262 return;
263 }
264
-> 265 VSourceFile* NewSrc = new VSourceFile();
266 NewSrc->Next = Src;
267 Src = NewSrc;
268
(lldb) bt
* thread #1, stop reason = signal SIGBUS: hardware error
* frame #0: vcc`VLexer::PushSource(this=0x000000000069aed0,
Loc=0x000000000069b204, FileName=0x000000000069aec0) at vc_lexer.cpp:265
frame #1: vcc`VLexer::OpenSource(this=0x000000000069aed0,
FileName=0x000000000069aec0) at vc_lexer.cpp:224
frame #2: vcc`main(argc=4, argv=0x00007fffffffea60) at vcc.cpp:103
frame #3: 0x000000000040179f vcc`_start + 383
(lldb) fr v
(VLexer *) this = 0x000000000069aed0
(TLocation &) Loc = 0x000000000069b204 (Loc = 0)
(const VStr &) FileName = 0x000000000069aec0 (Str =
"/wrkdirs/usr/ports/games/vavoom/work/vavoom-1.33/progs/common/engine/classes.vc")
(VFileReader *) Strm = 0x0000000801a31528
(VLexer::VSourceFile *) NewSrc = 0x0000000000000000
(const char *) PathEnd = 0x0000000000000000
(int) FileSize = 0
http://package18.nyi.freebsd.org/data/headamd64PR216008-default/2017-02-04_06h47m47s/logs/errors/vavoom-1.33_10.log
Referenced Bugs:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216008
[Bug 216008] [exp-run] Update llvm/clang/compiler-rt/libc++/lld/lldb in base to
4.0.0
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list