Package: dibbler-client Version: 0.8.1-1 Severity: important Tags: ipv6 Since the upgrade to 0.8.1-1, dibbler-client segfaults every time it is started. Unfortunately, I seem to be unable to compile an image with debugging symbols.
$ DEB_BUILD_OPTIONS="nostrip noopt" fakeroot apt-get -b source dibbler did not produce the desired result, so all I get is # gdb dibbler-client GNU gdb (GDB) 7.3-debian ... Reading symbols from /usr/sbin/dibbler-client...(no debugging symbols found)...done. (gdb) run run Starting program: /usr/sbin/dibbler-client run [Thread debugging using libthread_db enabled] | Dibbler - a portable DHCPv6, version 0.8.1 (CLIENT, Linux port) | Authors : Tomasz Mrugalski<thomson(at)klub.com.pl>,Marek Senderski<msend(at)o2.pl> | Licence : GNU GPL v2 only. Developed at Gdansk University of Technology. | Homepage: http://klub.com.pl/dhcpv6/ 2012.02.11 12:15:37 Client Warning Pid file found (pid=4592, file /var/lib/dibbler/client.pid), but process 4592 does not exist. 2012.02.11 12:15:37 Client Notice My pid (4647) is stored in /var/lib/dibbler/client.pid 2012.02.11 12:15:37 Client Notice Detected iface eth1/3, MAC=###REDACTED### 2012.02.11 12:15:37 Client Notice Detected iface eth0/2, MAC=###REDACTED### 2012.02.11 12:15:37 Client Notice Detected iface lo/1, MAC=00:00:00:00:00:00. 2012.02.11 12:15:37 Client Notice Parsing /etc/dibbler/client.conf config file... 2012.02.11 12:15:37 Client Info Interface eth0/2 configuation has been loaded. 2012.02.11 12:15:37 Client Info My DUID is 00:01:00:01:15:5f:fa:06:###REDACTED###. 2012.02.11 12:15:37 Client Info Loading old address database (client-AddrMgr.xml), using built-in routines. 2012.02.11 12:15:37 Client Info DB timestamp:1328952293, now()=1328958937, db is 6644 second(s) old. 2012.02.11 12:15:37 Client Notice Creating control (::) socket on the lo/1 interface. Program received signal SIGSEGV, Segmentation fault. 0x000000000043dac0 in TClntCfgTA::getIAID() () (gdb) bt #0 0x000000000043dac0 in TClntCfgTA::getIAID() () #1 0x000000000040f3b8 in TClntTransMgr::populateAddrMgr(SPtr<TClntCfgIface>) () #2 0x000000000040fb03 in TClntTransMgr::TClntTransMgr(std::string) () #3 0x000000000040fc47 in TClntTransMgr::instanceCreate(std::string) () #4 0x0000000000408a84 in TDHCPClient::TDHCPClient(std::string) () #5 0x00000000004075c6 in run() () #6 0x0000000000405b70 in main () The config, which worked in 0.7.3-1 is # grep -v '#' /etc/dibbler/client.conf log-level 7 inactive-mode iface eth0 { ia ta rapid-commit yes option dns-server option domain } In /etc/network/interfaces eth0 is configured as iface eth0 inet static address 192.168.1.2 netmask 255.255.255.0 broadcast 192.168.1.255 gateway 192.168.1.1 dns-nameservers 192.168.1.1 dns-domain muc post-up /etc/init.d/dibbler-client restart down /etc/init.d/dibbler-client stop -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-1-amd64 (SMP w/1 CPU core) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages dibbler-client depends on: ii debconf [debconf-2.0] 1.5.41 ii libc6 2.13-26 ii libgcc1 1:4.6.2-12 ii libstdc++6 4.6.2-12 ii ucf 3.0025+nmu2 Versions of packages dibbler-client recommends: ii dibbler-doc 0.8.1-1 ii resolvconf 1.63 dibbler-client suggests no packages. -- debconf information: * dibbler-client/start: true dibbler-client/title: * dibbler-client/interfaces: eth0 * dibbler-client/options: dns, domain -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org