Well, first look at that line to see if it fails on alignment or out of memory.
In the case of out of memory, it is not a lack of memory - it is writing past the top of memory. That is, it might be trying to write to a memory address that is not valid, like a random number that is very large, due to a bug. - Alon On Wed, Feb 26, 2014 at 12:59 PM, wolfviking0 <[email protected]>wrote: > Not sure to understand, I don't have enough TOTAL_MEMORY ??? > > My samples are set with 160MB, I am using the memory profiler for check if > the sample are not using all the memory and they are not. > > > -- > You received this message because you are subscribed to the Google Groups > "emscripten-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
