Messages in this thread |  | | From | Christian Bornträger <> | Subject | Re: __alloc_pages: 0-order allocation failed | Date | Mon, 24 Sep 2001 14:58:28 +0200 |
| |
> I just installed 2.4.10, and... > __alloc_pages: 0-order allocation failed (gfp=0x1d2/0) from c0126c2e
I saw the same message when running this c++ programm.
int main (int argc, char * argv[]) { char * test; while (1) test=new char[1024]; }
My dmesg:
__alloc_pages: 0-order allocation failed (gfp=0x1d2/0) from c01219e7 VM: killing process a.out
I have 512 MB RAM and no swap. Actually the system slowed down a lot but worked fine again after the kill. And a flood ping from another PC had no lost packages.
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |