Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 73551 - sys-fs/quota-3.12 repquota segfault
Summary: sys-fs/quota-3.12 repquota segfault
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-06 05:40 UTC by Petr Lanc
Modified: 2005-08-17 13:57 UTC (History)
1 user (show)

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


Attachments
strace of repquota (strace_of_repquota.txt,5.55 KB, text/plain)
2004-12-06 05:44 UTC, Petr Lanc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Lanc 2004-12-06 05:40:43 UTC
update sys-fs/quota package form 2.06-r2 to 3.12, and after this, repquota
crash with Segmenation fault. I tried return back to 3.06-r2, which work
well, but error remain. I use gentoo-dev-sources-2.6.9-r8 with
CONFIG_QUOTA=y
# CONFIG_QFMT_V1 is not set
CONFIG_QFMT_V2=y
CONFIG_QUOTACTL=y

I also tried remove aquota.* files and regenerate this with quotacheck
command, but repquota crash as well as before... All but repquota see OK,
edquota work, quotaon/off work...

Problem is on my 2 systems, thats almost same.

(Sorry for poor english...)


Reproducible: Always
Steps to Reproduce:
1. emerge =sys-fs/quota-3.12
2. repquota -u /home (-g ,-u, ...)

Actual Results:  
Upgrade form sys-fs/quota-3.06-r2, which work OK.


Portage 2.0.51-r3 (default-linux/x86/2004.3, gcc-3.3.4, glibc-2.3.4.20040808-r1,
2.6.9-gentoo-r8 i686)
=================================================================
System uname: 2.6.9-gentoo-r8 i686 Pentium III (Katmai)
Gentoo Base System version 1.4.16
distcc 2.16 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.15.90.0.1.1-r3
Headers:  sys-kernel/linux26-headers-2.6.8.1
Libtools: sys-devel/libtool-1.5.2-r7
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -mcpu=pentium3 -funroll-loops -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/share/config /var/bind /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -mcpu=pentium3 -funroll-loops -pipe"
DISTDIR="/gentoo/distfiles-cache/distfiles/"
FEATURES="autoaddcvs autoconfig ccache distcc distlocks sandbox sfperms"
GENTOO_MIRRORS="http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/
ftp://mirror.switch.ch/mirror/gentoo/ http://mirror.switch.ch/mirror/gentoo/
ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo
ftp://ftp.tu-clausthal.de/pub/linux/gentoo/"
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/home/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://drak.ab.czso.cz/gentoo-portage"
USE="acl apm arts avi berkdb bitmap-fonts cdr crypt cups encode esd f77
foomaticdb fortran gdbm gif gpm gtk imlib jpeg libg++ libwww mad maildir mikmod
motif mpeg ncurses nls oggvorbis opengl oss pam pdflib perl png python quicktime
readline samba sdl slang ssl svga tcpd threads tiff truetype x86 xml xml2 xmms
xvzlib video_cards_matrox"
Comment 1 Petr Lanc 2004-12-06 05:44:34 UTC
Created attachment 45379 [details]
strace of repquota
Comment 2 Dylan Vanderhoof 2005-06-03 15:06:37 UTC
I'm seeing the same on 3 different servers with quota 3.12
Comment 3 SpanKY gentoo-dev 2005-08-16 17:28:30 UTC
can you try 3.13 ?
Comment 4 Dylan Vanderhoof 2005-08-16 18:56:26 UTC
That looks like it did it.  Thanks.
Comment 5 Petr Lanc 2005-08-17 13:57:18 UTC
3.13 works well, thank you very much!