[Issue 9677] Crash on setting length property of array VC 2012 64 bit

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9677

Andrei Alexandrescu and...@erdani.com changed:

   What|Removed |Added

Version|D1  D2 |D2

--


[Issue 9677] Crash on setting length property of array VC 2012 64 bit

2013-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9677



--- Comment #2 from Rainer Schuetze r.sagita...@gmx.de 2013-03-10 01:18:18 
PST ---
*** Issue 9678 has been marked as a duplicate of this issue. ***

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


[Issue 9677] Crash on setting length property of array VC 2012 64 bit

2013-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9677


Rainer Schuetze r.sagita...@gmx.de changed:

   What|Removed |Added

   Keywords||patch


--- Comment #3 from Rainer Schuetze r.sagita...@gmx.de 2013-03-10 03:34:06 
PDT ---
https://github.com/D-Programming-Language/dmd/pull/1733

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


[Issue 9677] Crash on setting length property of array VC 2012 64 bit

2013-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9677



--- Comment #4 from Rainer Schuetze r.sagita...@gmx.de 2013-03-10 03:38:56 
PDT ---
Arg, I modified the disassembly after trying the fix, so please don't be
confused by the generated code bytes, the original code did not have the 0x48
prefix:

0020: 8D 04 C2lea eax,[rdx+rax*8]

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


[Issue 9677] Crash on setting length property of array VC 2012 64 bit

2013-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9677


Maxim Fomin ma...@maxim-fomin.ru changed:

   What|Removed |Added

   Keywords|patch   |pull
 CC||ma...@maxim-fomin.ru


--- Comment #5 from Maxim Fomin ma...@maxim-fomin.ru 2013-03-10 04:01:34 PDT 
---
Github pull requests are usually marked as pull, not patch.

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


[Issue 9677] Crash on setting length property of array VC 2012 64 bit

2013-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9677



--- Comment #6 from github-bugzi...@puremagic.com 2013-03-10 13:23:47 PDT ---
Commit pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/a90fa90bf975cf5db5f1f490735692abafc9be92
Merge pull request #1733 from rainers/tls_array_pvoid

fix issue 9677:  Crash on setting length property of array 64 bit

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


[Issue 9677] Crash on setting length property of array VC 2012 64 bit

2013-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9677



--- Comment #8 from github-bugzi...@puremagic.com 2013-03-10 13:28:37 PDT ---
Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/73162f3008cbe2842c32f9e6ac9bdb0a0c155bf2
Merge pull request #1733 from rainers/tls_array_pvoid

fix issue 9677:  Crash on setting length property of array 64 bit

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


[Issue 9677] Crash on setting length property of array VC 2012 64 bit

2013-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9677


Walter Bright bugzi...@digitalmars.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||bugzi...@digitalmars.com
  Component|druntime|DMD
Version|D2  |D1  D2
 Resolution||FIXED


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