www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 9733] New: Hello world segfaults on Debian x86_64 with -m64

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

           Summary: Hello world segfaults on Debian x86_64 with -m64
           Product: D
           Version: D2
          Platform: x86_64
        OS/Version: Linux
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: DMD
        AssignedTo: nobody puremagic.com
        ReportedBy: juchem gmail.com



---
Created an attachment (id=1202)
additional info

I can't get a working binary of even the most trivial D code on Debian sid
x86_64 if flag -m64 is given. The binary works when using -m32 instead.

hello.d source:
void main() {
}

More info in the attachments (source used, compiler output, stack trace, system
info...)

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Mar 16 2013
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=9733


hsteoh quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hsteoh quickfur.ath.cx



I also have a Debian sid x86_64 system, but I can't seem to reproduce this
problem. Have you tried the current release of dmd (2.063.2)? Does it still
have the same problem?

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


Marcelo Juchem <juchem gmail.com> changed:

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



---
it's fixed in 2.063.2 downloaded from http://d-apt.sourceforge.net/

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