Bug in ../libmisc/monitor ?
Dieter Schaefer
Dieter.B.Schaefer at t-online.de
Mon Dec 16 09:58:55 UTC 2002
Hi all,
asking the monitor (.../libmisc/monitor) to list all tasks, the system crashed.
After stepping thru the code with the debugger, I've modified a statement
in the source of mon-manager.c
old: _Objects_Copy_name_raw(object->name, ©->name, sizeof(copy-
>name));
new:
_Objects_Copy_name_raw(&object->name, ©->name, sizeof(copy-
>name));
After this modification the task command worked and the RTEMS task were
listed.
But no Posix threads. How to get the Posix threads listed?
Dieter
More information about the users
mailing list