rndc make a core file

2013-08-26 Thread Liu Mingxing
Dear all,
I used rndc to watch the stats of named in the auth server with a default port 
while control port was set to 9053 before a core dump file was created. Was it 
a bug?
The command :rndc -s localhost stats

core file is like this

Core was generated by `/xxx//named -u named -t xx -c /etc/xx.conf'.
Program terminated with signal 11, Segmentation fault.
[New process 13705]
[New process 13714]
[New process 13713]
[New process 13712]
[New process 13711]
[New process 13710]
[New process 13709]
[New process 13708]
[New process 13707]
[New process 13706]
[New process 13704]
#0  set_offsets (name=0x419f9720, offsets=0x9f9770 Address 0x9f9770 out of 
bounds, set_name=0x0) at name.c:1793

warning: Source file is more recent than executable.
1793offsets[nlabels++] = offset;
(gdb) bt
#0  set_offsets (name=0x419f9720, offsets=0x9f9770 Address 0x9f9770 out of 
bounds, set_name=0x0) at name.c:1793
#1  0x004a95ff in dns_name_concatenate (prefix=0x419f9720, 
suffix=value optimized out, name=0x419f9720, target=0x419f97f0) at name.c:2179
#2  0x004b5bf2 in dns_rbtnodechain_current (chain=0x419f8f10, 
name=value optimized out, origin=0x419f9720, node=value optimized out) at 
rbt.c:333
#3  0x004c8864 in zone_find (db=0x2c13a7f0, name=0x419faab0, 
version=0x2aab822a8530, type=50, options=value optimized out, now=value 
optimized out, nodep=0x0, 
foundname=0x2b15c0b0, rdataset=0x2b15f470, 
sigrdataset=0x2b15f160) at rbtdb.c:2995
#4  0x00416f50 in query_findclosestnsec3 (qname=value optimized out, 
db=0x2c13a7f0, version=0x2aab822a8530, client=0x17916350, 
rdataset=0x2b15f470, 
sigrdataset=0x2b15f160, fname=0x2b15c0b0, exact=isc_boolean_false, 
found=0x0) at query.c:5223
#5  0x0041e0f6 in query_addds (client=0x17916350, db=0x2c13a7f0, 
node=value optimized out, version=0x2aab822a8530, name=0x419fb690) at 
query.c:3289
#6  0x004225a4 in query_find (client=0x17916350, event=0x0, qtype=1) at 
query.c:5980
#7  0x0042695e in ns_query_start (client=0x17916350) at query.c:7456
#8  0x0040c8f0 in client_request (task=value optimized out, 
event=value optimized out) at client.c:1919
#9  0x005c6396 in run (uap=0x2b0d5bf48010) at task.c:1019
#10 0x0039e0c064a7 in start_thread () from /lib64/libpthread.so.0
#11 0x0039e00d3c2d in clone () from /lib64/libc.so.6





Liu Mingxing___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

dig and IPV6 server

2013-08-26 Thread hugo hugoo
Dear all,

I try to used dig on my windows PC using a server in IPV6. (local loppback from 
the BBOX I use)
It do not work.
Any help possible?

C:\dignslookup www.google.be
Server:  UnKnown
Address:  fe80::a6b1:e9ff:fe68:c8== server I will use with DIG.

Non-authoritative answer:
Name:www.google.be
Addresses:  2a00:1450:400c:c03::5e
  74.125.132.94


C:\digdig @fe80::a6b1:e9ff:fe68:c8 www.google.be
dig: couldn't get address for 'fe80::a6b1:e9ff:fe68:c8': address family not 
supported

C:\digdig @fe80::a6b1:e9ff:fe68:0:0:0:c8 www.google.be
dig: couldn't get address for 'fe80::a6b1:e9ff:fe68:0:0:0:c8': not found


It do now work...

C:\digdig -v
DiG 9.3.2


Thanks in advance for any feedback,

Hugo,
  ___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Re: dig and IPV6 server

2013-08-26 Thread Antonio Querubin

On Mon, 26 Aug 2013, hugo hugoo wrote:


C:\digdig @fe80::a6b1:e9ff:fe68:c8 www.google.be
dig: couldn't get address for 'fe80::a6b1:e9ff:fe68:c8': address family not 
supported


Try adding the interface to the link-local, eg.:

dig @fe80::a6b1:e9ff:fe68:c8%eth0 www.google.be

Antonio Querubin
e-mail:  t...@lavanauts.org
xmpp:  antonioqueru...@gmail.com___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Re: dig and IPV6 server

2013-08-26 Thread Mark Andrews

In message dub115-w59e47b62dfca142872c923ac...@phx.gbl, hugo hugoo writes:

 Dear all,

 I try to used dig on my windows PC using a server in IPV6. (local
 loppback from the BBOX I use)
 It do not work.
 Any help possible?

 C:\dignslookup www.google.be
 Server:  UnKnown
 Address:  fe80::a6b1:e9ff:fe68:c8== server I will use with DIG.

 Non-authoritative answer:
 Name:www.google.be
 Addresses:  2a00:1450:400c:c03::5e
   74.125.132.94


 C:\digdig @fe80::a6b1:e9ff:fe68:c8 www.google.be
 dig: couldn't get address for 'fe80::a6b1:e9ff:fe68:c8': address family
 not supported

 C:\digdig @fe80::a6b1:e9ff:fe68:0:0:0:c8 www.google.be
 dig: couldn't get address for 'fe80::a6b1:e9ff:fe68:0:0:0:c8': not found

 It do now work...

 C:\digdig -v
 DiG 9.3.2

Use something more recent.  IPv6 support for windows was added in BIND 9.3.6.

2350.   [port]  win32: IPv6 support. [RT #17797]

BIND 9.3 was EOL'd Jan 2009.

 Thanks in advance for any feedback,

 Hugo,
-- 
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742 INTERNET: ma...@isc.org
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users