Bug#824441: [Aptitude-devel] Bug#824441: aptitude segfaults when marking texlive-generic-extra as auto-installed

2016-07-26 Thread Manuel A. Fernandez Montecelo
2016-07-26 10:17 GMT+01:00 James Tocknell : > Hi All > > I've tried reproducing this in 0.8.2 and can't, so it does appear to have > been fixed. Thanks for fixing this. Thanks for confirming :-) Cheers. -- Manuel A. Fernandez Montecelo

Bug#824441: [Aptitude-devel] Bug#824441: aptitude segfaults when marking texlive-generic-extra as auto-installed

2016-07-26 Thread James Tocknell
Hi All I've tried reproducing this in 0.8.2 and can't, so it does appear to have been fixed. Thanks for fixing this. Regards James On 11 June 2016 at 09:26, Manuel A. Fernandez Montecelo < manuel.montez...@gmail.com> wrote: > Control: tags -1 + pending > > > Hi, > > 2016-05-20 08:39 David Kalni

Bug#824441: [Aptitude-devel] Bug#824441: aptitude segfaults when marking texlive-generic-extra as auto-installed

2016-06-10 Thread Manuel A. Fernandez Montecelo
Control: tags -1 + pending Hi, 2016-05-20 08:39 David Kalnischkies: Hi, (disclaimer: apt, not aptitude, maintainer talking) On Fri, May 20, 2016 at 09:54:23AM +1000, James Tocknell wrote: 0x77b3feed in debVersioningSystem::CheckDep(char const*, int, char const*) () from /usr/lib/x86

Bug#824441: [Aptitude-devel] Bug#824441: aptitude segfaults when marking texlive-generic-extra as auto-installed

2016-05-24 Thread Axel Beckert
Hi James, Christoph Anton Mitterer wrote: > On Mon, 2016-05-16 at 12:01 +1000, James Tocknell wrote: > > Are there debug symbols for aptitude in unstable so I can provide a > > backtrace, they only appear to be in testing? > You probably need to use: > https://wiki.debian.org/AutomaticDebugPackage

Bug#824441: [Aptitude-devel] Bug#824441: aptitude segfaults when marking texlive-generic-extra as auto-installed

2016-05-23 Thread James Tocknell
I've got a more useful backtrace (had to build apt to get its debug symbols). The issue seems to be line 178 in infer_reason.cc, which got introduced in 0.8. Somehow (I'm not sure, everything seems to have been inlined...), it's calling debVersioningSystem::CheckDep with an invalid address. I've at

Bug#824441: [Aptitude-devel] Bug#824441: aptitude segfaults when marking texlive-generic-extra as auto-installed

2016-05-19 Thread James Tocknell
Found a different case where aptitude segfaults, this time I marked a few packages as auto-installed, and after holding the up arrow for a few seconds, aptitude segfaulted. A backtrace from this is below: Program received signal SIGSEGV, Segmentation fault. 0x77b3feed in debVersioningSystem

Bug#824441: [Aptitude-devel] Bug#824441: aptitude segfaults when marking texlive-generic-extra as auto-installed

2016-05-16 Thread James Tocknell
amd64 is missing aptitude-dbgsym (which is why I asked), but it appears to be created by gbp, so I've used that to build a debug package, which gives the following backtrace: Program received signal SIGSEGV, Segmentation fault. 0x77b3feed in debVersioningSystem::CheckDep(char const*, int, c

Bug#824441: [Aptitude-devel] Bug#824441: aptitude segfaults when marking texlive-generic-extra as auto-installed

2016-05-16 Thread Axel Beckert
Hi, Christoph Anton Mitterer wrote: > On Mon, 2016-05-16 at 12:01 +1000, James Tocknell wrote: > > Are there debug symbols for aptitude in unstable so I can provide a > > backtrace, they only appear to be in testing? > > You probably need to use: > https://wiki.debian.org/AutomaticDebugPackages C