From: Niklaus Giger <niklaus.giger@domain.hid>
To: rpm@xenomai.org
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai-help] Cleanup after using the vxWorks skin?
Date: Sat, 21 Oct 2006 17:08:10 +0200 [thread overview]
Message-ID: <200610211708.11045.niklaus.giger@domain.hid> (raw)
In-Reply-To: <1161442353.5017.23.camel@domain.hid>
Am Samstag, 21. Oktober 2006 16:52 schrieb Philippe Gerum:
> On Sat, 2006-10-21 at 16:28 +0200, Niklaus Giger wrote:
> > Hi
> >
> > I run a program using the vxworks skin from user space. As did hang, I
> > typed "Ctrl-C" to end the program.
> >
> > Looking at /proc/xenomai/registry/vxworks/semaphores/ I remarked however,
> > that there were still vxworks semaphores open, which had not been
> > deleted.
> >
> > Is it up to the programmer to clean up at exit? Or is this a bug in the
> > current Xenomai implementation?
>
> It's not a bug, but rather a limitation. We don't currently support
> auto-cleanup of objects in the VxWorks skin.
Though what about applying a small patch like this?
Index: doc/txt/vxworks-skin.txt
===================================================================
--- doc/txt/vxworks-skin.txt (Revision 1738)
+++ doc/txt/vxworks-skin.txt (Arbeitskopie)
@@ -104,6 +104,9 @@
taskDelete() which might need to wait for the deleted task to exit a
safe section (taskSafe/taskUnsafe) before proceeding.
+- There is currently no support for auto-cleanup of objects in the VxWorks
+ skin.
+
Module parameters
=================
Best regards
--
Niklaus Giger
prev parent reply other threads:[~2006-10-21 15:08 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-21 14:28 [Xenomai-help] Cleanup after using the vxWorks skin? Niklaus Giger
2006-10-21 14:52 ` Philippe Gerum
2006-10-21 15:08 ` Niklaus Giger [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200610211708.11045.niklaus.giger@domain.hid \
--to=niklaus.giger@domain.hid \
--cc=rpm@xenomai.org \
--cc=xenomai@xenomai.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.