Alexander Kabaev writes:
> On Tue, 22 Oct 2002 11:39:43 -0400
> Alexander Kabaev <[EMAIL PROTECTED]> wrote:
>
> > Anyone cares to post a ktrace?
> >
> > --
> > Alexander Kabaev
>
> If this is a case of a brk(2) failing, then I have a patch in testing to fix
> that. Give me some time to finish.
I've appended a trace.
Drew
1447 ktrace RET ktrace 0
1447 ktrace CALL execve(0x11fff963,0x11fff700,0x11fff718)
1447 ktrace NAMI "./groff"
1447 groff RET execve 0
1447 groff CALL fstat(0x1,0x11ffefa0)
1447 groff RET fstat 0
1447 groff CALL readlink(0x12002da88,0x11ffef80,0x3f)
1447 groff NAMI "/etc/malloc.conf"
1447 groff RET readlink -1 errno 2 No such file or directory
1447 groff CALL mmap(0,0x2000,0x3,0x1002,0xffffffffffffffff,0,0)
1447 groff RET mmap 1073741824/0x40000000
1447 groff CALL break(0x12004a000)
1447 groff RET break -1 errno 12 Cannot allocate memory
1447 groff CALL break(0x12004a000)
1447 groff RET break -1 errno 12 Cannot allocate memory
1447 groff CALL write(0x1,0x11ffec60,0xc)
1447 groff GIO fd 1 wrote 12 bytes
"size = 0x16
"
1447 groff RET write 12/0xc
1447 groff CALL break(0x12004a000)
1447 groff RET break -1 errno 12 Cannot allocate memory
1447 groff CALL write(0x2,0x12002b9df,0xe)
1447 groff GIO fd 2 wrote 14 bytes
"out of memory
"
1447 groff RET write 14/0xe
1447 groff CALL exit(0xffffffffffffffff)
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message