使用RCF在linux上提升异常

时间:2013-05-20 12:19:28

标签: c++ linux boost fedora

我在使用boost, C ++

时遇到了这个问题

我在fedora14上安装了一个新的提升(增强1.44)

我正在使用boost连接 RCF库,我也用boost连接,编译没问题,但是运行时间,我得到以下错误:

src/RCF/MethodInvocation.cpp:413: Assertion failed. !mVecPtr || mVecPtr.unique() . Values: 
Denver: include/RCF/util/Assert.hpp:88: virtual util::AssertFunctor::~AssertFunctor(): Assertion `0 && "See line above for assertion details."' failed

1 个答案:

答案 0 :(得分:0)

失败的断言来自于错误使用RCF库。编译器不能总是检测到这种不正确的使用(或者更确切地说,编译器很少检测到它)。

断言的一个可能原因是同时存在多个MethodInvocationRequest副本。