[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Pc386 bsp problem
- Date: Tue, 15 May 2007 09:35:27 -0600
- From: daron.chabot at usask.ca (Daron Chabot)
- Subject: Pc386 bsp problem
On Mon, 2007-05-14 at 17:34 +0200, Arquer Stephane wrote:
> The failure is an execption raised bay the "simuLoi" task when it calls the step function.
> The task is canceled by the scheduler, only "trwsr" and "trwsw" are running for a moment then a complete crash occurs.
> When I compile the same code with the leon3 bsp, tsim simulator works fine.
Exactly what information does the exception provide ? (exception number,
etc.)
Can you use a debugger (gdb) to step through "task_gestion_loi( )" and
see precisely where the exception is being raised ?
-- dc