dnsmasq segfault in libc-2.17.so after upgrade
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
dnsmasq (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Message:
$ dmesg | grep dnsmasq
[ 26.053414] dnsmasq[1687]: segfault at 7fff168a8ff8 ip 00007f06425f31a8 sp 00007fff168a8fd0 error 6 in libc-2.
1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> About Ubuntu
$ lsb_release -rd
Description: Ubuntu 13.04
Release: 13.04
2) The version of the package you are using, via 'apt-cache policy pkgname' or by checking in Software Center
$ apt-cache policy dnsmasq-base
dnsmasq-base:
Installed: 2.65-1ubuntu1
Candidate: 2.65-1ubuntu1
Version table:
*** 2.65-1ubuntu1 0
500 http://
100 /var/lib/
3) What you expected to happen
1. Make file /etc/NetworkMan
bind-interfaces
host-record=
ptr-record=hostname
cname=hostname,
2. Restart
3. 'ps aux | grep dnsmasq' still shows entry of network-manager dnsmasq-base instance.
4. 'ping hostname' success.
4) What happened instead
1. 'ps aux | grep dnsmasq' shows entry of libvirt-bin dnsmasq-base instance. network-manager dnsmasq-base instance dissapeared.
$ ps aux|grep dnsmasq
115 2177 0.0 0.0 26080 1020 ? S 08:58 0:00 /usr/sbin/dnsmasq --conf-
rona 26651 0.0 0.0 9440 944 pts/1 S+ 09:23 0:00 grep dnsmasq
2. 'ping hostname' fail.
ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: dnsmasq-base 2.65-1ubuntu1
ProcVersionSign
Uname: Linux 3.8.0-31-generic x86_64
NonfreeKernelMo
ApportVersion: 2.9.2-0ubuntu8.3
Architecture: amd64
Date: Sun Oct 6 09:01:23 2013
InstallationDate: Installed on 2013-01-09 (269 days ago)
InstallationMedia: Xubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425)
MarkForUpload: True
SourcePackage: dnsmasq
UpgradeStatus: Upgraded to raring on 2013-06-24 (104 days ago)
I ran a test against the /etc/NetworkMan ager/dnsmasq. d. It says syntax check ok.
$ /usr/sbin/dnsmasq --no-resolv --keep- in-foreground --no-hosts --bind-interfaces --pid-file= /var/run/ NetworkManager/ dnsmasq. pid --listen- address= 127.0.1. 1 --conf- file=/var/ run/NetworkMana ger/dnsmasq. conf --cache-size=0 --proxy-dnssec --enable- dbus=org. freedesktop. NetworkManager. dnsmasq --conf- dir=/etc/ NetworkManager/ dnsmasq. d --test
dnsmasq: syntax check OK.