Details
-
Question
-
Status: Closed
-
Minor
-
Resolution: Not A Problem
-
0.9.2
-
None
-
32 bit Ubuntu 14.10, with gcc version 4.8.2
Description
In my environment, whenever i run the calculator example under the c_glib directory by executing the ./tutorial_server it starts the server and whenever i run the ./tutorial_client it connects to the server and calls the ping() and then crashes with the following message on the server console:
-
- (process:9613): WARNING **: Calculator.ping implementation returned FALSE but did not set an error
And
ERROR: application error: (null)
In the client console.
Can someone point at me whats happening?