[Issue 3658] New: Crashing on vector operations
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Dec 30 08:21:12 PST 2009
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 at puremagic.com
ReportedBy: d-issue-tracker at braxtech.com
--- Comment #0 from Braxton <d-issue-tracker at braxtech.com> 2009-12-30 08:21:09 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: -------
More information about the Digitalmars-d-bugs
mailing list