[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re:how to Create object for Channel class / using C++ wrapper


Hello
I am trying to create a object for Channel Class, to invoke constructor of
Channel class.
below is how I am creating the objects

*ssh::Session session;   // object of Session class
ssh::Channel channel(session); // object of Channel class with parameter.*

it compiles with no problems, On running it giving segmentation fault.

can any one suggest me where I am doing mistake.




-- 
Thanks & Regards
Chandu

Follow-Ups:
Re: how to Create object for Channel class / using C++ wrapperAndreas Schneider <asn@xxxxxxxxxxxxxx>
Archive administrator: postmaster@lists.cynapses.org