latest nsupdate core dumping

Ian D. id2001 at cablelabs.com
Wed Feb 16 16:58:18 UTC 2005


Re: latest nsupdate core dumping(gdb) where 
#0  0xff2591f0 in __sigprocmask () from /usr/lib/libthread.so.1 
#1  0xff24e574 in _resetsig () from /usr/lib/libthread.so.1 
#2  0xff24dd14 in _sigon () from /usr/lib/libthread.so.1 
#3  0xff250d54 in _thrp_kill () from /usr/lib/libthread.so.1 
#4  0xff14bce8 in raise () from /usr/lib/libc.so.1 
#5  0xff13598c in abort () from /usr/lib/libc.so.1 
#6  0x1d58f4 in default_callback () 
#7  0x5754c in dns_message_settsigkey () 
#8  0xd1788 in dns_request_createvia3 () 
#9  0x3be58 in sendrequest () 
#10 0x3ba38 in recvsoa () 
#11 0x1fb030 in dispatch () 
#12 0x1fb544 in run () 
  ----- Original Message ----- 
  From: Stefan Puiu 
  To: Ian Duplisse 
  Cc: bind9-users at isc.org 
  Sent: Wednesday, February 16, 2005 8:42 AM
  Subject: Re: latest nsupdate core dumping




  You might want to extract the stack trace from the core dump and post it 
  here or on bind9-bugs. You can extract the stack trace using gdb, or dbx 
  if you have a Sun Workshop/Studio license. Run "gdb <path/to/named> 
  <path/to/core>", and then type "where" in the gdb command line to get a 
  stack trace, which would be helpful in tracing a possible bug. What BIND 
  binaries are you using, by the way? 

  Ian D. wrote: 

  >I'm trying to delete a CNAME with nsupdate and get a core dump.  Anyone else with this problem?  I've tried 9.3.0 and 9.3.1.rc1.  It worked fine in 9.2.1.  I'm running on Solaris 8.

  ># nsupdate -d -k /etc/namedb/Kns1.mydomain.com.+157+54124.key 
  >Creating key... 
  >  
  > 
  >>server localhost 
  >>update delete mytest.mydomain.com. CNAME 
  >> 
  >>    
  >> 
  >Reply from SOA query: 
  >;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id:  65306 
  >;; flags: qr aa rd ra ; QUESTION: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1 
  >;; QUESTION SECTION: 
  >;mytest.mydomain.com.          IN      SOA 
  > 
  >;; ANSWER SECTION: 
  >mytest.mydomain.com.   3600    IN      CNAME   ns1.mydomain.com. 
  > 
  >;; AUTHORITY SECTION: 
  >mydomain.com.          300     IN      SOA     ns1.mydomain.com. hostmaster.mydomain.com. 2001111736 10800 3600 604800 300

  > 
  >;; TSIG PSEUDOSECTION: 
  >ns1.mydomain.com.    0       ANY     TSIG    hmac-md5.sig-alg.reg.int. 1108563736 300 16 Cm241ZqnbiypJoceqCBAsg== 65306 NOERROR 0

  > 
  > 
  >message.c:2491: REQUIRE(msg->tsigkey == 0 && msg->sig0key == 0) failed. 
  >Abort (core dumped) 
  > 
  > 
  > 
  >  
  > 



More information about the bind-users mailing list