[Issue 10274] DMD 2.063 produces broken binaries

2013-08-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10274 Martin Nowak changed: What|Removed |Added Status|CLOSED |RESOLVED -- Configure issuemail: http

[Issue 10274] DMD 2.063 produces broken binaries

2013-06-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10274 Jerry Quinn changed: What|Removed |Added Status|RESOLVED|CLOSED --- Comment #31 from Jerry Quinn

[Issue 10274] DMD 2.063 produces broken binaries

2013-06-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10274 Martin Nowak changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 10274] DMD 2.063 produces broken binaries

2013-06-12 Thread d-bugmail
/e123e4f3ac9daf6cca6138004727f21d42992ad1 Merge pull request #2164 from dawgfoto/fix10724 fix Issue 10274 - DMD 2.063 produces broken binaries -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 10274] DMD 2.063 produces broken binaries

2013-06-12 Thread d-bugmail
/dc42b5e3bc93c54e444caf22653c4a5a7a89d968 Merge pull request #2164 from dawgfoto/fix10724 fix Issue 10274 - DMD 2.063 produces broken binaries -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 10274] DMD 2.063 produces broken binaries

2013-06-12 Thread d-bugmail
from dawgfoto/fix10724 fix Issue 10274 - DMD 2.063 produces broken binaries -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 10274] DMD 2.063 produces broken binaries

2013-06-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10274 Martin Nowak changed: What|Removed |Added Keywords||pull --- Comment #27 from Martin Nowak

[Issue 10274] DMD 2.063 produces broken binaries

2013-06-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10274 --- Comment #26 from Jerry Quinn 2013-06-11 14:01:07 PDT --- (In reply to comment #25) > (In reply to comment #23) > > I assume this is the linker script generated by dmd -v: > > > No, it's part of the output when you pass --verbose to the l

[Issue 10274] DMD 2.063 produces broken binaries

2013-06-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10274 --- Comment #25 from Martin Nowak 2013-06-11 13:35:58 PDT --- (In reply to comment #23) > I assume this is the linker script generated by dmd -v: > No, it's part of the output when you pass --verbose to the linker. When I compile dmd junk -L-

[Issue 10274] DMD 2.063 produces broken binaries

2013-06-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10274 --- Comment #24 from Jerry Quinn 2013-06-11 13:10:56 PDT --- Created an attachment (id=1225) Program object file output of dmd -c junk.d -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receivin

[Issue 10274] DMD 2.063 produces broken binaries

2013-06-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10274 --- Comment #23 from Jerry Quinn 2013-06-11 13:09:09 PDT --- I assume this is the linker script generated by dmd -v: gcc junk.o -o junk -m64 -Xlinker --verbose -L/home/jlquinn/dmd2/linux/bin64/../lib64 -L/home/jlquinn/dmd2/linux/bin64/../lib

[Issue 10274] DMD 2.063 produces broken binaries

2013-06-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10274 Maxim Fomin changed: What|Removed |Added CC||ma...@maxim-fomin.ru --- Comment #22 fr

[Issue 10274] DMD 2.063 produces broken binaries

2013-06-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10274 --- Comment #21 from Martin Nowak 2013-06-11 11:53:31 PDT --- (In reply to comment #20) > jlquinn@wyvern:~/re/test$ /home/jlquinn/dmd2/linux/bin64/dmd junk -L--verbose Please with the linker version and the linker script. -- Configure issue

[Issue 10274] DMD 2.063 produces broken binaries

2013-06-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10274 --- Comment #20 from Jerry Quinn 2013-06-11 07:31:24 PDT --- jlquinn@wyvern:~/re/test$ /home/jlquinn/dmd2/linux/bin64/dmd junk -L--verbose /usr/bin/ld: Attempt to open /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crt1.o succeed

[Issue 10274] DMD 2.063 produces broken binaries

2013-06-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10274 --- Comment #19 from Martin Nowak 2013-06-11 07:03:15 PDT --- OK, can you dump the linker output? dmd junk -L--verbose -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because:

[Issue 10274] DMD 2.063 produces broken binaries

2013-06-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10274 --- Comment #18 from Jerry Quinn 2013-06-11 06:31:36 PDT --- Created an attachment (id=1224) Crashing binary cat > junk.d void main() { } dmd junk.d This is the executable junk. -- Configure issuemail: http://d.puremagic.com/issues/userp

[Issue 10274] DMD 2.063 produces broken binaries

2013-06-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10274 --- Comment #16 from Jerry Quinn 2013-06-11 06:26:12 PDT --- Additional data - the following gives me a working program: dmd -c junk.d copy junk.o libphobos2.a to centos6.4 x86_64 machine on centos6.4, link using gcc link line given by dmd -

[Issue 10274] DMD 2.063 produces broken binaries

2013-06-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10274 --- Comment #17 from Jerry Quinn 2013-06-11 06:27:07 PDT --- Also, the stdio bits are a red herring. The following also segfaults: void main() {} -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You a

[Issue 10274] DMD 2.063 produces broken binaries

2013-06-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10274 --- Comment #15 from Jerry Quinn 2013-06-11 06:23:47 PDT --- jlquinn@wyvern:~/re/test$ sha1sum /home/jlquinn/dmd2/linux/lib64/libphobos2.* 40cddd5a8a9f28c000346014cbb4221a3bbd91b4 /home/jlquinn/dmd2/linux/lib64/libphobos2.a 8494571c0d7487e75

[Issue 10274] DMD 2.063 produces broken binaries

2013-06-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10274 --- Comment #14 from Martin Nowak 2013-06-11 04:56:16 PDT --- OK, let's start with a simple thing. sha1sum /usr/lib64/libphobos2.a 40cddd5a8a9f28c000346014cbb4221a3bbd91b4 /usr/lib64/libphobos2.a -- Configure issuemail: http://d.puremagic.

[Issue 10274] DMD 2.063 produces broken binaries

2013-06-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10274 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment

[Issue 10274] DMD 2.063 produces broken binaries

2013-06-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10274 --- Comment #12 from Jerry Quinn 2013-06-10 09:56:26 PDT --- (In reply to comment #11) > (In reply to comment #10) > > I tried building dmd on my machine but irstate.h is missing from the zip > > file. > > No problem, I already found someth

[Issue 10274] DMD 2.063 produces broken binaries

2013-06-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10274 --- Comment #11 from Martin Nowak 2013-06-10 09:46:49 PDT --- (In reply to comment #10) > I tried building dmd on my machine but irstate.h is missing from the zip file. No problem, I already found something. The +4 offset is wrong it should b

[Issue 10274] DMD 2.063 produces broken binaries

2013-06-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10274 --- Comment #10 from Jerry Quinn 2013-06-10 08:33:57 PDT --- I tried building dmd on my machine but irstate.h is missing from the zip file. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiv

[Issue 10274] DMD 2.063 produces broken binaries

2013-06-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10274 --- Comment #9 from Jerry Quinn 2013-06-10 08:20:50 PDT --- Program received signal SIGSEGV, Segmentation fault. 0x00438cc8 in _d_dso_registry () (gdb) disas Dump of assembler code for function _d_dso_registry: 0x00438ac8 <

[Issue 10274] DMD 2.063 produces broken binaries

2013-06-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10274 --- Comment #8 from Martin Nowak 2013-06-10 07:54:40 PDT --- I tried Ubuntu 12.04, Ubuntu 12.10 and Debian in VirtualBox and couldn't reproduce it either. It would be helpful to know more about where it crashes. Can you gdb into the core dump

[Issue 10274] DMD 2.063 produces broken binaries

2013-06-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10274 --- Comment #7 from Jerry Quinn 2013-06-09 23:20:42 PDT --- I pulled down a fresh copy of dmd 2.063 and I still reproduce the segfault on my Ubuntu 12.10 x86_64 system. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab

[Issue 10274] DMD 2.063 produces broken binaries

2013-06-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10274 --- Comment #6 from Jerry Quinn 2013-06-09 12:42:24 PDT --- (In reply to comment #5) > I attempted to reproduce the issue as follows: > > 1. Downloaded Ubuntu 13.04/64 > > 2. Installed it under VirtualBox hosted on OSX > > 3. In the VM, do

[Issue 10274] DMD 2.063 produces broken binaries

2013-06-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10274 --- Comment #5 from Andrei Alexandrescu 2013-06-09 10:19:53 PDT --- I attempted to reproduce the issue as follows: 1. Downloaded Ubuntu 13.04/64 2. Installed it under VirtualBox hosted on OSX 3. In the VM, downloaded and installed 2.063 fr

[Issue 10274] DMD 2.063 produces broken binaries

2013-06-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10274 --- Comment #3 from Jerry Quinn 2013-06-06 08:44:06 PDT --- (In reply to comment #1) > Can you please post the output of "ldd -r executable"? jlquinn@wyvern:~/re/test$ ldd -r junk linux-vdso.so.1 => (0x7fff32dff000) libpthread.s

[Issue 10274] DMD 2.063 produces broken binaries

2013-06-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10274 --- Comment #4 from Jerry Quinn 2013-06-06 08:44:57 PDT --- Detailed compilation output: jlquinn@wyvern:~/re/test$ /home/jlquinn/dmd2/linux/bin64/dmd -v -w junk.d binary/home/jlquinn/dmd2/linux/bin64/dmd version v2.063 config/home/

[Issue 10274] DMD 2.063 produces broken binaries

2013-06-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10274 Jerry Quinn changed: What|Removed |Added CC||jlqu...@optonline.net --- Comment #2 fr

[Issue 10274] DMD 2.063 produces broken binaries

2013-06-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10274 --- Comment #1 from Martin Nowak 2013-06-05 06:22:31 PDT --- (In reply to comment #0) > jlquinn@wyvern:~/re/test$ /home/jlquinn/dmd2/linux/bin64/dmd junk.d > jlquinn@wyvern:~/re/test$ ./junk > Segmentation fault (core dumped) Can you please p