I got an segmentation fault in the attemp to synchronize on a interfaces classinfo interface IFigure{ } static this(){ synchronize( IFigure.classinfo ){ // << crash } } Is that a bug, or is there a documented reason why this is?