http://d.puremagic.com/issues/show_bug.cgi?id=3649
Summary: Socket not configured for work.
Product: D
Version: future
Platform: x86
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
Component: Phobos
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Dmitriy <[email protected]> 2009-12-25 23:36:17 MSK ---
Created an attachment (id=534)
Test code
I compile and run code as in attachment with dmd 2.037 under linux and always
get number of sent bytes n=-1 and local address 0.0.0.0:0. But when I use dmd
1.051 (on linux) all works good: n=45 and local address 192.168.0.100:37563.
Also I check it under Windows with dmd 2.036 and all works.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------