First big PITA in reallife D project
    Walter Bright 
    newshound2 at digitalmars.com
       
    Tue Oct 19 11:30:09 PDT 2010
    
    
  
Fawzi Mohamed wrote:
> I am not sure what is wrong in your case, and I worked only with 
> D1/tango on mac and linux, but I can definitely say that I had quite 
> some very ugly bugs with threads and fibers, and gc.
> I think I have fixed all of them (at least everything seems stable now).
> Sean&co are welcome to take my fixes from tango into druntime, I release 
> them with whatever license is needed: should I switch to D2 I will not 
> complain if I don't have to debug those horrible things again... ;)
Thank you! I (and I'm sure Sean) appreciate this!
> A non druntime bug you should maybe check if you use IP6 is the storage 
> space you alloc for the address structure is large enough: sockaddr is 
> too small, one should use sockaddr_storage (druntime is not always the 
> culprit...).
    
    
More information about the Digitalmars-d-announce
mailing list