$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [coroutine] Bus error on Mac OS X 10.5
From: tom fogal (tfogal_at_[hidden])
Date: 2009-03-29 02:55:43
Nat Goodspeed <nat_at_[hidden]> writes:
> On an Intel "fall 2008" MacBook Pro running OS X 10.5.6, with Apple gcc
> 4.0.1, I had to comment out the MAP_ANONYMOUS mmap() flag [4] -- I don't
> think that flag is available in Darwin. (Obviously that patch should
> test for MAP_ANONYMOUS rather than simply suppressing it.)
Use MAP_ANON on Apple. It's been a while, but IIRC Apple doesn't
support/export the latest POSIX spec.
-tom