Skip to content

Instantly share code, notes, and snippets.

@dnadlinger
Created June 30, 2014 20:54
Show Gist options
  • Select an option

  • Save dnadlinger/4d011734fea9b191d327 to your computer and use it in GitHub Desktop.

Select an option

Save dnadlinger/4d011734fea9b191d327 to your computer and use it in GitHub Desktop.
/home/aule/Build/Source/ldc/runtime/druntime/src/object_.d(202): Error: class object.TypeInfo base Object is forward referenced
/home/aule/Build/Source/ldc/runtime/druntime/src/object_.d(204): Error: function object.TypeInfo.toString does not override any function, did you mean to override 'object.Object.toString'?
0 ldc2 0x000000000149a442 llvm::sys::PrintStackTrace(_IO_FILE*) + 50
1 ldc2 0x0000000001499e9c
2 libpthread.so.0 0x00007f5ec23344b0
3 ldc2 0x0000000000687bfb FuncDeclaration::semantic(Scope*) + 6347
4 ldc2 0x000000000067d175 AttribDeclaration::semanticNewSc(Scope*, unsigned long, LINK, PROT, int, unsigned int) + 197
5 ldc2 0x000000000067d2af StorageClassDeclaration::semantic(Scope*) + 175
6 ldc2 0x0000000000666da2 ClassDeclaration::semantic(Scope*) + 3010
7 ldc2 0x000000000066658b ClassDeclaration::semantic(Scope*) + 939
8 ldc2 0x0000000000663678 ClassDeclaration::search(Loc, Identifier*, int) + 136
9 ldc2 0x0000000000654846 TypeClass::dotExp(Scope*, Expression*, Identifier*, int) + 86
10 ldc2 0x0000000000638a7f DotIdExp::semanticY(Scope*, int) + 175
11 ldc2 0x00000000006423e9 resolveUFCS(Scope*, CallExp*) + 441
12 ldc2 0x0000000000645139 CallExp::semantic(Scope*) + 121
13 ldc2 0x00000000006967ab ExpStatement::semantic(Scope*) + 27
14 ldc2 0x000000000069e222 CompoundStatement::semantic(Scope*) + 1058
15 ldc2 0x00000000006829f9 FuncDeclaration::semantic3(Scope*) + 1913
16 ldc2 0x0000000000786704 TemplateInstance::semantic3(Scope*) + 196
17 ldc2 0x000000000078e853 TemplateInstance::trySemantic3(Scope*) + 35
18 ldc2 0x0000000000792f1d TemplateInstance::semantic(Scope*, Array<Expression*>*) + 2157
19 ldc2 0x000000000079342b functionResolve(Match*, Dsymbol*, Loc, Scope*, Array<RootObject*>*, Type*, Array<Expression*>*) + 347
20 ldc2 0x0000000000681a6c resolveFuncCall(Loc, Scope*, Dsymbol*, Array<RootObject*>*, Type*, Array<Expression*>*, int) + 204
21 ldc2 0x0000000000645510 CallExp::semantic(Scope*) + 1104
22 ldc2 0x00000000006967ab ExpStatement::semantic(Scope*) + 27
23 ldc2 0x000000000069e222 CompoundStatement::semantic(Scope*) + 1058
24 ldc2 0x00000000006829f9 FuncDeclaration::semantic3(Scope*) + 1913
25 ldc2 0x0000000000786704 TemplateInstance::semantic3(Scope*) + 196
26 ldc2 0x000000000078e853 TemplateInstance::trySemantic3(Scope*) + 35
27 ldc2 0x0000000000792f1d TemplateInstance::semantic(Scope*, Array<Expression*>*) + 2157
28 ldc2 0x000000000079342b functionResolve(Match*, Dsymbol*, Loc, Scope*, Array<RootObject*>*, Type*, Array<Expression*>*) + 347
29 ldc2 0x0000000000681a6c resolveFuncCall(Loc, Scope*, Dsymbol*, Array<RootObject*>*, Type*, Array<Expression*>*, int) + 204
30 ldc2 0x0000000000645510 CallExp::semantic(Scope*) + 1104
31 ldc2 0x00000000006967ab ExpStatement::semantic(Scope*) + 27
32 ldc2 0x000000000069e222 CompoundStatement::semantic(Scope*) + 1058
33 ldc2 0x00000000006984ae ForStatement::semantic(Scope*) + 494
34 ldc2 0x000000000069e222 CompoundStatement::semantic(Scope*) + 1058
35 ldc2 0x0000000000697add ScopeStatement::semantic(Scope*) + 157
36 ldc2 0x00000000006983a8 ForStatement::semantic(Scope*) + 232
37 ldc2 0x00000000006a2324 ForeachStatement::semantic(Scope*) + 6436
38 ldc2 0x000000000069e222 CompoundStatement::semantic(Scope*) + 1058
39 ldc2 0x000000000069dbe9 IfStatement::semantic(Scope*) + 601
40 ldc2 0x000000000069e222 CompoundStatement::semantic(Scope*) + 1058
41 ldc2 0x00000000006829f9 FuncDeclaration::semantic3(Scope*) + 1913
42 ldc2 0x000000000067f598 FuncDeclaration::functionSemantic3() + 152
43 ldc2 0x0000000000681d91 resolveFuncCall(Loc, Scope*, Dsymbol*, Array<RootObject*>*, Type*, Array<Expression*>*, int) + 1009
44 ldc2 0x0000000000645aea CallExp::semantic(Scope*) + 2602
45 ldc2 0x000000000063329a resolvePropertiesX(Scope*, Expression*, Expression*) + 1386
46 ldc2 0x0000000000642b68 AssignExp::semantic(Scope*) + 152
47 ldc2 0x00000000006967ab ExpStatement::semantic(Scope*) + 27
48 ldc2 0x000000000069e222 CompoundStatement::semantic(Scope*) + 1058
49 ldc2 0x00000000006829f9 FuncDeclaration::semantic3(Scope*) + 1913
50 ldc2 0x000000000067f598 FuncDeclaration::functionSemantic3() + 152
51 ldc2 0x000000000062ff57 DsymbolExp::semantic(Scope*) + 1095
52 ldc2 0x000000000062dedc IdentifierExp::semantic(Scope*) + 460
53 ldc2 0x0000000000622c6e UnaExp::semantic(Scope*) + 14
54 ldc2 0x00000000006451ce CallExp::semantic(Scope*) + 270
55 ldc2 0x00000000006967ab ExpStatement::semantic(Scope*) + 27
56 ldc2 0x000000000069e222 CompoundStatement::semantic(Scope*) + 1058
57 ldc2 0x00000000006829f9 FuncDeclaration::semantic3(Scope*) + 1913
58 ldc2 0x000000000067f5ca FuncDeclaration::functionSemantic3() + 202
59 ldc2 0x00000000006321e8 DotVarExp::semantic(Scope*) + 1400
60 ldc2 0x0000000000622c6e UnaExp::semantic(Scope*) + 14
61 ldc2 0x00000000006451ce CallExp::semantic(Scope*) + 270
62 ldc2 0x0000000000628f87 BinExp::semantic(Scope*) + 39
63 ldc2 0x0000000000633ee1 BinExp::semanticp(Scope*) + 17
64 ldc2 0x0000000000633f38 CommaExp::semantic(Scope*) + 40
65 ldc2 0x00000000006967ab ExpStatement::semantic(Scope*) + 27
66 ldc2 0x000000000069e222 CompoundStatement::semantic(Scope*) + 1058
67 ldc2 0x00000000006829f9 FuncDeclaration::semantic3(Scope*) + 1913
68 ldc2 0x0000000000677877 StructDeclaration::buildOpAssign(Scope*) + 1495
69 ldc2 0x00000000006bc557 StructDeclaration::semantic(Scope*) + 935
70 ldc2 0x000000000078e7c5 TemplateInstance::expandMembers(Scope*) + 101
71 ldc2 0x000000000078e7ff TemplateInstance::tryExpandMembers(Scope*) + 31
72 ldc2 0x0000000000792c2a TemplateInstance::semantic(Scope*, Array<Expression*>*) + 1402
73 ldc2 0x000000000065a459 TypeInstance::semantic(Loc, Scope*) + 121
74 ldc2 0x0000000000658c3e TypePointer::semantic(Loc, Scope*) + 62
75 ldc2 0x000000000065d638 TypeFunction::semantic(Loc, Scope*) + 584
76 ldc2 0x000000000068698d FuncDeclaration::semantic(Scope*) + 1629
77 ldc2 0x000000000067abcd AttribDeclaration::semantic(Scope*) + 61
78 ldc2 0x000000000067abcd AttribDeclaration::semantic(Scope*) + 61
79 ldc2 0x00000000006def15 Module::semantic() + 69
80 ldc2 0x000000000066a7bb Import::semantic(Scope*) + 171
81 ldc2 0x000000000067d175 AttribDeclaration::semanticNewSc(Scope*, unsigned long, LINK, PROT, int, unsigned int) + 197
82 ldc2 0x000000000067d334 ProtDeclaration::semantic(Scope*) + 52
83 ldc2 0x000000000067abcd AttribDeclaration::semantic(Scope*) + 61
84 ldc2 0x00000000006def15 Module::semantic() + 69
85 ldc2 0x000000000066a7bb Import::semantic(Scope*) + 171
86 ldc2 0x00000000006def15 Module::semantic() + 69
87 ldc2 0x000000000066a7bb Import::semantic(Scope*) + 171
88 ldc2 0x000000000067d175 AttribDeclaration::semanticNewSc(Scope*, unsigned long, LINK, PROT, int, unsigned int) + 197
89 ldc2 0x000000000067d334 ProtDeclaration::semantic(Scope*) + 52
90 ldc2 0x00000000006def15 Module::semantic() + 69
91 ldc2 0x00000000005e7497 main + 6423
92 libc.so.6 0x00007f5ec0ee7000 __libc_start_main + 240
93 ldc2 0x000000000060af9f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment