Samuel Vinson wrote: > Hi Benny, > > I change compilation options and now the program doesn't crash. > I suppress this : > > -mthumb > Generate code for the 16-bit Thumb instruction set. The default is > to use the 32-bit ARM instruction set. > > So I think there is an alignment problem. What do you think ? I'm not sure. If the crash is in pj_pool_create(), then we should have the crash in other places if it's because alignment problem, since pool is used pretty much everywhere. cheers, -benny > Samuel