From: Andrew Morton <akpm@linux-foundation.org>
To: handygewinnspiel@gmx.de
Cc: mchehab@infradead.org, linux-fsdevel@vger.kernel.org,
linux-kernel@vger.kernel.org, Al Viro <viro@zeniv.linux.org.uk>,
HWerner4@gmx.de, rjw@sisk.pl
Subject: Re: [linux-dvb] compiling on 2.6.28 broken?
Date: Tue, 13 Jan 2009 10:59:47 -0800 [thread overview]
Message-ID: <20090113105947.9e774b69.akpm@linux-foundation.org> (raw)
In-Reply-To: <20090113184755.87720@gmx.net>
On Tue, 13 Jan 2009 19:47:55 +0100 handygewinnspiel@gmx.de wrote:
> Dear all,
>
> i was kindly asked to provide some bug report about findutils-4.1.20 in conjunction with linux-2.6.28, so here we are..
>
> > On Mon, 12 Jan 2009 22:06:24 -0200
> > Mauro Carvalho Chehab <mchehab@infradead.org> wrote:
> >
> > > On Mon, 12 Jan 2009 13:21:30 -0800
> > > Andrew Morton <akpm@linux-foundation.org> wrote:
> > >
> > > > (cc's added)
> > > >
> > > > On Mon, 12 Jan 2009 19:04:20 -0200
> > > > Mauro Carvalho Chehab <mchehab@infradead.org> wrote:
> > > >
> > > > > Do you know is there were any FS changes on 2.6.28 that could break
> > the find
> > > > > command? Maybe we have a regression here. At least, this user i
> > complaining
> > > > > that booting with findutils-4.1.20 and kernel 2.6.28 broke the
> > result of the
> > > > > find command.
> > > >
> > > > Not known to me.
> > > >
> > > > Please prepare a bug report and send it to
> > > >
> > > > Andrew Morton <akpm@linux-foundation.org>
> > > > Al Viro <viro@zeniv.linux.org.uk>
> > > > linux-kernel@vger.kernel.org
> > > > linux-fsdevel@vger.kernel.org
> > > >
> > > > Thanks.
> > >
> > > OK. I'll ask the reporter for him to open a bugzilla.
> > >
> >
> > An emailed report would be preferred, please. Some people handle bugzilla
> > OK. Linux VFS developers are not amongst them ;)
>
>
> With kernel 2.6.28 and findutils-4.1.20 the "find" utility from this package fails with the error message
> "Der Wert ist zu gro__ f__r den definierten Datentyp". It randomly fails on different folders, it works on some folders and fails on others.
> [code]
> find ../ -name *.c
> find: ../: Der Wert ist zu gro__ f__r den definierten Datentyp
> [/code]
> translation to English: "The value is too big for defined data type."
>
> If i boot from any other kernel the find utility works again as expected. I tried the following kernels
> - 2.6.22.4 = OK
> - 2.6.23.1 = OK
> - 2.6.26.3 = OK
> - 2.6.27.9 = OK
> - 2.6.28 = Error
>
> 2.6.27.9 and 2.6.28 used the same .config (copy and paste, make oldconfig, make menuconfig to be shure..)
>
> root file system is xfs, system is 32Bit LinuxFromScratch, if this matters. By compiling findutils-4.4.0 i could solve the problem. But still there is the question what happens here and why older ones are broken.
>
> btw: unfortunally i overwrote the old "find" while installing new findutils, but today i tried to re-compile it from old sources and retry and i see exactly the same error behaviour.
>
> Is that something already known?
>
It's the first such report I've seen.
Could you please generate the strace output for the failing command so
we can see which syscall is failing?
next prev parent reply other threads:[~2009-01-13 18:59 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20090112190420.51f75853@pedra.chehab.org>
[not found] ` <20090112132130.6c932b85.akpm@linux-foundation.org>
[not found] ` <20090112220624.4fbfee34@pedra.chehab.org>
[not found] ` <20090112162337.318dd61d.akpm@linux-foundation.org>
2009-01-13 18:47 ` [linux-dvb] compiling on 2.6.28 broken? handygewinnspiel
2009-01-13 18:59 ` Andrew Morton [this message]
2009-01-13 19:17 ` handygewinnspiel
2009-01-13 19:37 ` Andrew Morton
2009-01-13 20:02 ` handygewinnspiel
2009-01-13 20:38 ` Matthew Wilcox
2009-01-14 18:29 ` Chris Mason
2009-01-14 21:19 ` wk
2009-01-14 21:24 ` Chris Mason
2009-01-14 21:35 ` Eric Sandeen
2009-01-14 21:40 ` Chris Mason
2009-01-14 23:00 ` Kay Sievers
2009-01-15 1:54 ` Chris Mason
2009-01-14 21:41 ` Eric Sandeen
2009-01-14 21:44 ` Andrew Morton
2009-01-14 21:48 ` Eric Sandeen
2009-01-14 22:57 ` Lachlan McIlroy
2009-01-18 22:06 ` Christoph Hellwig
2009-01-14 21:41 ` wk
2009-01-14 22:30 ` Dave Chinner
2009-01-15 19:41 ` wk
2009-01-15 22:23 ` Dave Chinner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090113105947.9e774b69.akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=HWerner4@gmx.de \
--cc=handygewinnspiel@gmx.de \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mchehab@infradead.org \
--cc=rjw@sisk.pl \
--cc=viro@zeniv.linux.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).