[Issue 2952] Segfault on exit when using array ops with arrays of doubles larger than 8 elements

2014-04-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2952

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

   What|Removed |Added

Version|1.044   |D1

--


[Issue 2952] Segfault on exit when using array ops with arrays of doubles larger than 8 elements

2009-07-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2952


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

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||bugzi...@digitalmars.com
 Resolution||FIXED




--- Comment #4 from Walter Bright bugzi...@digitalmars.com  2009-07-09 
02:49:45 PDT ---
Fixed dmd 1.046 and 2.031

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


[Issue 2952] Segfault on exit when using array ops with arrays of doubles larger than 8 elements

2009-06-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2952





--- Comment #3 from Don clugd...@yahoo.com.au  2009-06-02 18:54:03 PDT ---
I've fixed this in SVN for both D1 and D2.

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


[Issue 2952] Segfault on exit when using array ops with arrays of doubles larger than 8 elements

2009-05-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2952


Don clugd...@yahoo.com.au changed:

   What|Removed |Added

 CC||clugd...@yahoo.com.au
Version|2.029   |1.044
 OS/Version|Linux   |All




--- Comment #1 from Don clugd...@yahoo.com.au  2009-05-25 01:25:16 PDT ---
This applies also to Windows, and to D1.

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


[Issue 2952] Segfault on exit when using array ops with arrays of doubles larger than 8 elements

2009-05-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2952





--- Comment #2 from Don clugd...@yahoo.com.au  2009-05-25 03:02:40 PDT ---
I have fixed this but can't post it to the runtime source since dsource is
down.

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


Re: [Issue 2952] Segfault on exit when using array ops with arrays of doubles larger than 8 elements

2009-05-25 Thread Brad Roberts
d-bugm...@puremagic.com wrote:
 http://d.puremagic.com/issues/show_bug.cgi?id=2952
 
 --- Comment #2 from Don clugd...@yahoo.com.au  2009-05-25 03:02:40 PDT ---
 I have fixed this but can't post it to the runtime source since dsource is
 down.

In an earlier thread on one of the newsgroups, Sean expressed a preference to
bugzilla based bug reports for druntime.