Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 25080 invoked from network); 7 Jun 2007 18:22:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Jun 2007 18:22:54 -0000 Received: (qmail 73458 invoked by uid 500); 7 Jun 2007 18:22:57 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 73427 invoked by uid 500); 7 Jun 2007 18:22:57 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 73418 invoked by uid 99); 7 Jun 2007 18:22:57 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jun 2007 11:22:57 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jun 2007 11:22:53 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 227FC71417D for ; Thu, 7 Jun 2007 11:22:33 -0700 (PDT) Message-ID: <9830534.1181240553135.JavaMail.jira@brutus> Date: Thu, 7 Jun 2007 11:22:33 -0700 (PDT) From: "Albert Strasheim (JIRA)" To: dev@activemq.apache.org Subject: [jira] Commented: (AMQCPP-118) Provide a way to allocate and free with the same allocator In-Reply-To: <15040554.1180471233772.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQCPP-118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_39232 ] Albert Strasheim commented on AMQCPP-118: ----------------------------------------- As far as I can tell, we can't do anything about this issue, so it can be resolved. > Provide a way to allocate and free with the same allocator > ---------------------------------------------------------- > > Key: AMQCPP-118 > URL: https://issues.apache.org/activemq/browse/AMQCPP-118 > Project: ActiveMQ C++ Client > Issue Type: Improvement > Reporter: Albert Strasheim > Assignee: Nathan Mittler > Fix For: 2.1 > > > Cross-runtime allocation and deallocation can cause problems on Windows (and maybe other platforms) where you can have code linked against more than one runtime in the same program. There should be a way to be sure that you allocate and deallocate AMQCPP objects using code linked against the same runtime (i.e. allocate and deallocate from the same heap). > More details in this thread: > [http://www.nabble.com/Licensing-and-Porting-Issue-for-the-CMS-(ActiveMQ-CPP)-on-Visual-Studio-6-from-Visual-Studio-8-t3777279s2354.html] > and here: > http://blogs.msdn.com/oldnewthing/archive/2006/09/15/755966.aspx -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.