[Ldapdns-users] ldapaxfr segfaulting when requesting an AXFR transfer.
Brought to you by:
nimh
From: Edward R. <ed...@om...> - 2003-10-31 21:24:24
|
I am trying to get the AXFR support in ldapdns working.. I'm using LDAP dns version 2.0.5 on a RH 7.3 system.. I set AXFR=3D. THREADS=3D1, HANDLERS=3D1 just to get it to work for now. ldapdns works fine, ldapaxfr TCP requests work,=20 dig @mymachine +tcp test.domain works but this=20 dig @mymachine +tcp -t axfr test.domain fails with=20 ;; communications error to 127.0.0.1#53: end of file and the ldapaxfr process quits and the master spawns a new one.. a GDB backtrace yeilds this. Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1024 (LWP 32742)] 0x080559a2 in ldapdns_process_axfrsearch_start (c=3D0x8065300) at engine.c:2598 2598 if (!response_axstart(c, 1, c->request_name, DNS_T_SOA, DNS_C_IN, c->ttl) (gdb) bt #0 0x080559a2 in ldapdns_process_axfrsearch_start (c=3D0x8065300) at engine.c:2598 #1 0x00000001 in ?? () #2 0x08055ef0 in one2one_msgwait_loop (o_void=3D0x80656c0) at engine.c:2790 #3 0x08059cba in main (argc=3D1, argv=3D0xbffff684) at engine.c:3771 #4 0x42017589 in __libc_start_main () from /lib/i686/libc.so.6 |