Hello,

Calling Rpc_<method>(args, ...) from Session_client causes segfault 11 when
I try to pass anything other than a default datatype. I'm trying to pass an
object of std::string, and it prints the string inside the <method> just
fine, but when I make the call<Rpc_method>(st), it breaks.

I tried working around this by creating a char* pointer instead. Print
inside this method works and the rpc to session_component method also
reaches, but whatever pointer I receive in the session_component is garbage
data. How do I fix the RPC calls?

Thanks,
Aditya.
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
genode-main mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/genode-main

Reply via email to