DMD 1.004 release

Chris Miller chris at dprogramming.com
Fri Jan 26 21:10:25 PST 2007


On Fri, 26 Jan 2007 23:58:56 -0500, Bill Baxter  
<dnewsgroup at billbaxter.com> wrote:

> Walter Bright wrote:
>> Fixes mixin gc bug.
>>  http://www.digitalmars.com/d/changelog.html
>>  http://ftp.digitalmars.com/dmd.1.004.zip
>
> Amazing turnaround time!
> But no dice.  The bug may be fixed but I can't tell because I get:
>
>  > Assertion failure: 'classinfo->structsize == CLASSINFO_SIZE' on line  
>   316 in file 'toobj.c'
>  > abnormal program termination
>
> when I try to compile.
>
> --bb


Yep, I tracked it down to simply this:

class MyException: Exception
{
	///
	this(char[] msg)
	{
		super(msg);
	}
}

Assertion failure: 'classinfo->structsize == CLASSINFO_SIZE' on line 316  
in file
  'toobj.c'




More information about the Digitalmars-d-announce mailing list