Thread overview
[Issue 4324] New: Optlink silently ignores corrupt object file
Jun 15, 2010
torhu@yahoo.com
Jun 15, 2010
torhu@yahoo.com
Jun 15, 2010
nfxjfg@gmail.com
May 29, 2011
Nick Sabalausky
Feb 01, 2012
Walter Bright
June 15, 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4324

           Summary: Optlink silently ignores corrupt object file
           Product: D
           Version: unspecified
          Platform: x86
        OS/Version: Windows
            Status: NEW
          Severity: regression
          Priority: P2
         Component: Optlink
        AssignedTo: nobody@puremagic.com
        ReportedBy: torhu@yahoo.com


--- Comment #0 from torhu@yahoo.com 2010-06-15 12:30:09 PDT ---
Created an attachment (id=663)
Sample corrupt object file

This code compiled with DMD 1.062 results in a corrupt object file:


---
void main()
{
    char[] a;
    const b = "";

    a ~= b;
}
---

Optlink 8.00.1 prints this error handed that file:

OPTLINK (R) for Win32  Release 8.00.1
Copyright (C) Digital Mars 1989-2004  All rights reserved.
test.obj(test)  Offset 0018FH Record Type 009D
 Error 16: Index Range
--- errorlevel 1

Optlink 8.00.2 prints nothing, but doesn't produces an exe either.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
June 15, 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4324



--- Comment #1 from torhu@yahoo.com 2010-06-15 12:37:26 PDT ---
Sorry, it's DMD 1.061.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
June 15, 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4324


nfxjfg@gmail.com changed:

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


--- Comment #2 from nfxjfg@gmail.com 2010-06-15 16:50:12 PDT ---
Why did you report this twice?
See bug 4315.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
May 29, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=4324


Nick Sabalausky <cbkbbejeap@mailinator.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cbkbbejeap@mailinator.com


--- Comment #3 from Nick Sabalausky <cbkbbejeap@mailinator.com> 2011-05-29 15:04:39 PDT ---
They're two separate issues. That other issue, #4315, is about DMD creating a corrupt object file. But this one is about Optlink mishandling that corrupt object file.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
February 01, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=4324


Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla@digitalmars.com
         Resolution|                            |WORKSFORME


--- Comment #4 from Walter Bright <bugzilla@digitalmars.com> 2012-01-31 21:31:28 PST ---
Linking with later optlink gives:

link test.obj;
OPTLINK (R) for Win32  Release 8.00.12
Copyright (C) Digital Mars 1989-2010  All rights reserved.
http://www.digitalmars.com/ctg/optlink.html
test.obj(test)  Offset 0018FH Record Type 009D
 Error 16: Index Range

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