CMS and EINTR signal

2010-09-17 Thread Devin Venable
I've got a question for the developers of CMS.  If this isn't the best forum, please direct me to the the best place to pose such questions. I've implemented an activemq-cpp producer on a program that reads and writes to a Linux message queue (#include mqueue.h). I noticed that my program was

Re: CMS and EINTR signal

2010-09-17 Thread Devin Venable
all is well. Since implementing activemq, a new error type is showing up that wasn't handled by our logic: EINTR which means Interrupted system call. What version of ActiveMQ-CPP are you using? What OS and Compiler? Lib: activemq-cpp-library-3.2.3 OS: Linux centdev 2.6.18-194.8.1.el5 #1

Re: Need help tracking down activemq-cpp core dump on Centos

2010-07-21 Thread Devin Venable
-20 at 15:52 -0500, Devin Venable wrote: [dvena...@centdev activemq-cpp]$ ./autogen.sh configure.ac:18: error: Autoconf version 2.61 or higher is required configure.ac:18: the top level Is 2.61 strictly required? If I build a newer autoconf it puts into motion many other library

Need help tracking down activemq-cpp core dump on Centos

2010-07-20 Thread Devin Venable
I've built apr and activemq-cpp on Centos (notes here: http://devinvenable.blogspot.com/2010/07/cross-compile-activemq-cpp-on-centos-5.html), but I core dump on start up of a tiny test program that links to cms. I've built on two different machines (one a clean Centos 5.4 install) and get the

Re: Need help tracking down activemq-cpp core dump on Centos

2010-07-20 Thread Devin Venable
, ...): suspicious cache-id, must contain _cv_ to be cached src/main/Makefile.am: C objects in subdir but `AM_PROG_CC_C_O' not in ` configure.ac' autoreconf: automake failed with exit status: 1 On Tue, Jul 20, 2010 at 3:21 PM, Devin Venable venable.de...@gmail.comwrote: Yes, but due to errors