From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <434D21A7.8040905@domain.hid> Date: Wed, 12 Oct 2005 16:45:59 +0200 From: Philippe Gerum MIME-Version: 1.0 Subject: Re: [Xenomai-help] remove_proc_entry problem semi-tracked down References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Steven Seeger Cc: xenomai@xenomai.org Steven Seeger wrote: > The kernel panic in remove_proc_entry happens when a userspace fusion app > calls a xenomai function that deletes something from the register in atexit. > For example, I have a set of c++ classes that wrap mutexes, queues, etc. If > I have a global instance, it sometimes causes a kernel panic in the > destructor where the rt_mutex_delete, rt_queue_delete, etc, is called. This > seems to always happen with rt_queue_delete, but not always with > rt_mutex_delete. (A couple of starts/stops seem to create the problem.) > > This is when exiting with a call to exit(0), not with a control-c. > Please (re)send the panic stack dump you get. -- Philippe.