Does anybody know what could be a reason for such a rebooting without
exception or error warning message on console?
Note: This cannot be a VmeSysReset as VmeSysResetRX is disabled.
Thanks in advance.
Best regards,
Laurent Mealares.
Speaking only for myself,
Joe Durusau
--
Everyone is entitled in full equality to a fair and public hearing
by an independent and impartial tribunal, in the determination of
his rights and obligations and of any criminal charge against him.
UDHR:Article 10: http://www.autobahn.mb.ca/~het/udhr.html
H.E. Taylor http://www.autobahn.mb.ca/~het/
some ideas (and its definitly hard to analyze)
calling invalid functions in interrupt routines. (e.g. i had such a problem
as i called "printf" in a WatchDog timeout routine. Randomly the machine
reboots without any comment.
destroy your stack by stack overflow (e.g. calling a function from the
commandline. the stack at this moment is just 8K. Here my application even
completes and then i come back to the command prompt. pressing any key
reboots the machine.
In general my feeling is, that vxWorks prefers to reboot than to print an
error....
--
regards, Mario Semo. http://www.kirchnersoft.com
Laurent Mealares <laurent....@csem.ch> wrote in message
news:3B9CCD5C...@csem.ch...
VxWorks also saves an exception string message located somewhere
dependending on your target cpu. Checj your BSP to find out where.
BT