Thread overview | |||||
---|---|---|---|---|---|
|
July 10, 2006 [Issue 248] New: Assertion failure: attrib.c 913 - version without (...) in imported module | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=248 Summary: Assertion failure: attrib.c 913 - version without (...) in imported module Product: D Version: 0.162 Platform: PC OS/Version: Windows Status: NEW Keywords: ice-on-invalid-code Severity: normal Priority: P2 Component: DMD AssignedTo: bugzilla@digitalmars.com ReportedBy: smjg@iname.com ----- version_unspec1.d ----- import version_unspec2; ----- version_unspec2.d ----- version {} ---------- D:\My Documents\Programming\D\Tests\bugs>dmd version_unspec1 version_unspec2.d(1): (condition) expected following version Assertion failure: 'condition' on line 913 in file 'attrib.c' abnormal program termination ---------- For some reason, the line "abnormal program termination" appears only if I run DMD from the command line - if I run it from TextPad, DMD hangs instead. It doesn't seem to matter what follows the word "version" in the code - the assertion failure and APT are the same whatever else I try. The import is necessary to show the bug - compiling version_unspec_2.d directly correctly diagnoses the error without an ICE. -- |
July 12, 2006 Re: [Issue 248] New: Assertion failure: attrib.c 913 - version without (...) in imported module | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail Attachments: | d-bugmail@puremagic.com schrieb am 2006-07-10: > http://d.puremagic.com/issues/show_bug.cgi?id=248 > ----- version_unspec1.d ----- > import version_unspec2; > ----- version_unspec2.d ----- > version {} > ---------- > D:\My Documents\Programming\D\Tests\bugs>dmd version_unspec1 > version_unspec2.d(1): (condition) expected following version > Assertion failure: 'condition' on line 913 in file 'attrib.c' > > abnormal program termination > ---------- > > For some reason, the line "abnormal program termination" appears only if I run DMD from the command line - if I run it from TextPad, DMD hangs instead. It doesn't seem to matter what follows the word "version" in the code - the assertion failure and APT are the same whatever else I try. > > The import is necessary to show the bug - compiling version_unspec_2.d directly correctly diagnoses the error without an ICE. Added to DStress as http://dstress.kuehne.cn/nocompile/v/version_37_A.d http://dstress.kuehne.cn/nocompile/v/version_37_B.d http://dstress.kuehne.cn/nocompile/v/version_37_C.d http://dstress.kuehne.cn/nocompile/v/version_37_D.d http://dstress.kuehne.cn/nocompile/v/version_37_E.d http://dstress.kuehne.cn/nocompile/v/version_37_F.d Thomas |
July 18, 2006 [Issue 248] Assertion failure: attrib.c 913 - version without (...) in imported module | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=248 jpelcis@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #1 from jpelcis@gmail.com 2006-07-18 16:41 ------- Fixed DMD 0.163. -- |
Copyright © 1999-2021 by the D Language Foundation