Message7020

Author thirumalmarugan
Recipients amak, fwierzbicki, thirumalmarugan
Date 2012-04-02.09:59:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333360761.66.0.411238059539.issue1868@psf.upfronthosting.co.za>
In-reply-to
Content
Hi again,

Sorry for the delayed response.

code starts like this:

public TelnetProxyPlugin(String node)
    {
        super(node);
        TraceHelperExt.traceEnter(this);

        this.nodeAddress = node;
        this.connectPrompt = null;

When it reaches the super method in debugging mode python Interrupter thread get automatically terminated and main thread get the control over it.

We really don't know what exactly happening over there.
We have put the try catch block but we are not getting any exception as well.

I don't have right to upload the full file.

Please provide your valuable comment.

Regards,
Thirumal
History
Date User Action Args
2012-04-02 09:59:21thirumalmarugansetmessageid: <1333360761.66.0.411238059539.issue1868@psf.upfronthosting.co.za>
2012-04-02 09:59:21thirumalmarugansetrecipients: + thirumalmarugan, fwierzbicki, amak
2012-04-02 09:59:21thirumalmaruganlinkissue1868 messages
2012-04-02 09:59:21thirumalmarugancreate