The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
From: chrom...@googlecode.com
Date: Fri, 08 Jun 2012 01:53:40 +0000
Local: Thurs, Jun 7 2012 9:53 pm
Subject: Re: Issue 130984 in chromium: libdbus can easily be used in thread-unsafe ways
Comment #2 on issue 130984 by sato...@chromium.org: libdbus can easily be
Came up with an idea. What about adding something like:
Message::Message() : thread_id_(CurrentThreadId()) {
}
Message::~Message() {
DCHECK_EQ(thread_id_, CurrentThreadId()); ... }
This way, we can ensure that the message is deleted on the thread where the
message is created. You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||