divyang4481 / rcf-cpp

Automatically exported from code.google.com/p/rcf-cpp
0 stars 0 forks source link

core-dump #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm running the demo Server application, but -at runtime- I get the 
following exception:

Server: /home/develop/src/RCF/include/RCF/util/Assert.hpp:27: 
util::VarArgAssert::VarArgAssert(): Assertion `0' failed.

I'm compiling it with:
develop@ROOT_BCK:~/src/testRcf$ g++ -v
Reading specs from /usr/lib/gcc/i486-linux-gnu/3.4.6/specs
Configured 
with: ../src/configure -v --enable-languages=c,c++,f77,pascal --prefix=/usr 
--libexecdir=/usr/lib --with-gxx-include-dir=/usr/include/c++/3.4 
--enable-shared --with-system-zlib --enable-nls --without-included-gettext 
--program-suffix=-3.4 --enable-__cxa_atexit --enable-clocale=gnu 
--enable-libstdcxx-debug --with-tune=i686 
i486-linux-gnu
Thread model: posix
gcc version 3.4.6 (Debian 3.4.6-5)

I compiled the application with the default RCF_MULTI_THREADED and 
RCF_USE_SF_SERIALIZATION define.

Original issue reported on code.google.com by laserp...@gmail.com on 1 Apr 2009 at 10:28

GoogleCodeExporter commented 9 years ago
Sorry, I forgot about the RCF_USE_BOOST_ASIO define needed for non-win32 builds.

Original comment by laserp...@gmail.com on 1 Apr 2009 at 12:27

GoogleCodeExporter commented 9 years ago

Original comment by jarl.lin...@gmail.com on 28 May 2009 at 1:48