RE: Alignment trap problem

2008-06-06 Thread munez . bn
i know that .. its an application source code .. and its huge .. and debugging is enabled.. but gdb doesnt crash .. its giving following output oom-killer: gfp_mask=0x1d2 DMA per-cpu: cpu 0 hot: low 14, high 42, batch 7 cpu 0 cold: low 0, high 14, batch 7 Normal per-cpu: empty HighMem per-cpu: e

RE: Alignment trap problem

2008-06-06 Thread munez . bn
gdb output .. it kils gdb itself so cant run backtrace oom-killer: gfp_mask=0x1d2 DMA per-cpu: cpu 0 hot: low 14, high 42, batch 7 cpu 0 cold: low 0, high 14, batch 7 Normal per-cpu: empty HighMem per-cpu: empty Free pages:1376kB (0kB HighMem) Active:24216 inactive:455 dirty:0 writeback

Re: Alignment trap problem

2008-06-06 Thread munez . bn
hi thank you for the reply this is what im getting Alignment trap: application(1198) PC=0x4074fcf0 Instr=0xe49c2004 Address=0x000e96d6 FSR 0x013 so how can i look in to this? > [EMAIL PROTECTED] wrote: >> hi .. >> >> I am trying to run an application on davinci .. i have >> successful

Alignment trap problem

2008-06-05 Thread munez . bn
hi .. I am trying to run an application on davinci .. i have successfully cross compiled the source .. and while running on on board .. its giving alignment trap: bus error and application will abort.. I have tried the same source for x86 machine and it worked fine .. i know this has to d