digitalmars.D.bugs - Fatal flaw in MmFile on linux
- Nick (8/8) Feb 16 2006 I just found that std.mmfile has a bug that makes it impossible to use c...
I just found that std.mmfile has a bug that makes it impossible to use custom page sizes on linux without getting segmentation faults. I tracked it down to line 262 in mmfile.d: should read (The windows version seems to be ok.) Nick
Feb 16 2006