Thread overview | |||||
---|---|---|---|---|---|
|
February 15, 2012 [Issue 7507] New: DMD crashes when trying to call to!string on a float4 array property | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=7507 Summary: DMD crashes when trying to call to!string on a float4 array property Product: D Version: D2 Platform: x86_64 OS/Version: Mac OS X Status: NEW Severity: major Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: junk.Nebster@gmail.com --- Comment #0 from junk.Nebster@gmail.com 2012-02-15 08:08:08 PST --- When trying to compile the code below, dmd causes a segmentation fault: import core.simd; import std.conv; import std.stdio; void main() { float4 fl = 2; writefln("%s", to!string(fl.array)); } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
April 20, 2012 [Issue 7507] DMD crashes when trying to call to!string on a float4 array property | ||||
---|---|---|---|---|
| ||||
Posted in reply to junk.Nebster@gmail.com | http://d.puremagic.com/issues/show_bug.cgi?id=7507 SomeDude <lovelydear@mailmetrash.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lovelydear@mailmetrash.com OS/Version|Mac OS X |All --- Comment #1 from SomeDude <lovelydear@mailmetrash.com> 2012-04-20 00:28:10 PDT --- 2.059 Win32 PS E:\DigitalMars\dmd2\samples> dmd bug.d Internal error: ..\ztc\cg87.c 1699 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
February 02, 2013 [Issue 7507] DMD crashes when trying to call to!string on a float4 array property | ||||
---|---|---|---|---|
| ||||
Posted in reply to junk.Nebster@gmail.com | http://d.puremagic.com/issues/show_bug.cgi?id=7507 Andrej Mitrovic <andrej.mitrovich@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |andrej.mitrovich@gmail.com Resolution| |WORKSFORME --- Comment #2 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2013-02-02 11:46:26 PST --- Doesn't crash anymore in 2.061: test.d(8): Error: template std.conv.to!(string).to does not match any function template declaration. You could make an enhancement request for Phobos to add support for vectors to std.conv. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation