Hi, When trying to access with gdb to variables allocated on a shared heap, the following message is returned: (gdb) print mypointer $5 = (MYTYPE *) 0xb7dc4020 (gdb) print *mypointer Cannot access memory at address 0xb7dc4020
All the applications (kernel and userland) are accessing correctly to the heap-allocated memory. Is this the expected behaviour or there's something wrong in my installation? Many Thanks Alessandro -- Alessandro Pittaluga [EMAIL PROTECTED] -- http://www.fastmail.fm - One of many happy users: http://www.fastmail.fm/docs/quotes.html _______________________________________________ Xenomai-help mailing list [email protected] https://mail.gna.org/listinfo/xenomai-help
