Your message dated Thu, 10 Dec 2015 23:00:20 +0000
with message-id <e1a7acc-00055s...@franck.debian.org>
and subject line Bug#732697: fixed in dibbler 1.0.1-1
has caused the Debian Bug report #732697,
regarding /usr/sbin/dibbler-client: dibbler_client: segfaults in 
TClntCfgMgr::validateConfig
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
732697: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732697
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: dibbler-client
Version: 1.0.0~rc1-1
Severity: serious
File: /usr/sbin/dibbler-client
Tags: ipv6
Justification: Policy 3.3

Each time I start dibbler-client, it terminates with a segmentation fault.

Compiling with debug symbols and starting with GDB I get:

# gdb --args dibbler-client run
GNU gdb (GDB) 7.6.1 (Debian 7.6.1-1)
...
Reading symbols from /usr/sbin/dibbler-client...Reading symbols from 
/usr/lib/debug/.build-id/00/e3a4d011a15fdf6c9c425ab9d7cfc1d8e1a168.debug...done.
done.
(gdb) run
Starting program: /usr/sbin/dibbler-client run
[tcsetpgrp failed in terminal_inferior: Unpassender IOCTL (I/O-Control) für das 
Gerät]
warning: no loadable sections found in added symbol-file system-supplied DSO at 
0x7ffff7ffa000
[tcsetpgrp failed in terminal_inferior: Unpassender IOCTL (I/O-Control) für das 
Gerät]
warning: Could not load shared library symbols for linux-vdso.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[tcsetpgrp failed in terminal_inferior: Unpassender IOCTL (I/O-Control) für das 
Gerät]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[tcsetpgrp failed in terminal_inferior: Unpassender IOCTL (I/O-Control) für das 
Gerät]
| Dibbler - a portable DHCPv6, version 1.0.0RC1 (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/
2013.12.20 12:54:56 Client Warning   Pid file found (pid=4676, file 
/var/lib/dibbler/client.pid), but process 4676 does not exist.
2013.12.20 12:54:56 Client Notice    My pid (32038) is stored in 
/var/lib/dibbler/client.pid
2013.12.20 12:54:56 Client Notice    Detected iface eth0/2, 
MAC=90:2b:34:a0:08:48.
2013.12.20 12:54:56 Client Notice    Detected iface lo/1, MAC=00:00:00:00:00:00.
2013.12.20 12:54:56 Client Notice    Parsing /etc/dibbler/client.conf config 
file...
2013.12.20 12:54:56 Client Debug     Parsing /etc/dibbler/client.conf done, 
result=0
2013.12.20 12:54:56 Client Debug     1 interface(s) specified in 
/etc/dibbler/client.conf
2013.12.20 12:54:56 Client Info      Interface eth0/2 configuration has been 
loaded.

Program received signal SIGSEGV, Segmentation fault.
TClntCfgMgr::validateConfig (this=this@entry=0x6f4da0) at ClntCfgMgr.cpp:530
530             if (digests[0] != DIGEST_HMAC_MD5) {
(gdb) bt
#0  TClntCfgMgr::validateConfig (this=this@entry=0x6f4da0) at ClntCfgMgr.cpp:530
#1  0x0000000000447428 in TClntCfgMgr::parseConfigFile 
(this=this@entry=0x6f4da0, cfgFile=...) at ClntCfgMgr.cpp:135
#2  0x0000000000447695 in TClntCfgMgr::TClntCfgMgr (this=0x6f4da0, cfgFile=...) 
at ClntCfgMgr.cpp:62
#3  0x00000000004478e1 in TClntCfgMgr::instanceCreate (cfgFile=...) at 
ClntCfgMgr.cpp:47
#4  0x0000000000408d12 in TDHCPClient::TDHCPClient (this=0x7fffffffe460, 
config=...) at ./Misc/DHCPClient.cpp:41
#5  0x00000000004075d3 in run () at ./Port-linux/dibbler-client.cpp:87
#6  0x0000000000405d9f in main (argc=<optimized out>, argv=<optimized out>) at 
./Port-linux/dibbler-client.cpp:153


-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.12-rc7-amd64 (SMP w/6 CPU cores)
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.52
ii  libc6                  2.17-93
ii  libgcc1                1:4.8.2-1
ii  libstdc++6             4.8.2-1
ii  ucf                    3.0027+nmu1

Versions of packages dibbler-client recommends:
ii  dibbler-doc  0.8.2-1
ii  resolvconf   1.74

dibbler-client suggests no packages.

-- Configuration Files:
/etc/init.d/dibbler-client changed:
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
DAEMON=/usr/sbin/dibbler-client
NAME=dibbler-client
DESC="DHCPv6 client"
DAEMON_OPTS=run

test -x $DAEMON || exit 0
if [ -f /etc/default/dibbler ] ; then
        . /etc/default/dibbler
fi
set -e
case "$1" in
  start)
        echo -n "Starting $DESC: "
        $DAEMON start 2>&1 > /dev/null
        echo "$NAME."
        ;;
  stop)
        echo -n "Stopping $DESC: "
        ($DAEMON stop 2>&1 > /dev/null || true)
        echo "$NAME."
        ;;
  status)
        echo "Status $DESC: $NAME"
        $DAEMON status
        ;;
  #reload)
        #
        #       If the daemon can reload its config files on the fly
        #       for example by sending it SIGHUP, do it here.
        #
        #       If the daemon responds to changes in its config file
        #       directly anyway, make this a do-nothing entry.
        #
        # echo "Reloading $DESC configuration files."
        # start-stop-daemon --stop --signal 1 --quiet --pidfile \
        #       /var/run/$NAME.pid --exec $DAEMON
  #;;
  restart|force-reload)
        #
        #       If the "reload" option is implemented, move the "force-reload"
        #       option to the "reload" entry above. If not, "force-reload" is
        #       just the same as "restart".
        #
        echo -n "Restarting $DESC: "
        ($DAEMON stop 2>&1 > /dev/null || true)
        sleep 1
        $DAEMON start 2>&1 > /dev/null
        echo "$NAME."
        ;;
  *)
        N=/etc/init.d/$NAME
        # echo "Usage: $N {start|stop|restart|reload|force-reload}" >&2
        echo "Usage: $N {start|stop|restart|force-reload}" >&2
        exit 1
        ;;
esac
exit 0


-- debconf information:
* dibbler-client/start: true
  dibbler-client/title:
* dibbler-client/interfaces: eth0
* dibbler-client/options: dns, domain
# Defaults for dibbler-client.
# installed at /etc/dibbler/client.conf by the maintainer scripts

# 8 (Debug) is most verbose. 7 (Info) is usually the best option
log-level 8

# To perform stateless (i.e. options only) configuration, uncomment
# this line below and remove any "ia" keywords from interface definitions
# stateless

inactive-mode
iface eth0 {
# ask for address
    ia
    ta
    rapid-commit yes
# ask for options
    option dns-server
    option domain
#    option ntp-server
#    option time-zone
#    option sip-server
#    option sip-domain
#    option nis-server
#    option nis-domain
#    option nis+-server
#    option nis+-domain
}


--- End Message ---
--- Begin Message ---
Source: dibbler
Source-Version: 1.0.1-1

We believe that the bug you reported is fixed in the latest version of
dibbler, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 732...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bartosz Fenski <fe...@debian.org> (supplier of updated dibbler package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 10 Dec 2015 13:33:56 +0100
Source: dibbler
Binary: dibbler-server dibbler-server-dbg dibbler-client dibbler-client-dbg 
dibbler-relay dibbler-relay-dbg dibbler-doc
Architecture: source amd64 all
Version: 1.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Tomasz Mrugalski <thom...@klub.com.pl>
Changed-By: Bartosz Fenski <fe...@debian.org>
Description:
 dibbler-client - portable DHCPv6 client
 dibbler-client-dbg - portable DHCPv6 client
 dibbler-doc - documentation for Dibbler
 dibbler-relay - portable DHCPv6 relay
 dibbler-relay-dbg - portable DHCPv6 relay
 dibbler-server - portable DHCPv6 server
 dibbler-server-dbg - portable DHCPv6 server
Closes: 732697 732707 780232 795493
Changes:
 dibbler (1.0.1-1) unstable; urgency=low
 .
   * The Akamai Technologies paid volunteer days release.
   * New upstream release (Closes: #780232, #795493)
     - fixes segfaults in TClntCfgMgr::validateConfig (Closes: #732697)
   * Includes debugging packages (Closes: #732707)
   * Bumped Standards-Version (no changes needed)
Checksums-Sha1:
 3364b529c32cbb8f984eb3fc2dfb0531bbbb0ac2 2103 dibbler_1.0.1-1.dsc
 9af3166d4201fcf4691a94d49d3ceb1686c5161a 4375118 dibbler_1.0.1.orig.tar.gz
 dc6a5477db5b08969011080cd05777c45967d443 19804 dibbler_1.0.1-1.debian.tar.xz
 4fc625f0543662aff32a41339aea155bebfef264 3856942 
dibbler-client-dbg_1.0.1-1_amd64.deb
 92e668e7818f2bac0d1c6b737a636c9f0493fded 379786 
dibbler-client_1.0.1-1_amd64.deb
 03c6a3fd553f96d70364e5d62f7c0f12b3cce6db 1200206 dibbler-doc_1.0.1-1_all.deb
 9549daecc3274be48c99d6341b0cc18f4763096b 954760 
dibbler-relay-dbg_1.0.1-1_amd64.deb
 dc726aacd5a2bc0ee755914bfe9a5617fde2e8cd 130136 dibbler-relay_1.0.1-1_amd64.deb
 f7979ab670a83896e38ff39d79bf751cf35bff07 3813322 
dibbler-server-dbg_1.0.1-1_amd64.deb
 3d223c969c947340929ff27d02460300a2fa8a20 414748 
dibbler-server_1.0.1-1_amd64.deb
Checksums-Sha256:
 a64db4fb38b3c3061dc55d102465337008f10d4f3702e22c842d67558407e645 2103 
dibbler_1.0.1-1.dsc
 27869877e060c039cbc24a5f6a9dd69006bf67de0ffdf29a645a80aef6e476a1 4375118 
dibbler_1.0.1.orig.tar.gz
 0b6c94767663cd7af95ed348e7a7e4a3904e04f6a78fef5395825719cc1ac01b 19804 
dibbler_1.0.1-1.debian.tar.xz
 88bffd658e6b86e6e4d8c92f8da103d86158de5668572df358dba3c9cfbc464f 3856942 
dibbler-client-dbg_1.0.1-1_amd64.deb
 ae66557ee48db9b691850bedab6f859abfde9308462392e3a7abf37767e74a5e 379786 
dibbler-client_1.0.1-1_amd64.deb
 82a4ef502da0d50737d5f80e010ec6788894104b40149c5463913a0162167a46 1200206 
dibbler-doc_1.0.1-1_all.deb
 a86fc10039e202267d439fb08fdb2e6d858777efa0a48e8c545478293df715bb 954760 
dibbler-relay-dbg_1.0.1-1_amd64.deb
 900ff74a8a249791d1a8d85d773b6e0d015bf640aaaca0e18a6f481ea9ef06fc 130136 
dibbler-relay_1.0.1-1_amd64.deb
 d62e557d7a5c3fd555a258969ec18fd2a9a9300b0512e5920fb1a213be8a1c28 3813322 
dibbler-server-dbg_1.0.1-1_amd64.deb
 a88018b753282d9d0fe1c4a99a28ea315ddf2d13c176f576a7a71388de34a81b 414748 
dibbler-server_1.0.1-1_amd64.deb
Files:
 bcf6bdb9fcf38b7eeeea87d43f5e7ef6 2103 admin optional dibbler_1.0.1-1.dsc
 93357bea3ec35b0c1d11242055361409 4375118 admin optional 
dibbler_1.0.1.orig.tar.gz
 91b76492eb42a11795d634001644e1cf 19804 admin optional 
dibbler_1.0.1-1.debian.tar.xz
 a1fa8c0fb4b59ee657fd465024e188e0 3856942 debug extra 
dibbler-client-dbg_1.0.1-1_amd64.deb
 00a9a2c13024b5620f5f4dab204028bc 379786 admin optional 
dibbler-client_1.0.1-1_amd64.deb
 f71596f4b3397aaff35e62d281781b9d 1200206 doc optional 
dibbler-doc_1.0.1-1_all.deb
 2250b8f98acd53cd0ef2bed4c695a68c 954760 debug extra 
dibbler-relay-dbg_1.0.1-1_amd64.deb
 ff3f18b5f15d1e614a82dfed99762502 130136 admin optional 
dibbler-relay_1.0.1-1_amd64.deb
 79bbc3e7cdb86117140f96cb73b37564 3813322 debug extra 
dibbler-server-dbg_1.0.1-1_amd64.deb
 c6ad8d529e9ca59b22357e4e0e9bf1d7 414748 admin optional 
dibbler-server_1.0.1-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJWaYeYAAoJELDZ1Kg807vBOKsP/Ra5gET0vfCB9HzfxLebSY0V
WwDFZAejfAnUhGEKWamNSuYXnuER5IMJBCWZnB1KrpXf6nhlbbG8eL8VODKzFixf
xRfNwfgFNH5zAmB+7H+Jyf5CX0BYAb1Xcso9lWJsfIpUBjsXPrVTwiFb0KWLsYkZ
J7t9825HX+U5G5FGIAADeZjYvzhw6n0afgW+tc9KPblr0shjp7uXb6sQSJkBj3FI
O4TRFoKLRcFVKLA/XaLL6kB7XnkK3erK8oBW6kAYv6WHgecARt/TTxJt7G8T2haK
RkUrUo3Ln0GCFLXdMn0/oJs+efnjDB4B8xF7kAPOy1GozJBbcJZ9QSmIC6xZdaXr
K01CkKKXpbnqtpxmFslWwHwva/cyL5JuRP+PpbzknK4omc7vjgl7BbQ+kYETvh30
wgCe/ZmitxMjtIiuCrsfkZ+d8nZWea03OKVS8snKoq5ATqpfEeUstHwkPL6K4ffK
iYdCeSkZo26FPZMnOUtEFDzreX1FQj1KrVgmzJpygCVOlcaavQ3PbCH+I66YQRbU
EYBMf2QYcp1rmD8BBhW4IdvqFW+zMQ9evT24X4Uy7G7d5Liu1BZclXUP/6kSUJZq
yOOXspjkcVtUCK/KlS4z9FkbUy29Uzljt+ryFdGQqw8hDv2Sn8ot7rdDEJ3NII7J
tmjH0Ritt8DLY2sT57jV
=6gsf
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to