[Ace-users] [ace-users] ACE with shm_open

Douglas C. Schmidt schmidt at dre.vanderbilt.edu
Thu Nov 29 08:28:41 CST 2007


Hi Jayesh,

Thanks very much for your email.  Please make sure to send all
questions related to TAO or ACE to the ACE mailing list or ACE+TAO
newsgroup, rather than to me directly since I travel frequently and
often don't have ready access to email.  See

http://www.cs.wustl.edu/~schmidt/ACE-mail.html

for more info on how to access these resources.

In addition, to ensure that we have proper version/platform/compiler
information, please make sure you fill out the appropriate problem
report form (PRF), which is in

$ACE_ROOT/PROBLEM-REPORT-FORM
$TAO_ROOT/PROBLEM-REPORT-FORM

or in

$ACE_ROOT/BUG-REPORT-FORM
$TAO_ROOT/BUG-REPORT-FORM

in older versions of ACE+TAO.  Make sure to include this information
when asking any questions about ACE+TAO since otherwise we have to
"guess" what version/platform/compiler/options you've using, which is
very error-prone and slows down our responsiveness.  If you don't use
the PRF, therefore, it is less likely that someone from the core
ACE+TAO developer team will be able to answer your question.
Naturally, we encourage and appreciate other members of the ACE+TAO
user community who can respond to questions that they have the answers
to.

Please note, moreover, that the DOC groups at Washington University,
UC Irvine, and Vanderbilt University only provide "best effort"
support for non-sponsors who are using the latest release, as
described in

http://www.dre.vanderbilt.edu/~schmidt/DOC_ROOT/ACE/docs/ACE-bug-process.html

Therefore, please make sure you are using ACE+TAO+CIAO x.6.1 (i.e.,
ACE 5.6.1, TAO 1.6.1, and CIAO 0.6.1), which you can download from

http://download.dre.vanderbilt.edu

under the heading: "Latest Beta Kit".  If you need more "predictable"
help or need help for earlier versions of ACE+TAO+CIAO please see

http://www.cs.wustl.edu/~schmidt/commercial-support.html

for a list of companies that will provide you with ACE+TAO+CIAO
commercial support.

Thanks,

        Doug


> The following is from ace config file (config-linux-common.h)
> 
> ------------------------------------------------------------------------------------------------------------------------
> 
> #if defined (ACE_HAS_LINUX_NPTL)
> 
> # include "ace/config-posix.h"
> 
>   // Temporary fix because NPTL kernels do have shm_open but there is a problem
> 
>   // with shm_open/shm_unlink pairing in ACE which  needs to be fixed when I have time.
> 
> # if defined (ACE_HAS_SHM_OPEN)
> 
> #   undef ACE_HAS_SHM_OPEN
> 
> # endif
> 
> Can you please describe the issues in detail and is it solved in latest version of ace?
> 
> Best Regards,
> 
> Jayesh
> 



More information about the Ace-users mailing list