[Issue 8596] Indeterministic assertion failure in rehash
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Nov 21 09:27:13 PST 2013
https://d.puremagic.com/issues/show_bug.cgi?id=8596
--- Comment #30 from Yiannis Tsirikoglou <yiannos_tgu at yahoo.gr> 2013-11-21 09:27:05 PST ---
I don't know if that helps but i also get this with rdmd.
I use dub --rdmd --v.
Undefined symbols for architecture x86_64:
"_D4vibe8internal4meta6traits12__ModuleInfoZ", referenced from:
_D4vibe8internal4meta3uda12__ModuleInfoZ in 3717175639-gigdive-develop.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
--- errorlevel 1
Error: Build command failed with exit code 1
Full exception: object.Exception at source/dub/generators/rdmd.d(92): Build
command failed with exit code 1
----------------
5 dub 0x00000001093b2437 pure @safe bool
std.exception.enforce!(bool).enforce(bool, lazy const(char)[],
immutable(char)[], ulong) + 107
6 dub 0x000000010937220f void
dub.generators.rdmd.RdmdGenerator.generateProject(dub.generators.generator.GeneratorSettings)
+ 2155
7 dub 0x000000010933ea6c void
dub.dub.Dub.generateProject(immutable(char)[],
dub.generators.generator.GeneratorSettings) + 160
8 dub 0x0000000109332f55 _Dmain + 6773
9 dub 0x00000001094171b1 void
rt.dmain2._d_run_main(int, char**, extern (C) int
function(char[][])*).runAll().void __lambda1() + 33
10 dub 0x00000001094170fd void
rt.dmain2._d_run_main(int, char**, extern (C) int
function(char[][])*).tryExec(scope void delegate()) + 45
11 dub 0x000000010941715d void
rt.dmain2._d_run_main(int, char**, extern (C) int function(char[][])*).runAll()
+ 45
12 dub 0x00000001094170fd void
rt.dmain2._d_run_main(int, char**, extern (C) int
function(char[][])*).tryExec(scope void delegate()) + 45
13 dub 0x0000000109417079 _d_run_main + 449
14 dub 0x0000000109333162 main + 34
15 libdyld.dylib 0x00007fff8b3197e1 start + 0
16 ??? 0x0000000000000003 0x0 + 3
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list