From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <518B8C50.2050107@xenomai.org> Date: Thu, 09 May 2013 13:45:20 +0200 From: Gilles Chanteperdrix MIME-Version: 1.0 References: <518A5F0C.50403@xenomai.org> <518ABA3D.5070106@xenomai.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai] [Posix] I/O multiplexing with select List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: alex alex Cc: Xenomai On 05/08/2013 11:30 PM, alex alex wrote: > This may be due, as you said, that pthread_create switches to secondary. No, a switch to secondary mode does not create a bug. It looks like an invalid address gets passed to pthread_set_name_np, either source or destination address. Could you reduce the faulting program to a program as simple as possible triggering the bug? -- Gilles.