From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <51CDDB6E.1080200@xenomai.org> Date: Fri, 28 Jun 2013 20:52:30 +0200 From: Gilles Chanteperdrix MIME-Version: 1.0 References: <201306260906.22955.leo@alaxarxa.net> <51CB231E.8030600@xenomai.org> <201306271109.22749.leo@alaxarxa.net> <51CC031A.9030905@xenomai.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai] Xenomai warn_upon_switch List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter@thesourceworks.com Cc: "xenomai@xenomai.org" On 06/28/2013 05:35 PM, Peter Soetens wrote: > On Thu, Jun 27, 2013 at 11:17 AM, Philippe Gerum wrote: >> On 06/27/2013 11:09 AM, Leopold Palomo-Avellaneda wrote: >> >>> >>> AAnd I don't know how to silent (or if is possible) this messages. >> >> >> Try disabling CONFIG_XENO_OPT_DEBUG_SYNCH_RELAX if currently set in your >> kernel config. If that is still not enough, then you will have to switch off >> PTHREAD_WARNSW manually, using pthread_set_mode_np(), for each thread which >> triggers this signal. > > Quoting Gilles: > "The point is that these messages are telling you that there is a bug, > either in xenomai code (a bug was fixed since xenomai 2.6.2.1 which > could explain such a behaviour), or in orocos code. When the bug is > fixed the signal will disappear." And in fact, the bug might as well be in the application code... -- Gilles.