Thread overview
[Issue 1229] Linker fills disk
May 11, 2007
d-bugmail
May 11, 2007
d-bugmail
May 12, 2007
d-bugmail
Sep 26, 2007
d-bugmail
Sep 15, 2008
d-bugmail
Oct 21, 2008
d-bugmail
May 11, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1229





------- Comment #1 from benoit@tionex.de  2007-05-11 16:08 -------
correction: the module statement in poseidon/scintilla.d needs to be module poseidon.scintilla;


-- 

May 11, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1229





------- Comment #2 from tazz@gmx.at  2007-05-11 18:24 -------
Confirmed, I cancelled at 3GB file size.

My system is WinXP, additional data:
link.exe, 304KB RAM, 3032KB max RAM, 1120KB virtual RAM
 (dmd similar)

invoked command:
...\link.exe tmain+scintilla,tmain2.exe,,user32+kernel32/co/noi;
(tmain2.exe is just because -oftmain2.exe)


-- 

May 12, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1229


benoit@tionex.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |blocker




------- Comment #3 from benoit@tionex.de  2007-05-12 02:07 -------
Even if i have this example, I cannot make a debugable binary. Commenting out some enum stuff helped in the first try. Then, after recompiling the SWT with -g, linking the app again fails. I am sure, in the generated SWT there isn't a enum anywhere.

So this bug probably is not really related to enum, more like a resource limit is exceeded.


-- 

September 26, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1229


davidl@126.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thecybershadow@gmail.com




------- Comment #4 from davidl@126.com  2007-09-26 00:00 -------
*** Bug 1458 has been marked as a duplicate of this bug. ***


-- 

September 15, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=1229





------- Comment #5 from larsivar@igesund.net  2008-09-15 16:57 -------
The example in the duplicate report is more minimal than the one presented here, having only an enum and main.


-- 

October 21, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=1229


bugzilla@digitalmars.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #6 from bugzilla@digitalmars.com  2008-10-20 22:18 -------
Fixed dmd 1.036 and 2.020


--