Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Getting putpkt: write failed: Broken pipe error on launching remote attach debug session

Hi all,

I have implemented MyDebugger by subclassing from GDBCDIDebugger2.


And also the MyLaunchDelegate by understanding the  attach session code
from LocalCDILaunchDelegate

But after the connection and all is made, I am getting the following error
:

Ignoring packet error,   continuing

putpkt: write failed : broken pipe
Error while reading shared library symbols:

Can someone help, what might be the issue. ?

Thanks & Regards,
         - Nayna Jain



Back to the top