[Issue 7036] New: Using std.string.format on a shared value throws access violation
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Nov 30 01:45:13 PST 2011
http://d.puremagic.com/issues/show_bug.cgi?id=7036
Summary: Using std.string.format on a shared value throws
access violation
Product: D
Version: D2
Platform: Other
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: Phobos
AssignedTo: nobody at puremagic.com
ReportedBy: andrej.mitrovich at gmail.com
--- Comment #0 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2011-11-30 01:44:10 PST ---
import std.string;
void main()
{
shared int val;
auto x = format("%s", val);
}
object.Error: Access Violation
--
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