Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] [ptp-dev] Application output is truncated, a possible bug in PTP or in CDT

Hello Greg,

Thanks for your reply. See this patch(https://bugs.eclipse.org/bugs/attachment.cgi?id=210828) I think we need to port this patch/fix to/in PTP(org.eclipse.remote*) code isn't it so?
Its good if you analyse the issue and guide where to fix this in PTP code. It was fixed in RSE now(src/org/eclipse/rse/internal/services/ssh/terminal/SshTerminalShell.java).


The real problem is even though application is keep writing to output stream, the terminal is getting closed(See https://bugs.eclipse.org/bugs/show_bug.cgi?id=368040#c5).


Regards,
Chandrayya

On Mon, Mar 6, 2017 at 10:24 PM, Greg Watson <g.watson@xxxxxxxxxxxx> wrote:
Chandrayya,

I must have missed your email. What guidance do you need?

Regards,
Greg

On Mar 6, 2017, at 2:11 AM, chandrayya kumarswamimath <chandrayya.gk@xxxxxxxxx> wrote:

Hello CDT team,

No response from PTP team. Any help?

Regards,
Chandrayya G K


---------- Forwarded message ----------
From: chandrayya kumarswamimath <chandrayya.gk@gmail.com>
Date: Fri, Mar 3, 2017 at 8:24 PM
Subject: Application output is truncated, a possible bug in PTP or in CDT
To: ptp-dev@xxxxxxxxxxx


Hello All,

Now CDT uses eclipse PTP for its remote console/launches after removing RSE dependency(See https://bugs.eclipse.org/bugs/show_bug.cgi?id=452356).

While working with CDT remote debugging, I came across a bug (See https://bugs.eclipse.org/bugs/show_bug.cgi?id=368040).

After investing the issue I found that it was fixed in RSE codebase(See this patch https://bugs.eclipse.org/bugs/attachment.cgi?id=210828) but as CDT stopped using RSE this fix is not reflecting in CDT now(See this comment https://bugs.eclipse.org/bugs/show_bug.cgi?id=368040#c5)

I feel the same patch(or similar workaround) needs to be done in eclipse PTP. I am not sure whether this patch(or similar workaround) needs to be put in CDT codebase or in PTP codebase.

I am interested in contributing to PTP/CDT to fix this issue.
Please guide me how I can fix/proceed in  this regard.

Regards,
Chandrayya



-- 
Regards,
Chandrayya.G.K 


_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ptp-dev


_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ptp-dev



--
Regards,
Chandrayya.G.K



Back to the top