Re: 3-order allocation failed

2000-11-02 Thread Tigran Aivazian
Hi Rik, A simple test seems to show problems with page allocator. a) take a 6G RAM machine b) take a 70G harddisk c) mke2fs on it observe lots of "0-order allocation failures" while looking at /proc/meminfo reveals that I still have 5.1G of free memory (presumably some of it in NORMAL zone, n

Re: 3-order allocation failed

2000-11-02 Thread Rik van Riel
On Thu, 2 Nov 2000, Anthony Towns wrote: > On Wed, Nov 01, 2000 at 01:42:17PM -0800, Dunlap, Randy wrote: > > > Is this bug in the usb-driver (usb-uhci), in the camera's driver > > > (cpia_usb) or in the v4l? > > ~~ > > Could there be a memory leak as well? But I e

Re: 3-order allocation failed

2000-11-01 Thread Andrew Morton
"Pasi Kärkkäinen" wrote: > > I added show_stack(0); to the mm/page_alloc.c : > > /* No luck.. */ > printk(KERN_ERR "__alloc_pages: %lu-order allocation failed.\n", order) > show_stack(0); > return NULL; > > Then, when the first stack-dump came to kern.log, I gave

RE: 3-order allocation failed

2000-11-01 Thread Dunlap, Randy
Rik van Riel; Forever shall I be.; > [EMAIL PROTECTED] > Subject: Re: 3-order allocation failed > > > On Wed, Nov 01, 2000 at 01:42:17PM -0800, Dunlap, Randy wrote: > > > Is this bug in the usb-driver (usb-uhci), in the camera's driver > > > (cpia_usb) or in t

Re: 3-order allocation failed

2000-11-01 Thread Anthony Towns
On Wed, Nov 01, 2000 at 01:42:17PM -0800, Dunlap, Randy wrote: > > Is this bug in the usb-driver (usb-uhci), in the camera's driver > > (cpia_usb) or in the v4l? > ~~ > Could there be a memory leak as well? But I expect that > it's simply that memory is just fragme

RE: 3-order allocation failed

2000-11-01 Thread Dunlap, Randy
Hi, > From: Pasi Kärkkäinen [mailto:[EMAIL PROTECTED]] > > On Thu, 26 Oct 2000, Rik van Riel wrote: > > > On Thu, 26 Oct 2000, Forever shall I be. wrote: > > > On Thu, Oct 26, 2000 at 02:57:30PM +0300, Pasi Kärkkäinen wrote: > > > > > > __alloc_pages: 2-order allocation failed. > > > > __alloc

Re: 3-order allocation failed

2000-11-01 Thread Pasi Kärkkäinen
On Thu, 26 Oct 2000, Rik van Riel wrote: > On Thu, 26 Oct 2000, Forever shall I be. wrote: > > On Thu, Oct 26, 2000 at 02:57:30PM +0300, Pasi Kärkkäinen wrote: > > > > __alloc_pages: 2-order allocation failed. > > > __alloc_pages: 2-order allocation failed. > > > __alloc_pages: 5-order allocati

Re: 3-order allocation failed

2000-10-26 Thread Pasi Kärkkäinen
On Thu, 26 Oct 2000, Rik van Riel wrote: > On Thu, 26 Oct 2000, Forever shall I be. wrote: > > On Thu, Oct 26, 2000 at 02:57:30PM +0300, Pasi Kärkkäinen wrote: > > > > __alloc_pages: 2-order allocation failed. > > > __alloc_pages: 2-order allocation failed. > > > __alloc_pages: 5-order allocati

Re: 3-order allocation failed

2000-10-26 Thread Rik van Riel
On Thu, 26 Oct 2000, Forever shall I be. wrote: > On Thu, Oct 26, 2000 at 02:57:30PM +0300, Pasi Kärkkäinen wrote: > > __alloc_pages: 2-order allocation failed. > > __alloc_pages: 2-order allocation failed. > > __alloc_pages: 5-order allocation failed. > > __alloc_pages: 4-order allocation failed

Re: 3-order allocation failed

2000-10-26 Thread Forever shall I be.
On Thu, Oct 26, 2000 at 02:57:30PM +0300, Pasi Kärkkäinen wrote: > > On Thu, 26 Oct 2000, Andrew Morton wrote: > > > "Pasi Kärkkäinen" wrote: > > > > gcc-2.7.2.3 miscompiles kernel/module.c and it has been decided that > > this will not be worked around. The new baseline gcc release for x86 > >

Re: 3-order allocation failed

2000-10-26 Thread Keith Owens
On Thu, 26 Oct 2000 23:52:02 +1100, Andrew Morton <[EMAIL PROTECTED]> wrote: >[ You could put a show_stack(0) in here, but I believe ksymoops > doesn't understand show_stack() output ]. It does, and extracts the "Call Trace:" data. The stack is not printed by ksymoops because it does not have

Re: 3-order allocation failed

2000-10-26 Thread Andrew Morton
"Pasi Kärkkäinen" wrote: > > Ok. I recompiled the kernel and modules with 2.95.2 and it still seems not > to work. This is from syslog: > > __alloc_pages: 2-order allocation failed. > __alloc_pages: 2-order allocation failed. > __alloc_pages: 5-order allocation failed. > __alloc_pages: 4-order a

Re: 3-order allocation failed

2000-10-26 Thread Pasi Kärkkäinen
On Thu, 26 Oct 2000, Andrew Morton wrote: > "Pasi Kärkkäinen" wrote: > > > > I'm using 2.4.0-test10-pre5 on a PIII (compiled with gcc 2.7.2.3) and > > ... > > gcc-2.7.2.3 miscompiles kernel/module.c and it has been decided that > this will not be worked around. The new baseline gcc release fo

Re: 3-order allocation failed

2000-10-26 Thread Andrew Morton
"Pasi Kärkkäinen" wrote: > > I'm using 2.4.0-test10-pre5 on a PIII (compiled with gcc 2.7.2.3) and > ... gcc-2.7.2.3 miscompiles kernel/module.c and it has been decided that this will not be worked around. The new baseline gcc release for x86 is gcc-2.91.66 (otherwise known as egcs-1.1.2). - To