Re: [pok-devel] Problem while developping a ARINC653 system for POK without AADL |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/pok-devel Archives
]
Thank you very much! It was indeed an under-estimated size for my partitions.
The system does execute the partition's code now.
Thanks!
Julien
Selon Julien Delange <julien@xxxxxxxxx>:
> Le Thu, Jan 26, 2012 at 10:18:35AM +0100, Laurent Lec :
> > Hi,
> >
> > Have you tried attaching gdb? You could easily get where the exception
> > comes from.
>
> Also, this means that the partition made an illegal request. Typically,
> this is raised (on x86, the most stable arch on POK) by an erroneous
> memory access or something similar. The root cause may be a
> under-estimated size of the partition or something like that.
>
> So, try to check that the memory segment size is sufficient regarding
> partition size. If yes, try to debug the code using basic print within
> each partition. Also, you can send your code so that we can give a try
> on our side.
>
> Greetings,
>
>
>
>
>