[dmd-internals] [D-Programming-Language/dmd] 3160a5: Add support for freebsd 64 bit os support function...

David Simcha dsimcha at gmail.com
Sat May 14 20:52:46 PDT 2011


On 5/14/2011 11:35 PM, Brad Roberts wrote:
> Yeah.. my fault. I switch a critical os support routine to use 
> sizeof(pthread_mutex_t) instead of a hardcoded value.
> This fails in the case of the compiler being built as 32 bit but the libraries built as 64 bit.  Validating my fix now
> and then I'll send a pull request with it.
>
> Sigh,
> Brad
> _______________________________________________
> dmd-internals mailing list
> dmd-internals at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-internals
>
Ok, although only Murphy's Law could explain why this bug has to 
manifest itself on the newest Phobos module and one that deals with 
low-level concurrency so that you're never really sure why it's 
misbehaving when it misbehaves.


More information about the dmd-internals mailing list