Alignment trap problem

2008-06-06 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

Re: Alignment trap problem

2008-06-06 Thread Vladimir Pantelic
[EMAIL PROTECTED] wrote: 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

RE: Alignment trap problem

2008-06-06 Thread Kalpesh Rathod
:17 PM To: undisclosed-recipients: Cc: davinci-linux-open-source@linux.davincidsp.com Subject: Re: Alignment trap problem [EMAIL PROTECTED] wrote: hi .. I am trying to run an application on davinci .. i have successfully cross compiled the source .. and while running on on board .. its

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 successfully

RE: Alignment trap problem

2008-06-06 Thread munez . bn
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vladimir Pantelic Sent: Friday, June 06, 2008 1:17 PM To: undisclosed-recipients: Cc: davinci-linux-open-source@linux.davincidsp.com Subject: Re: Alignment trap problem [EMAIL PROTECTED] wrote: hi

RE: Alignment trap problem

2008-06-06 Thread Kalpesh Rathod
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, June 06, 2008 2:35 PM To: davinci-linux-open-source@linux.davincidsp.com Subject: Re: Alignment trap problem hi thank you for the reply this is what im getting Alignment trap: application(1198) PC=0x4074fcf0 Instr

RE: Alignment trap problem

2008-06-06 Thread munez . bn
: Friday, June 06, 2008 2:35 PM To: davinci-linux-open-source@linux.davincidsp.com Subject: Re: Alignment trap problem 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

Re: Alignment trap problem

2008-06-06 Thread Lisa Parratt
[EMAIL PROTECTED] wrote: Out of Memory: Killed process 983 (rpc.statd). I think the last line is the most informative. Maybe add some (more) swap? -- Lisa ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com

Re: Alignment trap problem

2008-06-06 Thread Matthias Welwarsky
Lisa Parratt wrote: [EMAIL PROTECTED] wrote: Out of Memory: Killed process 983 (rpc.statd). I think the last line is the most informative. Maybe add some (more) swap? Actually, I think the program died due to memory exhaustion before ever running into the alignment trap. Running both gdb

Re: Alignment trap problem

2008-06-06 Thread Bernard Blackham
[EMAIL PROTECTED] wrote: 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? Start gdb on the process but don't run it. Just type l *0x4074fcf0 and it should point you at the offending code