www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 8569] New: Unexpected OPTLINK termination at EPI=00424D76

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=8569

           Summary: Unexpected OPTLINK termination at EPI=00424D76
           Product: D
           Version: D2
          Platform: x86
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Optlink
        AssignedTo: nobody puremagic.com
        ReportedBy: callumenator gmail.com



Created an attachment (id=1140)
File containing lots of empty class templates

I suspected this was http://d.puremagic.com/issues/show_bug.cgi?id=8377, but
have tried with latest git head (which apparently contains a fix for 8377) and
I still get OPTLINK termination.

I attach both source and obj files:

To reproduce from objects:
dmd -g parser.obj peg.obj

To reproduce from source:
dmd -g -c parser.d peg.d

Note this bug only occurs with -g switch to dmd.

I have attached both source and compiled objects. I reduced the code as far as
I could, one file contains a bunch of empty class templates, the other contains
code from Pegged.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Aug 20 2012
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=8569




Created an attachment (id=1141)
pegged source code

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Aug 20 2012
prev sibling next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=8569





 Created an attachment (id=1141) [details]
 pegged source code
Was unable to attach the 2 object files, too large -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Aug 20 2012
prev sibling next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=8569


Walter Bright <bugzilla digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla digitalmars.com



21:05:41 PDT ---
See if the fix to bugzilla 8377 fixes this.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Aug 20 2012
prev sibling next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=8569





 See if the fix to bugzilla 8377 fixes this.
That would be in latest git head yes? I have built the latest dmd and dropped it into my 2.060 installation directory. Problem persists. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Aug 20 2012
prev sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=8569


Andrej Mitrovic <andrej.mitrovich gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |andrej.mitrovich gmail.com
         Resolution|                            |WORKSFORME



15:50:12 PST ---
I can't recreate this, tried as far back as 2.056. Please reopen if you can
recreate it with 2.061+.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jan 26 2013