Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2002 11:54:25 -0400 (EDT)
From:      Andrew Gallatin <gallatin@cs.duke.edu>
To:        Alexander Kabaev <ak03@gte.com>
Cc:        obrien@FreeBSD.org, current@FreeBSD.org, ru@FreeBSD.org
Subject:   Re: Groff problems (was Re: alpha tinderbox failure)
Message-ID:  <15797.29873.531194.677473@grasshopper.cs.duke.edu>
In-Reply-To: <20021022114653.719fd9f8.ak03@gte.com>
References:  <200210210942.g9L9gLpM025724@beast.freebsd.org> <15796.17145.909288.498725@grasshopper.cs.duke.edu> <20021022142929.GB48398@sunbay.com> <20021022113943.603974fd.ak03@gte.com> <20021022114653.719fd9f8.ak03@gte.com>

next in thread | previous in thread | raw e-mail | index | archive | help

Alexander Kabaev writes:
 > On Tue, 22 Oct 2002 11:39:43 -0400
 > Alexander Kabaev <ak03@gte.com> 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 majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15797.29873.531194.677473>