Hallo, * intrig...@debian.org [Wed, Nov 28 2012, 02:11:08PM]: > Package: apt-cacher-ng > Version: 0.7.10-1 > Severity: important > > hi, I've upgraded from Wheezy's apt-cacher-ng to escape the #677983 > and friends, and it now dies seemingly randomly on two Wheezy systems > of mine; the kernel log says: > > apt-cacher-ng[31366]: segfault at fffffffffffffff6 ip 0000000000462950 > sp 00007f3ede543720 error 4 in apt-cacher-ng[400000+90000] > > Is there anything I can do to help track this down?
As usual, you could create crash dumps. To catch the ones from daemons, use something like: kernel.core_pattern=/var/tmp/core.%e.%p in /etc/sysctl.conf (points to any directory, it needs to exist and be writable by the apt-cacher-ng user) ulimit -c 400000000 in /etc/init.d/apt-cacher-ng . Reboot or re-run the particular init scripts, wait for the next crash, get the new core dump, compress and send it to me (e.g. via alioth or sth.). Regards, Eduard. -- Wer nicht von wenigem zu leben versteht, bleibt zeitlebens ein Sklave. -- Quintus Flaccus Horaz (65-8 v.Chr.) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org