Re: Char Limit issue on 2.6.29 kernels

From: Ray Lee
Date: Fri Jul 24 2009 - 15:22:46 EST


On Fri, Jul 24, 2009 at 8:31 AM, naresh kamboju <naresh.kernel@xxxxxxxxx> wrote:
>
> Hi,
>
> I have come across with char Limit issue on 2.6.29 kernels.
>
>
> SIGFAULT:
>
> #define SIZE Â Â Â Â Â Â8053759
> char buf1[SIZE] ;
>
> NO SIGFAULT:
>
> #define SIZE Â Â Â Â Â Â8053758
> char buf1[SIZE] ;
>
> This SIGFAULT not observed on 2.6.23 kernels.
>
> What could be the changes that effecting from 2.6.23 to 2.6.29 kernels.
> Please share me the information.

is "ulimit -a" the same on both kernels?

Can you provide a small program that shows the issue?
--
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/