Search found 19 matches

by mou
Fri Jan 29, 2016 9:34 am
Forum: Support - RCFProto
Topic: receive SIGABRT
Replies: 14
Views: 27401

Re: receive SIGABRT

Hi, Thanks for obtaining that assert message. I suspect that the assert on that line is actually incorrect, and may be the cause of the problem. Can you comment it out and rerun your tests? comment that, then I got this: ../../src/RCF/src/RCF/BsdClientTransport.cpp:313: Assertion failed. !mNoTimeou...
by mou
Fri Jan 29, 2016 7:48 am
Forum: Support - RCFProto
Topic: receive SIGABRT
Replies: 14
Views: 27401

Re: receive SIGABRT

Hi, Thanks for obtaining that assert message. I suspect that the assert on that line is actually incorrect, and may be the cause of the problem. Can you comment it out and rerun your tests? comment that, then I got this: ../../src/RCF/src/RCF/BsdClientTransport.cpp:313: Assertion failed. !mNoTimeou...
by mou
Fri Jan 29, 2016 2:21 am
Forum: Support - RCFProto
Topic: receive SIGABRT
Replies: 14
Views: 27401

Re: receive SIGABRT

jarl wrote:Hi,

Thanks for obtaining that assert message. I suspect that the assert on that line is actually incorrect, and may be the cause of the problem. Can you comment it out and rerun your tests?
OK, I will do that right away and keep observing.
Thanks a lot.
by mou
Thu Jan 28, 2016 3:06 am
Forum: Support - RCFProto
Topic: receive SIGABRT
Replies: 14
Views: 27401

Re: receive SIGABRT

Finally, I got the following infomation output by RCFProto:

../../src/RCF/src/RCF/ConnectionOrientedClientTransport.cpp:366: Assertion failed. mAsync . Values:

But I don't understand what does this mean. Can somebody help?
by mou
Wed Jan 27, 2016 8:04 am
Forum: Support - RCFProto
Topic: receive SIGABRT
Replies: 14
Views: 27401

Re: receive SIGABRT

Hi, I suspect this may be due to multi-threading issues in the client side code. Can you send us some code of how you are establishing and maintaining client connections? It's important that only one thread at a time is accessing a RcfClient<> object. Hi, jarl. I posted the source code I'm using ab...
by mou
Tue Jan 12, 2016 1:18 am
Forum: Support - RCFProto
Topic: receive SIGABRT
Replies: 14
Views: 27401

Re: receive SIGABRT

:idea:
by mou
Thu Jul 02, 2015 5:22 am
Forum: Support - RCFProto
Topic: receive SIGABRT
Replies: 14
Views: 27401

Re: receive SIGABRT

class RpcClient { public: // Construct a RPC client for the RPC service designated by // "service_descriptor". To get a service descriptor, you can just use static // member function "descriptor()" of the corresponding service class. RpcClient(const google::protobuf::ServiceDescriptor& service_desc...
by mou
Thu Jun 25, 2015 10:56 am
Forum: Support - RCFProto
Topic: receive SIGABRT
Replies: 14
Views: 27401

Re: receive SIGABRT

I found a reason. When the server sise is processiong high QPS, the client side runs in this problem.
But, how to deal with this?
by mou
Thu Apr 16, 2015 9:56 am
Forum: Support - RCFProto
Topic: How to customize the server-side session log
Replies: 3
Views: 10003

Re: How to customize the server-side session log

Thanks, I saw that log.
The log format is not what I need.
And can I custom that format?
Actually, I use these logs not for debuging but for statistics of the service.
So, it's convenient for me if I can customize the fields in the log file.
by mou
Fri Jan 30, 2015 5:07 am
Forum: Support - RCFProto
Topic: How to customize the server-side session log
Replies: 3
Views: 10003

How to customize the server-side session log

Can I log the timestamp before/after a RPC call on the server side.
I know this can be done in the upper business layer.
What should I do if I want to log that in the lower layer uniformly for all business then?