Ilya Zakharevich wrote:
> > write(1, " b i g i s 1 . 7 5 ".., 20) = 20
> > big is 2.00 Gb long
> > write(1, " b i g i s 2 . 0 0 ".., 20) = 20
> > Incurred fault #6, FLTBOUNDS %pc = 0xFFFFFFFF7E2009A8
> > siginfo: SIGSEGV SEGV_MAPERR addr=0x1A0128000
> > Received signal #11, SIGSEGV [default]
> > siginfo: SIGSEGV SEGV_MAPERR addr=0x1A0128000
>
> Can you backtrace it? I have a vague conjecture that we are not ready
> for intptr_t in
I'm afraid I got bored waiting for it to write a 2Gb corefile so I
zapped it.
> Try this (I also removed some dead code):
[snip]
I'll give it a whizz after the kids have gone to bed.
Alan