From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 25 20:00:13 2009 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C9B210656AB; Fri, 25 Sep 2009 20:00:13 +0000 (UTC) (envelope-from kargl@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.freebsd.org (Postfix) with ESMTP id CE0038FC28; Fri, 25 Sep 2009 20:00:07 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.3/8.14.3) with ESMTP id n8PK07bZ096350; Fri, 25 Sep 2009 13:00:07 -0700 (PDT) (envelope-from kargl@troutmask.apl.washington.edu) Received: (from kargl@localhost) by troutmask.apl.washington.edu (8.14.3/8.14.3/Submit) id n8PK077a096347; Fri, 25 Sep 2009 13:00:07 -0700 (PDT) (envelope-from kargl) From: "Steven G. Kargl" Message-Id: <200909252000.n8PK077a096347@troutmask.apl.washington.edu> In-Reply-To: <200909251920.n8PJK19l092898@freefall.freebsd.org> To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Date: Fri, 25 Sep 2009 13:00:07 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL124c (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="US-ASCII" Cc: Subject: Re: ports/139141: printing to print device broken X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2009 20:00:13 -0000 Here's the last 60 lines of ktrace output. 72350 a2ps RET read 0 72350 a2ps CALL write(0x2,0x7fffffffdbe0,0x20) 72350 a2ps GIO fd 2 wrote 32 bytes "[read.h (C): 1 page on 1 sheet] " 72350 a2ps RET write 32/0x20 72350 a2ps CALL close(0x3) 72350 a2ps RET close 0 72350 a2ps CALL pipe 72350 a2ps RET pipe 3 72350 a2ps CALL vfork 72350 a2ps RET vfork 72352/0x11aa0 72350 a2ps CALL fcntl(0x4,F_GETFL,0) 72350 a2ps RET fcntl 2 72350 a2ps CALL close(0x3) 72350 a2ps RET close 0 72350 a2ps CALL fstat(0x4,0x7fffffffe2e0) 72350 a2ps STRU struct stat {dev=0, ino=0, mode=p--------- , nlink=0, uid=0, gid=0, rdev=0, atime=1253908479, stime=1253908479, ctime=1253908479, birthtime=0, size=0, blksize=4096, blocks=0, flags=0x0 } 72350 a2ps RET fstat 0 72350 a2ps CALL write(0x4,0x200af6000,0x1000) 72350 a2ps RET write -1 errno 32 Broken pipe 72350 a2ps PSIG SIGPIPE caught handler=0x402780 mask=0x0 code=0x0 72350 a2ps CALL stat(0x7fffffffda60,0x7fffffffd9e0) 72350 a2ps NAMI "/usr/share/nls/C/libc.cat" 72350 a2ps RET stat -1 errno 2 No such file or directory 72350 a2ps CALL stat(0x7fffffffda60,0x7fffffffd9e0) 72350 a2ps NAMI "/usr/share/nls/libc/C" 72350 a2ps RET stat -1 errno 2 No such file or directory 72350 a2ps CALL stat(0x7fffffffda60,0x7fffffffd9e0) 72350 a2ps NAMI "/usr/local/share/nls/C/libc.cat" 72350 a2ps RET stat -1 errno 2 No such file or directory 72350 a2ps CALL stat(0x7fffffffda60,0x7fffffffd9e0) 72350 a2ps NAMI "/usr/local/share/nls/libc/C" 72350 a2ps RET stat -1 errno 2 No such file or directory 72350 a2ps CALL write(0x2,0x7fffffffd380,0x6) 72350 a2ps GIO fd 2 wrote 6 bytes "a2ps: " 72350 a2ps RET write 6 72350 a2ps CALL write(0x2,0x7fffffffd460,0x23) 72350 a2ps GIO fd 2 wrote 35 bytes "received signal 13: Broken pipe: 13" 72350 a2ps RET write 35/0x23 72350 a2ps CALL write(0x2,0x2009bac37,0x1) 72350 a2ps GIO fd 2 wrote 1 byte " " 72350 a2ps RET write 1 72350 a2ps CALL sigprocmask(SIG_BLOCK,0x200689140,0x7fffffffd940) 72350 a2ps RET sigprocmask 0 72350 a2ps CALL sigprocmask(SIG_SETMASK,0x200689150,0) 72350 a2ps RET sigprocmask 0 72350 a2ps CALL sigprocmask(SIG_BLOCK,0x200689140,0x7fffffffd8f0) 72350 a2ps RET sigprocmask 0 72350 a2ps CALL sigprocmask(SIG_SETMASK,0x200689150,0) 72350 a2ps RET sigprocmask 0 72350 a2ps CALL sigprocmask(SIG_BLOCK,0x200689140,0x7fffffffd8f0) 72350 a2ps RET sigprocmask 0 72350 a2ps CALL sigprocmask(SIG_SETMASK,0x200689150,0) 72350 a2ps RET sigprocmask 0 72350 a2ps CALL exit(0x1) -- Steve http://troutmask.apl.washington.edu/~kargl/