Re: help needed to fix contrib/ee crash/exit when receiving SIGWINCH

2009-10-30 Thread Alexander Best
Dag-Erling Smørgrav schrieb am 2009-10-26: > Rong-En Fan writes: > > devel/ncurses-devel will be updated this week. For base's ncurses, > > I'll > > check with Thomas Dickey to see if there will be 5.8 soon. If not, > > we > > can also import a recent snapshot. > There is no reason to wait, nor t

Re: mmap(2) segaults with certain len values and MAP_ANON|MAP_FIXED

2009-10-30 Thread Alexander Best
John Baldwin schrieb am 2009-10-21: > On Wednesday 21 October 2009 11:30:51 am Alexander Best wrote: > > Robert Watson schrieb am 2009-10-21: > > > On Wed, 21 Oct 2009, Alexander Best wrote: > > > >this code serves only one purpose: to trigger a segfault. i > > > >don't > > > >use the code for an

Re: mmap(2) with MAP_ANON honouring offset although it shouldn't

2009-10-30 Thread Alexander Best
John Baldwin schrieb am 2009-10-21: > On Wednesday 21 October 2009 11:51:04 am Alexander Best wrote: > > although the mmap(2) manual states in section MAP_ANON: > > "The offset argument is ignored." > > this doesn't seem to be true. running > > printf("%p\n", mmap((void*)0x1000, 0x1000, PROT_NON