Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 93712 - resize2fs aborts with "*** glibc detected *** double free or corruption"
Summary: resize2fs aborts with "*** glibc detected *** double free or corruption"
Status: RESOLVED DUPLICATE of bug 80439
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-23 10:37 UTC by Wonko
Modified: 2005-05-23 10:46 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wonko 2005-05-23 10:37:20 UTC
When resizing a 65G ext3 LVM2 partition to 67G, resize2fs gave this error:

root@zone:~ resize2fs /dev/lvm0/mp3  67G
resize2fs 1.35 (28-Feb-2004)
Resizing the filesystem on /dev/lvm0/mp3 to 17563648 (4k) blocks.
*** glibc detected *** double free or corruption (!prev): 0x080516d8 ***
Aborted

It does not seem to harm, I can mount the partition and it has the correct size.
resize2fs also reports the size to be already changed.
It may also have nothing to do with resize2fs itself but with a broken glibc or
something, but I never saw this message in my otherwise stable system and thougt
I'd better report.

Reproducible: Always
Steps to Reproduce:
I tried resize2fs with slightly larger and smaller sizes, and with another, much
smaller LVM2 partition, with the same effect. 
Actual Results:  
resize2fs aborts with:
*** glibc detected *** double free or corruption (!prev): 0x080516d8 ***
Aborted


Expected Results:  
It should not have aborted with the *** glibc *** error.

Gentoo Base System version 1.4.16
Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.3.5-20050130,
glibc-2.2.5-r2,glibc-2.3.4.20041102-r1, 2.6.11-gentoo-r6 i686)
=================================================================
System uname: 2.6.11-gentoo-r6 i686 Pentium III (Katmai)
Python:              dev-lang/python-2.3.5,dev-lang/python-2.2.3-r5 [2.3.5 (#1,
Apr 30 2005, 23:21:28)]
distcc 2.16 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.5, 2.2.3-r5
sys-apps/sandbox:    [Not Present]
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.7.9-r1, 1.5, 1.6.3, 1.4_p6, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r7
sys-devel/libtool:   1.5.16
virtual/os-headers:  2.4.18, 2.4.19-r1, 2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-mcpu=i686 -Os -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.1/share/config
/usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref
/usr/share/config /usr/share/texmf/dvipdfm/config/
/usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/
/usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/bind /var/qmail
/var/qmail/alias /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/sound/events/ /etc/terminfo
/usr/lib/X11/xkb /etc/env.d"
CXXFLAGS="-mcpu=i686 -Os -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig buildpkg ccache distcc distlocks sandbox sfperms
strict userpriv usersandbox"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
LINGUAS="de"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/hosts/zone/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage/gentoo-portage"
PORTDIR_OVERLAY="/usr/portage/local"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 X aalib alsa apm avi berkdb bitmap-fonts bonobo crypt cscope cups curl
dga doc eds emboss encode esd fam flac foomaticdb fortran gd gdbm gif gpm
gstreamer gtk gtk2 guile imagemagick imlib ipv6 java jpeg libg++ libwww mad
mikmod mmx motif mozilla mp3 mpeg mysql ncurses nls ogg oggvorbis opengl oss pam
pdflib perl png python qt quicktime readline samba sdl slang spell ssl svga
tcltk tcpd tetex tiff truetype truetype-fonts type1-fonts vga vorbis xine xml
xml2 xmms xv zlib linguas_de userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-05-23 10:46:41 UTC
Should be fixed in 1.37

*** This bug has been marked as a duplicate of 80439 ***