On 13 dec 2010, at 08:36, Don Clugston wrote: > This release has some fixes for some important compiler bugs, and a > couple of changes which will aid Phobos development (most notably, > nothrow becomes usable, and some severe issues relating to const are > fixed). > Unless we expect to have a fix for the killer bug 4854 > "Regression(2.047, Mac 10.5 only) writefln Segmentation fault if no > globals", I think we should release a beta immediately.
I was hoping that someone could have a look at the patch I've attached to that ticket. That patch fixes the reported error (about the __tls_get_addr function) but it still segfaults, now in another place. I don't know if I introduced the n new segfault, if it's another bug or the solution we though would fix the problem wasn't enough. > In particular, I think std.datetime should wait for the next cycle. > > If there are any known blockers, please list them now! > _______________________________________________ > phobos mailing list > [email protected] > http://lists.puremagic.com/mailman/listinfo/phobos -- /Jacob Carlborg _______________________________________________ phobos mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/phobos
