From: Philippe Gerum <rpm@xenomai.org>
To: Matthias Schneider <ma30002000@yahoo.de>,
"xenomai@xenomai.org" <xenomai@xenomai.org>
Subject: Re: [Xenomai] Race condition between threadobj_unlock and threadobj_free in t_resume
Date: Mon, 07 Apr 2014 11:49:05 +0200 [thread overview]
Message-ID: <53427491.9090808@xenomai.org> (raw)
In-Reply-To: <1396783490.22359.YahooMailNeo@web171604.mail.ir2.yahoo.com>
On 04/06/2014 01:24 PM, Matthias Schneider wrote:
> The following minimal program
>
> http://pastebin.com/JdnnXwsF
>
> seems to lead to a race condition between threadobj_unlock
> and threadobj_free as indicated by valgrind (xenomai-forge
> and mercury):
>
> ==9573== Invalid read of size 4
> ==9573== at 0x403F214: threadobj_unlock (threadobj.h:407)
> ==9573== by 0x403FAD2: put_psos_task (task.c:151)
> ==9573== by 0x4040E9F: t_resume (task.c:419)
> ==9573== by 0x80486F9: main (task-2.c:20)
> ==9573== Address 0x42a20c4 is 172 bytes inside a block of size 664 free'd
> ==9573== at 0x4029C88: free (vg_replace_malloc.c:446)
> ==9573== by 0x40641B6: pvfree (heapobj.h:156)
> ==9573== by 0x406425A: xnfree (heapobj.h:421)
> ==9573== by 0x406460C: threadobj_free (threadobj.h:285)
> ==9573== by 0x4068C6B: finalize_thread (threadobj.c:1239)
> ==9573== by 0x40B5AE5: __nptl_deallocate_tsd (pthread_create.c:157)
> ==9573== by 0x40B5CFE: start_thread (pthread_create.c:318)
> ==9573== by 0x41C2C3D: clone (clone.S:131)
> ==9573==
>
> I am not sure on how to fix this, any ideas? I do admit
> that the use case is neither typical nor very useful on its own,
> but it is used in my test environment.
>
> It seems that when resuming a thread that already is in
> its finalizer may lead to that thread's heap already being freed
> when it is about to being unlocked by the resume function.
>
Because the finalizer should serialize using this lock but does not,
that's bad. I need to check whether we can make this a general rule for
all emulators/apis. Ok, I'll have a look at the pending issues asap.
Thanks for the heads up.
--
Philippe.
next prev parent reply other threads:[~2014-04-07 9:49 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-06 11:24 [Xenomai] Race condition between threadobj_unlock and threadobj_free in t_resume Matthias Schneider
2014-04-07 9:49 ` Philippe Gerum [this message]
2014-04-11 14:01 ` Philippe Gerum
2014-04-12 13:52 ` Matthias Schneider
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=53427491.9090808@xenomai.org \
--to=rpm@xenomai.org \
--cc=ma30002000@yahoo.de \
--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.