[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
fold/glibc issue on x86_64
From: |
Andreas Radke |
Subject: |
fold/glibc issue on x86_64 |
Date: |
Thu, 22 Feb 2007 22:56:06 +0100 |
i got a bugreport from one ArchLinux x86_64 user :
http://bugs.archlinux.org/task/5365
Calling fold with 2 files ends up with a glibc hickup:
address@hidden ~]$ fold ~/.bashrc ~/.bash_profile
alias ls='ls --color=auto'
PS1='address@hidden \W]\$ '
test -n "$DISPLAY" && export TERM=xterm-color
export CVS_RSH=ssh
. $HOME/.bashrc
*** glibc detected *** fold: double free or corruption (top):
0x0000000000507380 ***
======= Backtrace: =========
/lib/libc.so.6[0x2abb5a4cad3d]
/lib/libc.so.6(__libc_free+0x76)[0x2abb5a4cc376]
fold[0x401a98]
fold[0x401f7b]
/lib/libc.so.6(__libc_start_main+0xf4)[0x2abb5a47e2f4]
fold[0x4011d9]
======= Memory map: ========
00400000-00405000 r-xp 00000000 08:02 9247
/usr/bin/fold
00505000-00506000 rw-p 00005000 08:02 9247
/usr/bin/fold
00506000-00527000 rw-p 00506000 00:00 0 [heap]
2abb5a346000-2abb5a360000 r-xp 00000000 08:02 3488929
/lib/ld-2.5.so
2abb5a360000-2abb5a361000 rw-p 2abb5a360000 00:00 0
2abb5a361000-2abb5a3af000 r--p 00000000 08:02 34540748
/usr/lib/locale/locale-archive
2abb5a3af000-2abb5a3b1000 rw-p 2abb5a3af000 00:00 0
2abb5a45f000-2abb5a460000 r--p 00019000 08:02 3488929
/lib/ld-2.5.so
2abb5a460000-2abb5a461000 rw-p 0001a000 08:02 3488929
/lib/ld-2.5.so
2abb5a461000-2abb5a58f000 r-xp 00000000 08:02 3488935
/lib/libc-2.5.so
2abb5a58f000-2abb5a68f000 ---p 0012e000 08:02 3488935
/lib/libc-2.5.so
2abb5a68f000-2abb5a692000 r--p 0012e000 08:02 3488935
/lib/libc-2.5.so
2abb5a692000-2abb5a694000 rw-p 00131000 08:02 3488935
/lib/libc-2.5.so
2abb5a694000-2abb5a69b000 rw-p 2abb5a694000 00:00 0
2abb5a69b000-2abb5a6a8000 r-xp 00000000 08:02 34540772
/usr/lib/libgcc_s.so.1
2abb5a6a8000-2abb5a7a7000 ---p 0000d000 08:02 34540772
/usr/lib/libgcc_s.so.1
2abb5a7a7000-2abb5a7a8000 rw-p 0000c000 08:02 34540772
/usr/lib/libgcc_s.so.1
2abb5c000000-2abb5c021000 rw-p 2abb5c000000 00:00 0
2abb5c021000-2abb60000000 ---p 2abb5c021000 00:00 0
7fff5074e000-7fff50764000 rw-p 7fff5074e000 00:00 0 [stack]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vdso]
Abgebrochen
address@hidden ~]$
address@hidden ~]$ fold --version
fold (GNU coreutils) 6.7
glibc is 2.5
Any idea?
Andreas Radke (AndyRTR)
- fold/glibc issue on x86_64,
Andreas Radke <=