Wiki Roadmap Timeline Tickets New Ticket Source Search Help / Guide About Trac Login

Ticket #264 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

DStress test nocompile/i/import_19_B.d causes a segfault

Reported by: mrmonday Assigned to: ChristianK
Priority: major Milestone:
Component: frontend (both) Version: hg tip
Keywords: Cc:

Description

When compiling dstress test nocompile/i/import_19_B.d, I get the following output (-v -debug):

Subtarget features: SSELevel 5, 3DNowLevel 0, 64bit 1
parse     import_19_B
semantic  import_19_B
import    object        (/home/robert/d/comp/ldc/runtime/../tango/object.di)
import    nocompile.i.import_19_A       (nocompile/i/import_19_A.d)
nocompile/i/import_19_A.d(12): ';' expected
0   ldc       0x0000000000cecdd1
1   libc.so.6 0x00007f49965c7150
2   ldc       0x0000000000566cd4 Dsymbol::addMember(Scope*, ScopeDsymbol*, int) + 52
3   ldc       0x000000000059e390 Module::semantic(Scope*) + 240
4   ldc       0x000000000058d0e4 Import::semantic(Scope*) + 68
5   ldc       0x000000000059e3c8 Module::semantic(Scope*) + 296
6   ldc       0x0000000000623738 main + 4328
7   libc.so.6 0x00007f49965b3546 __libc_start_main + 230
8   ldc       0x0000000000546e39
zsh: segmentation fault  ldc -v -debug nocompile/i/import_19_B.d

Change History

04/23/09 14:45:52 changed by ChristianK

  • status changed from new to closed.
  • resolution set to fixed.
  • component changed from unspecified to frontend (both).

Fixed in [1259]

Copyright © 2008, LDC Development Team.