[arch-dev-public] [signoff] grep-2.6.1-1

Dan McGee dpmcgee at gmail.com
Mon Mar 29 19:43:40 CEST 2010


On Mon, Mar 29, 2010 at 12:35 PM, Andrea Scarpino <andrea at archlinux.org> wrote:
> On Friday 26 March 2010 13:57:08 Allan McRae wrote:
>> Upstream bug fix release.
>>
>> Signoff both,
>> Allan
> I got a segfault when I do:
> $ grep -qrl --include "desc" "^pacman$" "/var/lib/pacman/local/"
>
> x86_64
>
> --
> Andrea
>

Same here, not surprisingly. If someone wants to compile with debug
symbols, they'd probably have more of an idea than this:

$ gdb --args grep -qrl --include "desc" "^pacman$" "/var/lib/pacman/local/"

(gdb) bt
#0  0x000000000040f0b0 in ?? ()
#1  0x000000000040f2dc in ?? ()
#2  0x00000000004067e9 in ?? ()
#3  0x0000000000405016 in ?? ()
#4  0x00000000004059e0 in ?? ()
#5  0x00007ffff7877b6d in __libc_start_main () from /lib/libc.so.6
#6  0x0000000000402119 in ?? ()
#7  0x00007fffffffe5b8 in ?? ()
#8  0x000000000000001c in ?? ()
#9  0x0000000000000006 in ?? ()
#10 0x00007fffffffe907 in ?? ()
#11 0x00007fffffffe911 in ?? ()
#12 0x00007fffffffe916 in ?? ()
#13 0x00007fffffffe920 in ?? ()
#14 0x00007fffffffe925 in ?? ()
#15 0x00007fffffffe92e in ?? ()
#16 0x0000000000000000 in ?? ()


More information about the arch-dev-public mailing list