Debugging buserver/budb_server with gdb shows this information:
(gdb) run -servers 134.76.81.219
Starting program:
/usr/local/src/openafs/openafs_1.6.5-1-TEST/openafs-1.6.5/src/budb/budb_server
-servers 134.76.81.219
[Thread debugging using libthread_db enabled]
Using host libthread_db library
"/lib/i386-linux-gnu/i686/cmov/libthread_db.so.1".
Program received signal SIGSEGV, Segmentation fault.
verifyInterfaceAddress (ame=ame@entry=0xbfffef5c,
info=info@entry=0xbffff050, aservers=aservers@entry=0x0) at beacon.c:628
628 tmpAddr = (afs_uint32)
info->hostAddr[i].sin_addr.s_addr;
(gdb) list
623 ** application screwed up in dealing with multihomed concepts
624 */
625 for (j = 0, found = 0; j < count; j++) {
626 for (i = 0; i < totalServers; i++) {
627 if (info)
628 tmpAddr = (afs_uint32)
info->hostAddr[i].sin_addr.s_addr;
629 else
630 tmpAddr = aservers[i];
631 if (myAddr[j] == tmpAddr) {
632 *ame = tmpAddr;
(lines 623-632 of beacon.c)
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org