digitalmars.D.bugs - [Issue 3658] New: Crashing on vector operations
- d-bugmail puremagic.com (30/30) Dec 30 2009 http://d.puremagic.com/issues/show_bug.cgi?id=3658
- d-bugmail puremagic.com (7/7) Dec 30 2009 http://d.puremagic.com/issues/show_bug.cgi?id=3658
- d-bugmail puremagic.com (10/10) Dec 30 2009 http://d.puremagic.com/issues/show_bug.cgi?id=3658
- d-bugmail puremagic.com (10/10) Jun 09 2010 http://d.puremagic.com/issues/show_bug.cgi?id=3658
- d-bugmail puremagic.com (11/11) Jun 09 2010 http://d.puremagic.com/issues/show_bug.cgi?id=3658
http://d.puremagic.com/issues/show_bug.cgi?id=3658
Summary: Crashing on vector operations
Product: D
Version: unspecified
Platform: Other
OS/Version: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody puremagic.com
ReportedBy: d-issue-tracker braxtech.com
PST ---
Created an attachment (id=538)
Reduction
Overview:
Vector operations using the concise notation (i.e. array[] += 0.5f) are
crashing under DMD 2.037 running on Mac OS X 10.6.2. When these operations are
replaced with a corresponding foreach loop of the same functionality, the crash
does not occur.
Steps to Reproduce:
1) Download the attached reduction
2) Build and run with DMD 2.037 under Mac OS X 10.6.2
Actual Results:
The application crashed with the attached crash log.
Expected Results:
The application should return successfully.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Dec 30 2009
http://d.puremagic.com/issues/show_bug.cgi?id=3658 PST --- Created an attachment (id=539) Crash Log -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Dec 30 2009
http://d.puremagic.com/issues/show_bug.cgi?id=3658
Braxton <d-issue-tracker braxtech.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |d-issue-tracker braxtech.co
| |m
Severity|normal |major
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Dec 30 2009
http://d.puremagic.com/issues/show_bug.cgi?id=3658
Don <clugdbug yahoo.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pillsbury+dbugs gmail.com
*** Issue 4189 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: -------
Jun 09 2010
http://d.puremagic.com/issues/show_bug.cgi?id=3658
Don <clugdbug yahoo.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
Fixed druntime svn 313.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jun 09 2010









d-bugmail puremagic.com 