[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RTEMS crash with error 18 (RTEMS_CALLED_FROM_ISR) again.
- Date: Wed, 17 Feb 2010 16:56:17 -0000
- From: nick.thomas at pixsan.com (Nick Thomas)
- Subject: RTEMS crash with error 18 (RTEMS_CALLED_FROM_ISR) again.
> >
> >
> This does not clearly show you are in a task. It shows you tried to
> allocate memory. Possibly from an ISR. There would have to be more
> stack back trace to be clearly anything. Who called
> rtems_region_get_segment?
Yes, you're right, I tried to keep the email shorter by only posting the
last few frames.
The full backtrace goes back some 20 frames to _Thread_Handler in
threadhandler.c line 127.
Does that prove that it came from a task context?
Regards
Nick