D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 8569 - Unexpected OPTLINK termination at EPI=00424D76
Summary: Unexpected OPTLINK termination at EPI=00424D76
Status: RESOLVED WORKSFORME
Alias: None
Product: D
Classification: Unclassified
Component: tools (show other issues)
Version: D2
Hardware: x86 Windows
: P2 normal
Assignee: No Owner
URL:
Keywords: Optlink
Depends on:
Blocks:
 
Reported: 2012-08-20 19:05 UTC by callumenator
Modified: 2017-01-10 01:45 UTC (History)
2 users (show)

See Also:


Attachments
File containing lots of empty class templates (37.08 KB, application/octet-stream)
2012-08-20 19:05 UTC, callumenator
Details
pegged source code (21.57 KB, application/octet-stream)
2012-08-20 19:06 UTC, callumenator
Details

Note You need to log in before you can comment on or make changes to this issue.
Description callumenator 2012-08-20 19:05:16 UTC
Created attachment 1140 [details]
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.
Comment 1 callumenator 2012-08-20 19:06:32 UTC
Created attachment 1141 [details]
pegged source code
Comment 2 callumenator 2012-08-20 19:07:26 UTC
(In reply to comment #1)
> Created an attachment (id=1141) [details]
> pegged source code

Was unable to attach the 2 object files, too large
Comment 3 Walter Bright 2012-08-20 21:05:41 UTC
See if the fix to bugzilla 8377 fixes this.
Comment 4 callumenator 2012-08-20 21:21:56 UTC
(In reply to comment #3)
> 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.
Comment 5 Andrej Mitrovic 2013-01-26 15:50:12 UTC
I can't recreate this, tried as far back as 2.056. Please reopen if you can recreate it with 2.061+.