Assert in send() throws exception
Posted: Sun Aug 09, 2015 3:01 pm
Hello,
We use RCF for communication between a client process that contains multiple RCF objects (object pool, one object per server) to servers that are separate processes all running on the same machine. All communication is synchronous, TCP based. There are both client->server calls and callbacks. Occasionally, in client->server calls an ASSERT condition is raised, maybe once every 5-10K sessions, for a reference, as follows:
File: RCF\src\RCF\ConnectionOrientedClientTransport.cpp
Method: ConnectionOrientedClientTransport::send()
This line throws an exception (366): RCF_ASSERT(mAsync);
All the rest works rather smooth. Any suggestions on how to solve/debug this? What other info could be helpful?
Thanks,
Ariel
We use RCF for communication between a client process that contains multiple RCF objects (object pool, one object per server) to servers that are separate processes all running on the same machine. All communication is synchronous, TCP based. There are both client->server calls and callbacks. Occasionally, in client->server calls an ASSERT condition is raised, maybe once every 5-10K sessions, for a reference, as follows:
File: RCF\src\RCF\ConnectionOrientedClientTransport.cpp
Method: ConnectionOrientedClientTransport::send()
This line throws an exception (366): RCF_ASSERT(mAsync);
All the rest works rather smooth. Any suggestions on how to solve/debug this? What other info could be helpful?
Thanks,
Ariel