Re: [crash] Re: Latest brk patchset
From: Jeremy Fitzhardinge
Date: Tue Mar 17 2009 - 17:28:41 EST
Yinghai Lu wrote:
can you check __brk_limit in extend_brk() ?
It does:
_brk_end = (_brk_end + mask) & ~mask;
BUG_ON((char *)(_brk_end + size) > __brk_limit);
J
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/