Sadness
Bill Baxter
dnewsgroup at billbaxter.com
Tue Mar 4 14:23:59 PST 2008
sn wrote:
> == Quote from Walter Bright (newshound1 at digitalmars.com)'s article
>> Bill Baxter wrote:
>>> ---------------------------
>>> Unexpected OPTLINK Termination at EIP=0044C37B
>> I know that optlink can crash if you have a static array that exceeds
>> 16Mb in size.
>
> The bug was reported long time ago:
>
> http://d.puremagic.com/issues/show_bug.cgi?id=424
>
> (hey, and you updated it:)
Aw geez. Yeh that's gotta be it. My memory sucks. And apparently by
bug searching skills do too. Thanks.
So it must be the 16,000 fixups thing. That class template gets
instantiated in main probably, so pulling the alias for the other
template out of the class causes fewer fixups in main.
I have a feeling I'm going to keep running into this a lot from now on
since I must be right at the ceiling. Bummer.
--bb
More information about the Digitalmars-d
mailing list