Re: problem with backtrace() after system update

2010-01-13 Thread Thomas Schwinge
Hello! > i wondered how will original program (with tail-recursion) look > under debugger. it looks strange, since gdb's stack and one returned > by backtrace() differ. :/ GDB puts a lot of effort into parsing DWARF unwind tables etc. to reconstruct the ``source code's program flow'' even after G

r4081 - in glibc-package/trunk/debian: . rules.d

2010-01-13 Thread Aurelien Jarno
Author: aurel32 Date: 2010-01-14 05:56:42 + (Thu, 14 Jan 2010) New Revision: 4081 Modified: glibc-package/trunk/debian/changelog glibc-package/trunk/debian/rules.d/build.mk Log: * Don't run the testsuite in parallel, as it sometimes causes some failures in some tests. Modified:

Re: problem with backtrace() after system update

2010-01-13 Thread Bartek 'BaSz' Szurgot
Pierre Habouzit wrote: On Wed, Jan 13, 2010 at 01:01:27PM +0100, Bartek 'BaSz' Szurgot wrote: Aurelien Jarno wrote: Bartek 'BaSz' Szurgot a écrit : hi, Hi, some time ago i wrote C++ code to save backtrace in a vector of strings. it worked fine until one of system updates (~month ago), when

Re: problem with backtrace() after system update

2010-01-13 Thread Pierre Habouzit
On Wed, Jan 13, 2010 at 01:01:27PM +0100, Bartek 'BaSz' Szurgot wrote: > Aurelien Jarno wrote: > >Bartek 'BaSz' Szurgot a écrit : > >>hi, > > > >Hi, > > > >>some time ago i wrote C++ code to save backtrace in a vector of > >>strings. it worked fine until one of system updates (~month > >>ago), when

Bug#565149: libc6: getpwent cannot enumerate users from netgroups with libnss_compat

2010-01-13 Thread Mike Gabriel
Package: libc6 Version: 2.7-18 Severity: minor I would like to make the Debian glibc maintainers aware of Ubuntu Bug #378874: https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/378874 The described issues also apply to Debian Lenny and probably also later versions... -- System Information: De

Re: problem with backtrace() after system update

2010-01-13 Thread Bartek 'BaSz' Szurgot
Aurelien Jarno wrote: Bartek 'BaSz' Szurgot a écrit : hi, Hi, some time ago i wrote C++ code to save backtrace in a vector of strings. it worked fine until one of system updates (~month ago), when it suddenly started to show too short listening(s). i've tried example from manual (man backt

Re: problem with backtrace() after system update

2010-01-13 Thread Aurelien Jarno
Bartek 'BaSz' Szurgot a écrit : > hi, Hi, > some time ago i wrote C++ code to save backtrace in a vector of strings. > it worked fine until one of system updates (~month ago), when it > suddenly started to show too short listening(s). i've tried example from > manual (man backtrace) to verify

problem with backtrace() after system update

2010-01-13 Thread Bartek 'BaSz' Szurgot
hi, some time ago i wrote C++ code to save backtrace in a vector of strings. it worked fine until one of system updates (~month ago), when it suddenly started to show too short listening(s). i've tried example from manual (man backtrace) to verify this, and it does not work properly too. exam