Finally I've found the problem in our code, sorry for the noise !
Le mardi 17 janvier 2017 19:46:06 UTC+1, Alon Zakai a écrit : > > The first thing I would do to debug it is to bisect on emcc versions, that > is, find on which version the problem begins. The git log between the two > should be helpful. If the log is not small enough, then bisecting on > individual commits might be necessary too. > > On Tue, Jan 17, 2017 at 6:40 AM, <[email protected] <javascript:>> wrote: > >> Hi, >> >> We had a C++ library successfully compiled and running with emcc 1.35. >> Recompiling and using the code with recent emcc 1.37.1 fais with memory >> issues. We tried raising the TOTAL_MEMORY value or even using the >> ALLOW_MEMORY_GROWTH=1 flag without success : an exception is finally >> raised. We allow use ASSERTIONS=2. >> >> Are they change in emcc compile chain that could explain the issue ? Any >> idea to debug the problem? >> >> Thanks. >> >> -- >> 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] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > -- 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/d/optout.
