This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PowerPC] Fix eh unwind segfault


On Mon, Aug 30, 2004 at 11:30:52PM -0700, Richard Henderson wrote:
> Short of hardware for speculative loads, the only plausible option
> would have been using mincore and praying you don't hit an munmap
> race condition.  Except that linux after 2.2 has a bug in which
> anonymous pages are *not* reported as present in core.  Which 
> includes the stack, and so makes it entirely worthless for this
> particular problem.

Linux 2.2 doesn't implement mincore at all.  Up to current Linux 2.6
mincore for anonymous mappings isn't implemented.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]