Re: Crash with VMALLOC api

2012-06-25 Thread R, Sricharan
Hi David, On Mon, Jun 25, 2012 at 2:17 AM, David Rientjes rient...@google.com wrote: On Sat, 23 Jun 2012, R, Sricharan wrote: Hi,   I am observing a below crash with VMALLOC call on mainline kernel.   The issue happens when there is insufficent vmalloc space.   Isn't it expected that the

Re: Crash with VMALLOC api

2012-06-24 Thread David Rientjes
On Sat, 23 Jun 2012, R, Sricharan wrote: Hi, I am observing a below crash with VMALLOC call on mainline kernel. The issue happens when there is insufficent vmalloc space. Isn't it expected that the API should return a NULL instead of crashing when there is not enough memory?. Yes.

Re: Crash with VMALLOC api

2012-06-23 Thread R, Sricharan
Hi, BTW i was facing the issue on OMAP4430 SDP platform with mainline. Thanks, Sricharan On Sat, Jun 23, 2012 at 11:28 AM, R, Sricharan r.sricha...@ti.com wrote: Hi,  I am observing a below crash with VMALLOC call on mainline kernel.  The issue happens when there is insufficent vmalloc

Crash with VMALLOC api

2012-06-22 Thread R, Sricharan
Hi, I am observing a below crash with VMALLOC call on mainline kernel. The issue happens when there is insufficent vmalloc space. Isn't it expected that the API should return a NULL instead of crashing when there is not enough memory?. This can be reproduced with succesive vmalloc calls