Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Sep 2009 20:10:04 GMT
From:      "Steven G. Kargl" <kargl@troutmask.apl.washington.edu>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/139141: printing to print device broken
Message-ID:  <200909252010.n8PKA4j3044215@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/139141; it has been noted by GNATS.

From: "Steven G. Kargl" <kargl@troutmask.apl.washington.edu>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:  
Subject: Re: ports/139141: printing to print device broken
Date: Fri, 25 Sep 2009 13:00:07 -0700 (PDT)

 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/



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