NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bin/44958: dig(9) busy-loops



The following reply was made to PR bin/44958; it has been noted by GNATS.

From: Hauke Fath <hf%spg.tu-darmstadt.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: gnats-admin%NetBSD.org@localhost
Subject: Re: bin/44958: dig(9) busy-loops
Date: Thu, 12 May 2011 23:55:04 +0200

 At 20:00 Uhr +0000 12.05.2011, Hauke Fath wrote:
 >      Building external/bsd/bind with NAMED_DEBUG=1 does not work
 >      currently because of a missing library, so I cannot provide
 >      debugger information. I'll try to come up with a ktrace.
 
 The ktruss output produced by the following script
 
 <snip>
 #!/bin/sh
 #
 # ktruss dig(8)
 
 _trussdir="/var/tmp/dig.ktruss"
 
 mkdir -p ${_trussdir}
 cd ${_trussdir}
 
 ktruss -di -o ${_trussdir}/ktruss.$$ \
     /usr/bin/dig pizza.causeuse.org. @130.83.197.9 \
     > ${_trussdir}/ktruss.out.$$
 </snip>
 
 can be found here (15 K)
 
(<http://bounce.nt.e-technik.tu-darmstadt.de/~hf/netbsd/pr44958/pr44958-dig-ktruss.out.gz>.
 
        hauke
 
 -- 
      The ASCII Ribbon Campaign                    Hauke Fath
 ()     No HTML/RTF in email            Institut für Nachrichtentechnik
 /\     No Word docs in email                     TU Darmstadt
      Respect for open standards              Ruf +49-6151-16-3281
 


Home | Main Index | Thread Index | Old Index