Thread overview |
---|
February 27, 2007 [Issue 1008] New: classinfo_size assertion fail | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=1008 Summary: classinfo_size assertion fail Product: D Version: 1.007 Platform: PC OS/Version: Windows Status: NEW Severity: critical Priority: P1 Component: DMD AssignedTo: bugzilla@digitalmars.com ReportedBy: davidl@126.com dmdbug1.d class DSSSConf { /// Configurable sections char[][] sections; /// Settings per section char[][char[]][char[]] settings; } dmd -c dmdbug1.d Assertion failure: 'classinfo->structsize == CLASSINFO_SIZE' on line 316 in file 'toobj.c' abnormal program termination -- |
February 27, 2007 [Issue 1008] classinfo_size assertion fail | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=1008 ------- Comment #1 from fvbommel@wxs.nl 2007-02-27 04:59 ------- This is what happens if you're using a Phobos version from before (IIRC) v1.004. Are you sure your include paths are set up right? -- |
March 01, 2007 [Issue 1008] classinfo_size assertion fail | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=1008 davidl@126.com changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|critical |normal Priority|P1 |P2 -- |
April 20, 2007 [Issue 1008] classinfo_size assertion fail | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=1008 bugzilla@digitalmars.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME ------- Comment #2 from bugzilla@digitalmars.com 2007-04-20 14:37 ------- Seems to work fine - probably a dmd/phobos mismatched versions problem. -- |
Copyright © 1999-2021 by the D Language Foundation