From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 01 Dec 2005 09:37:03 +0800 From: =?gb2312?B?ufnT7u+j?= Message-id: MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-language: zh-CN Content-transfer-encoding: 7BIT Content-disposition: inline Subject: [Xenomai-core] rt_heap_bind error -2 List-Id: "Xenomai life and development \(bug reports, patches, discussions\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: xenomai-core Hi, I'm using xenomai instead of fusion. When I bind a heap in user space which is created by a kernel module, the return value is -2 which I don't know what it means for it is not one of several values explained by the document. This program runned well with fusion 0.9. My kernel is 2.6.13 patched with ipipe. Can anybody shed light on it? And there's another strange error. In an ISR, printk must be called or the interrupt can't be cleared. So now I add an empty printk to every ISR. Thanks.