I just checked the size of the structure, 460 bytes,
which as far as I could say shouldn't be much of a
problem.
The structure inherits itself. That is:

typedef struct MyStructure_tag MyStructure;
struct MyStructure_tag{
   int var1;
   char var2;
   MyStructure  *structChild;
   long var3
   ...
}
MyStructure  *S

the error comes up when I try to acces var2 from
within structChild, that is:

S->structChild->var1=3

then is when the error
    "unable to handle kernel paging request"
comes up

I don't know whether this helps at all. I'll check
with rt debugger, though.
Raul


____________________________________________________________
Do You Yahoo!?
Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
or your free @yahoo.ie address at http://mail.yahoo.ie
-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
---
For more information on Real-Time Linux see:
http://www.rtlinux.org/rtlinux/

Reply via email to