latest nsupdate core dumping

Stefan Puiu stefanpuiu at itcnetworks.ro
Wed Feb 16 15:42:08 UTC 2005


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